From owner-freebsd-hardware Thu Apr 13 18:51:15 2000 Delivered-To: freebsd-hardware@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 1982437B55C for ; Thu, 13 Apr 2000 18:51:12 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id VAA37701; Thu, 13 Apr 2000 21:50:17 -0400 (EDT) (envelope-from cjc) Date: Thu, 13 Apr 2000 21:50:17 -0400 From: "Crist J. Clark" To: Peter Brezny Cc: freebsd-hardware@FreeBSD.ORG Subject: Re: drive install problem Message-ID: <20000413215017.A37511@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <3.0.5.32.20000412094103.00824d50@christschool.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3.0.5.32.20000412094103.00824d50@christschool.org>; from pbrezny@christschool.org on Wed, Apr 12, 2000 at 09:41:03AM -0400 Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Apr 12, 2000 at 09:41:03AM -0400, Peter Brezny wrote: [snip] > there is a device listed in /dev that matches the description of the new > drive. I've not had a chance to get to the box, and see if it will let me > back in to fix /etc/fstab now or not but i am hopint it will. > > any ideas? It sounds like a bad line in /etc/fstab. When the mount fails during boot up, the boot process stops and it will drop to single-user mode. Check if the other filesystems are mounted and that the roor filesystem is mounted read-write. If not, mount by hand. Check that /etc/fstab is correct. It does not matter what order the filesystems are in (normally, and it would not in this case). Check that the device listed for the filesystem in fstab exists in /dev. If not, create it. If you have fixed anything or not, at this point, try, # mount /bkup Do _NOT_ give it the device on the command line. This will make sure that it tries to use the fstab entry. If it fails, check the error message and try to fix the problem. If it works... Problem fixed. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message