I made a mistake while following this guide: http://forums.freebsd.org/showthread.php?t=38154
I pointed to a wrong drive for /boot and now got knocked down to single user mode. I can't find the fstab file to edit it.
Instead of ada0s1a I should have specified a USB drive.
Where do I find & how do I edit my fstab?
:q
I pointed to a wrong drive for /boot and now got knocked down to single user mode. I can't find the fstab file to edit it.
Code:
vi /mnt/etc/fstab
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/ada0s1a /mnt/boot ufs rw 1 1
Instead of ada0s1a I should have specified a USB drive.
Where do I find & how do I edit my fstab?
:q