Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 1998 14:08:37 +0000
From:      nik@iii.co.uk
To:        Ron Bolin <rlb@mindspring.com>
Cc:        FreeBSD Current Mailing List <freebsd-current@FreeBSD.ORG>
Subject:   Re: Mounting root in single used mode.
Message-ID:  <19980311140837.25123@iii.co.uk>
In-Reply-To: <35068BB8.2377E53D@mindspring.com>; from Ron Bolin on Wed, Mar 11, 1998 at 08:03:52AM -0500
References:  <35068BB8.2377E53D@mindspring.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 11, 1998 at 08:03:52AM -0500, Ron Bolin wrote:
> Forgot to say mount root in rw mode. It is already mounted in ro mode.

    # mount -u -o rw /

  -u = Update a currently mounted filesystem
  -o = options to use (in this case, 'rw').

Do

    % man mount

for more information.

N
-- 
Work: nik@iii.co.uk                       | FreeBSD + Perl + Apache
Rest: nik@nothing-going-on.demon.co.uk    | Remind me again why we need
Play: nik@freebsd.org                     | Microsoft?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980311140837.25123>