From owner-freebsd-questions@FreeBSD.ORG Thu Jul 10 10:01:00 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 B2F9737B401 for ; Thu, 10 Jul 2003 10:01:00 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 0853643F85 for ; Thu, 10 Jul 2003 10:01:00 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 3939 invoked by uid 1001); 10 Jul 2003 17:01:11 -0000 Date: Thu, 10 Jul 2003 10:01:11 -0700 From: Joshua Oreman To: Chuck Swiger Message-ID: <20030710170111.GE3656@webserver.get-linux.org> References: <39020-2200374103946796@M2W035.mail2web.com> <3F0D112F.9010804@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F0D112F.9010804@mac.com> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Changed a filesystem's name -- now system hangs on reboot (help) 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: Thu, 10 Jul 2003 17:01:01 -0000 On Thu, Jul 10, 2003 at 03:09:35AM -0400 or thereabouts, Chuck Swiger wrote: > greg@exchange.janemobley.com wrote: > [ ... ] > >I've looked through the handbook and tried (unsuccessfully) to reboot into > >single-user mode or otherwise get to a place where I can either comment out > >the line in fstab or skip the check -- no luck. > > > >Any ideas much appreciated. > > This is when you boot single-user mode off of the install CD, or the FIXIT > CD (#2) if you have that around. Then mount your hard drive's root > partition on /mnt (or make something in /tmp), and fix the problem. Completely unnecessary. Here's what you do: Booting [/kernel] in 9 seconds ... OK boot -s ... Enter shell or RETURN for /bin/sh: # mount -uw / # mount /usr # my_favorite_editor /etc/fstab # umount /usr # exit -- Josh > > -- > -Chuck > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"