Subject: Re: Trying to mount a root mfs in read-write with current
To: Olivier Cochard-Labbe <olivier@freenas.org>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 05/04/2006 10:01:02
On Wed, May 03, 2006 at 05:50:42PM +0200, Olivier Cochard-Labbe wrote:
> I want to mount the root filesystem in Read-Write mode, then I put this line
> in the /etc/rc file:
> mount -u -o rw /dev/md0a /

Why don't you just put

  /dev/md0a / ffs rw 1 1

in your /etc/fstab file?

Martin