From owner-freebsd-questions@FreeBSD.ORG Thu Jan 31 22:49:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38CB616A418 for ; Thu, 31 Jan 2008 22:49:08 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 1075013C442 for ; Thu, 31 Jan 2008 22:49:07 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.2/8.14.2) id m0VMn7n6036690; Thu, 31 Jan 2008 16:49:07 -0600 (CST) (envelope-from dan) Date: Thu, 31 Jan 2008 16:49:06 -0600 From: Dan Nelson To: Darryl Hoar Message-ID: <20080131224906.GA17472@dan.emsphone.com> References: <20080131230902.N4276@wojtek.tensor.gdynia.pl> <6301A8F3C1B44C78831802D1A9F88C85@Europa> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6301A8F3C1B44C78831802D1A9F88C85@Europa> X-OS: FreeBSD 7.0-PRERELEASE User-Agent: Mutt/1.5.17 (2007-11-01) Cc: 'Wojciech Puchar' , freebsd-questions@freebsd.org Subject: Re: Oops X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2008 22:49:08 -0000 In the last episode (Jan 31), Darryl Hoar said: > > it boots up and dumps me into single user. When I try to change > > /etc/fstab, it tells me that the parition is mounted read only. > > > >>do > >> > >>mount -uw /dev/gm0s1a / > >> > >>and then edit > > how can I mount / again when its already mounted ? When I said > single user, maybe that wasn't the right thing to say. When I tell > it the root partition (/dev/mirror/gm0s1a), it then asks me to choose > a shell (bin/sh being the default). When I select the shell it takes > me to a command line where only / is mounted. -u tells mount to update an existing mountpoint. -- Dan Nelson dnelson@allantgroup.com