From owner-freebsd-questions@FreeBSD.ORG Fri Mar 14 17:25:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07560106567E; Fri, 14 Mar 2008 17:25:13 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id DF6BE8FC13; Fri, 14 Mar 2008 17:25:12 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id C1D741CD18; Fri, 14 Mar 2008 09:25:11 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 14 Mar 2008 18:25:10 +0100 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803141825.10660.fbsd.questions@rachie.is-a-geek.net> Cc: questions@freebsd.org, Jason Barnes Subject: Re: interactive stop on boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 17:25:13 -0000 On Friday 14 March 2008 16:24:57 Jason Barnes wrote: > Lately when it boots it runs into an NFS mounting error, claiming that > some of my NFS-mounted drives have unexpected inconsistencies. It > says "unexpected error - help!" and then quits to a /bin/sh > single-user-mode prompt. As I am 10 miles away, this is decidedly > unhelpful. I don't care if it can't mount some irrelevant drive or > not; I want it to boot up and ask me questions later. man mount_nfs(8), specifically -R, -b, -i and -s. And indeed omit the fsck check as said earlier. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.