From owner-freebsd-questions@FreeBSD.ORG Thu May 29 18:30:39 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E552537B401 for ; Thu, 29 May 2003 18:30:39 -0700 (PDT) Received: from ms-smtp-01.nyroc.rr.com (ms-smtp-01.nyroc.rr.com [24.92.226.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B0D43F85 for ; Thu, 29 May 2003 18:30:39 -0700 (PDT) (envelope-from tparquet@twcny.rr.com) Received: from twcny.rr.com (syr-66-24-56-65.twcny.rr.com [66.24.56.65]) h4U1UcGm016708 for ; Thu, 29 May 2003 21:30:38 -0400 (EDT) Message-ID: <3ED6B43D.8030004@twcny.rr.com> Date: Thu, 29 May 2003 21:30:37 -0400 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030518 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Having problems with fixit floppy mounting filesystems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 01:30:40 -0000 I was installing an additional hard disk and I believe I commented out the wrong line in fstab or typo'ed something. The /usr filesystem is not mounted. The machine will not boot to a command prompt so I can repair it. It complains bitterly at boot time about not finding things in the /usr/...... directories. I have never broken a system this badly before so this is the first time I have had to use a fixit floppy. If I can get the root and usr filesystems mounted r/w I should be able to "ee" fstab and get myself going. I can get to the fixit command prompt but when I issue mount /dev/ad0s1a /mnt to get the root filesystem mounted all I get is "operation not permitted". I searched the mailing list archives and dug through the on-line handbook and I'm not finding anything that gives me a clue what I'm doing wrong. Any help would be appreciated. TIA.