Subject: Re: Single user boot, filesystem read-only?
To: Kevin MacDonell <kmacd@pacbell.net>
From: Sean-Paul Rees <sean@flame.org>
List: port-mac68k
Date: 02/13/1999 20:01:12
On Sat, 13 Feb 1999, Kevin MacDonell wrote:

> Date: Sat, 13 Feb 1999 19:51:37 -0800
> From: Kevin MacDonell <kmacd@pacbell.net>
> To: port-mac68k@netbsd.org
> Subject: Single user boot, filesystem read-only?
> 
> Hmmm, can't edit rc.conf with a read-only file system.

mount -u /

if you need the rest of your filesystems, I recommend the following
procedure: (in this order, the last one is optional)

fsck -p
mount -u /
mount -t ffs -a
swapon -a


> 
> What's wrong?
> 


Cheers,
Sean