X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C7F650.0EF2707F@onstor-exch02.onstor.net>; Thu, 13 Sep 2007 13:50:11 -0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: How to remount / read-write
Date: Thu, 13 Sep 2007 13:50:11 -0800
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E056C90C0@onstor-exch02.onstor.net>
In-Reply-To: <20070913142157.5990f7c1@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: How to remount / read-write
Thread-Index: Acf2TB4ZZj9NyLj7RJO/mIX1iqKiIAAA7rDA
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

As it turns out mount -o remount,rw / doesn't work either. The root is
still mounted read-only.

-----Original Message-----
From: Andy Sharp=20
Sent: Thursday, September 13, 2007 2:22 PM
To: Larry Scheer
Subject: Re: How to remount / read-write

Duude, that's BSD crapola.

mount -o remount,rw /

I believe you can find example of a set of shell functions in
cw_install that do the remounting regardless of BSD or linux.  If you
are trying to write a shell script.

Cheers,

a

On Thu, 13 Sep 2007 12:02:54 -0700 "Larry Scheer"
<larry.scheer@onstor.com> wrote:

> Andy,
>    I am bringing up a fresh nfsroot and I need to run deboostrap
> -second-stage but when I boot from dhcp the first time the kernel is
> mount / read-only. How do I get around this?
>=20
> Doing mount -n -w / or mount -n -o rw / doesn't seem to remount the
> root filesystem read-write.
>=20
> Thanks for you help,
>=20
> Larry
