From owner-freebsd-questions Fri Feb 18 5:26:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from extremis.demon.co.uk (extremis.demon.co.uk [194.222.242.30]) by hub.freebsd.org (Postfix) with SMTP id 8D2E337B8AC for ; Fri, 18 Feb 2000 05:26:29 -0800 (PST) (envelope-from gjvc@extremis.demon.co.uk) Received: (qmail 16725 invoked by uid 1010); 18 Feb 2000 11:15:36 -0000 Date: Fri, 18 Feb 2000 11:15:36 +0000 From: George Cox To: "Eric J. Schwertfeger" Cc: wellsian , courtney@whtz.com, questions@FreeBSD.ORG Subject: Re: RC Message-ID: <20000218111536.F14651@extremis.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.2i In-Reply-To: ; from ejs@bfd.com on Thu, Feb 17, 2000 at 04:31:34PM -0800 X-Operating-System: FreeBSD 4.0-CURRENT (i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message