From owner-freebsd-questions@FreeBSD.ORG Wed Aug 17 08:19:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3B2F616A41F for ; Wed, 17 Aug 2005 08:19:05 +0000 (GMT) (envelope-from clark@essociate.com) Received: from smtp.essoc.net (smtp.essoc.net [207.171.8.15]) by mx1.FreeBSD.org (Postfix) with SMTP id E241F43D45 for ; Wed, 17 Aug 2005 08:19:02 +0000 (GMT) (envelope-from clark@essociate.com) Received: (qmail 38239 invoked from network); 17 Aug 2005 08:19:01 -0000 Received: from unknown (HELO bc.oamnet.com) (69.62.143.201) by smtp.essoc.net with SMTP; 17 Aug 2005 08:19:01 -0000 Date: Wed, 17 Aug 2005 01:21:45 -0700 From: Brian Clark To: freebsd-questions@freebsd.org Message-ID: <20050817012145.7e1fcb5a@bc.oamnet.com> X-Mailer: Sylpheed-Claws 0.9.13 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: fstab and bad hard drives 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: Wed, 17 Aug 2005 08:19:05 -0000 I searched and looked through the man pages and was unable to find any information on this. My question is, is there a way to make freebsd boot if it has problems mounting a hard drive listed in fstab? With NFS drives I use 'bg' so the system will continue to boot if the NFS drive is down or unavailable. I would prefer if a hard drive on the system was to stop working that the system would still boot and not hang in single user mode. This is for remote servers that are about 2 hours away and have had several instances where an extra drive on the system failed which caused the system to not reboot correctly... so then i have to drive down manually edit the fstab, (remove the entry) reboot and all is fine. In an ideal world, if the system reboots and an extra drive fails to mount then the system skips it and continues to load without the bad drive. Any ideas? I was considering noauto and have an rc.d script mount them but not for sure if it would still hang the system. Thanks in advance, Brian