Need help with restoring system
-
My psSense crashed (external electricity problem).
Error write when executed config.inc file.
I can enter to bash with ^C key.
How i can rewrite this file from FDD in bash?Where FreeBSD started (floppy disk with config.inc copy inserted) - they checked FDD, but i can't run 'cd /dev/fd0' nothing found. Any body help me, how i can copy this file from fdd? Nesessary step-by-step instruction. I work with FreeBSD shell very small time :(
ps Floppy formatted as FAT16 (this not problem?)
Thanks -
Simply copy config.xml to /cf/conf/config.xml
rm /tmp/config.xml
shutdown -r now
-
Thx - solved
mount -t msdos /dev/fd0 /mnt
cd /mnt
cp config.xml /cf/conf/config.xml
rm /tmp/config.xml
shutdown -r now
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.