On Mon, 29 Apr 2013, Teske, Devin wrote:
In single user mode, the root filesystem will be the only one mounted, and
it will be mounted read-only.
If you need to make changes (Correcting a fat-fingered edit to /etc/fstab,
for example), you'll need to mount root rw.
mount -u -o rw /
or
mount -u -rw /
(just thought I'd save you 2 keystrokes, nyuk nyuk)
Ooh, a contest. All I ever use is
mount -u /
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"