From owner-freebsd-questions Mon Dec 23 12:44:13 2002 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 65C5C37B401 for ; Mon, 23 Dec 2002 12:44:12 -0800 (PST) Received: from janeway.vonbek.dhs.org (bgm-24-94-58-56.stny.rr.com [24.94.58.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id C33DE43EE8 for ; Mon, 23 Dec 2002 12:44:11 -0800 (PST) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id EFCEE4FC8A; Mon, 23 Dec 2002 15:28:21 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id EA6DD4A0E; Mon, 23 Dec 2002 15:28:21 -0500 (EST) Date: Mon, 23 Dec 2002 15:28:21 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: David Nicholas Kayal Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mount problems. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 23 Dec 2002, David Nicholas Kayal wrote: > Subject: Re: mount problems. > > Is there an http://www.tuxedo.org/~esr/faqs/smart-replys.html? > > Here is a copy of my fstab file: > > > more fstab > # See the fstab(5) manual page for important information on automatic mounts > # of network filesystems before modifying this file. > # > # Device Mountpoint FStype Options Dump > Pass# > /dev/ad0s1b none swap sw 0 0 > /dev/ad0s1a / ufs rw 1 1 > proc /proc procfs rw 0 0 > > > > The system will boot up once I type in the following at the mountroot > prompt. > > ufs:/dev/ad0s1a > Did you build this drive in another box and then swap it over to the box it's in now? Sounds like the bootloader doesn't know where your drive is (which is common if you swap in a root drive). Assuming you're using the standard FreeBSD bootloader, have you tried re-initializing the MBR with fdisk? Can't remember the switch, see the fdisk man page. Just a thought - this has happened to me when moving hard drives around. JB # John Bleichert # http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message