From owner-freebsd-questions Mon Sep 21 15:46:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01404 for freebsd-questions-outgoing; Mon, 21 Sep 1998 15:46:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01330 for ; Mon, 21 Sep 1998 15:45:51 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA01073; Mon, 21 Sep 1998 15:45:14 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Mon, 21 Sep 1998 15:45:13 -0700 (PDT) From: Doug White To: Francisco Reyes cc: freebsd-questions@FreeBSD.ORG Subject: Re: What do Boot -s and Fixit do? In-Reply-To: <199809200250.WAA25094@federation.addy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 19 Sep 1998, Francisco Reyes wrote: > Had some problems with fstab (a typo ). The system would not come up. > > I went back and forth between trying to boot -s and booting fixit from the > CD. You too? I did this moving the system between disks a while ago. You have to remember to keep fstab absolutely correct or things get dicey. > The one thing that confused me most was that single user bootup doesn't > have /sbin in the path so when I typed mount it couldn't find the > command. Shouldn't /sbin be on the path for single user bootup? Nothing's in the path, AFAIK; you're dropped into a raw shell. 'set path=(/bin /sbin /stand)' should get you started. > I was totally confused when trying to use the fixit CD. How can one mount > when booting from fixit? It was looking for fstab, but there is no way to > change it since the CD is read only. 1. Boot CD 1 or the install floppy. 2. Select 'fixit'. 3. Select 'CDROM'. 4. Stick CD 2 in. 5. Hit . 6. Find all the joyous tools you need under /dist. > Is there a flag one could send the kernel to prompt before mounting each > volume in fstab? Not that I know of. You can use 'noauto' to not mount them on boot up. > I never have enough time to read the initial kernel help screen. Is > there anything one can press so it doesn't continue automatically and waits > for input? I don't know what you're referring to. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message