全部博文(21)
分类: BSD
2011-06-09 10:01:50
rc.conf
, you
likely are now seeing an error message like:
Read only file system
This error is likely due to some typographical error
in rc.conf
. Perhaps it
is a quote mark on the end of a line that is missing,
or some other 'fat finger' mistake.Read only file system
error
message.rc.conf
, do the
following:
mount -u
mount -a -t ufs
swapon -a
/usr/local/bin/pico /etc/rc.conf
shutdown -r now
) and
if you've fixed the error in rc.conf
the computer will boot normally.vi
. This text editor,
vi
, is an extremely anti-intuitive
piece of software. Before you go any further, you
are strongly urged to print out a cheat sheet so that
you are familiar with vi's bizzare commands:
/usr/bin/vi /etc/rc.conf