From owner-freebsd-questions Sat Nov 1 07:10:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA22811 for questions-outgoing; Sat, 1 Nov 1997 07:10:24 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA22795 for ; Sat, 1 Nov 1997 07:10:16 -0800 (PST) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.7/8.8.5) id QAA02010; Sat, 1 Nov 1997 16:09:36 +0100 (MET) From: Wolfgang Helbig Message-Id: <199711011509.QAA02010@rvc1.informatik.ba-stuttgart.de> Subject: Re: fstab! In-Reply-To: from "lf@get2net.dk" at "Nov 1, 97 01:08:50 pm" To: lf@get2net.dk Date: Sat, 1 Nov 1997 16:09:36 +0100 (MET) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hi there, > > I am having a bit of a problem - I have (by mistake) renamed my > fstab file, so that when I boot the system stops and lets me > into to a read-only prompt - where I can't rename it back, due > to the r/o filesystem. Enter mount -rw -u / to change / from read only to read/write. Wolfgang