Date: Fri, 18 Feb 2000 11:15:36 +0000 From: George Cox <gjvc@gjvc.com> To: "Eric J. Schwertfeger" <ejs@bfd.com> Cc: wellsian <wellsian@caffeine.com>, courtney@whtz.com, questions@FreeBSD.ORG Subject: Re: RC Message-ID: <20000218111536.F14651@extremis.demon.co.uk> In-Reply-To: <Pine.BSF.4.10.10002171630140.97581-100000@harlie.bfd.com>; from ejs@bfd.com on Thu, Feb 17, 2000 at 04:31:34PM -0800 References: <Pine.BSF.4.21.0002171625030.6882-100000@boris.netgate.net> <Pine.BSF.4.10.10002171630140.97581-100000@harlie.bfd.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 17/02 16:31, Eric J. Schwertfeger wrote: > mount / > > to remount the root filesystem read/write first. > > That command works, though I'm sure there are command parameters that are > supposed to be added to formally remount a mounted partition. 'man mount' -u The -u flag indicates that the status of an already mounted file system should be changed. mount -u / should do it. gjvc -- [gjvc] <gjvc@gjvc.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000218111536.F14651>