On Sat, Jun 02, 2001 at 02:53:14PM +0300, Giorgos Keramidas wrote:
> On Fri, 1 Jun 2001, Brooks Davis wrote:
> 
> > If we really need to support people who don't know what to do in single
> > user mode, the correct thing is to add instructions to do:
> >
> > fsck -p
> > mount -a
> >
> > after the reboot into single user mode.
> 
> Yes, that would be marvellous.  I know that I need to mount my filesystems
> after checking them, and I always do:
> 
>       # fsck -p
>       # mount -u -o rw /
>       # mount -a
> 
> But these steps are not easy to guess, if one reads /usr/src/UPDATING.
> They are implied, but for someone who is booting in single user mode for his
> first time, they are also very hard to just come up with :-)

One might also need to do

swapon -a

to use any swapspace. I forgot that once with the result that the
installworld stopped half-way through with an out-of-memory error.
Granted, that machine only have 8 MB RAM and a modern machine should
have enough memory to not need any swap during an installworld but one
should be aware of teh potential problem.

-- 
<Insert your favourite quote here.>
Erik Trulsson
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to