From owner-freebsd-questions@FreeBSD.ORG Wed Jan 21 11:01:15 2009 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 B669010659E4 for ; Wed, 21 Jan 2009 11:01:15 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 6F8898FC1D for ; Wed, 21 Jan 2009 11:01:15 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LPapd-0005UH-78 for freebsd-questions@freebsd.org; Wed, 21 Jan 2009 11:01:13 +0000 Received: from 213.27.232.70 ([213.27.232.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Jan 2009 11:01:13 +0000 Received: from matiassurdi by 213.27.232.70 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Jan 2009 11:01:13 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matias Surdi Date: Wed, 21 Jan 2009 12:01:04 +0100 Lines: 16 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 213.27.232.70 User-Agent: Thunderbird 2.0.0.19 (X11/20090105) Sender: news Subject: Filesystem tunning 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, 21 Jan 2009 11:01:16 -0000 Hi, Is there any way to avoid the system going to single user mode when a secondary storage device cannot be mounted?. I mean, if all system filesystems are OK, how can set up a device with a custom mount point so that when it's tried to mount at boot time and fails doesn't cause the system to be in single user mode? I know that if in fstab I set the last parameter to "0" checking will not be made at boot time, but instead what I want is the check to be run, correct any automatically correctable error, and continue booting anyway, despite the result of the check.Later a custom script will check the filesystem and send a mail, for example. Thanks for your help.