From owner-freebsd-questions Sat Nov 1 12:41:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA06613 for questions-outgoing; Sat, 1 Nov 1997 12:41:06 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from shasta.wstein.com (joes@shasta.wstein.com [207.173.11.132]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA06599 for ; Sat, 1 Nov 1997 12:40:58 -0800 (PST) (envelope-from joes@shasta.wstein.com) Received: (from joes@localhost) by shasta.wstein.com (8.8.8/8.8.8) id MAA02572; Sat, 1 Nov 1997 12:40:39 -0800 (PST) From: Joseph Stein Message-Id: <199711012040.MAA02572@shasta.wstein.com> Subject: Re: fstab! In-Reply-To: <199711011509.QAA02010@rvc1.informatik.ba-stuttgart.de> from Wolfgang Helbig at "Nov 1, 97 04:09:36 pm" To: helbig@Informatik.BA-Stuttgart.DE (Wolfgang Helbig) Date: Sat, 1 Nov 1997 12:40:38 -0800 (PST) Cc: lf@get2net.dk, freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (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 > Enter > mount -rw -u / > to change / from read only to read/write. Except that he has no /etc/fstab, and that command will let him know it. Better to do this: mount -rw /dev/[ws]d0a / joe