From owner-freebsd-questions@FreeBSD.ORG Mon Apr 14 19:54:40 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 7714A106564A for ; Mon, 14 Apr 2008 19:54:40 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 2FD9C8FC0C for ; Mon, 14 Apr 2008 19:54:40 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [92.117.102.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id A9E3A8A0848; Mon, 14 Apr 2008 21:54:37 +0200 (CEST) Message-ID: <4803B677.8010708@bsdforen.de> Date: Mon, 14 Apr 2008 21:54:31 +0200 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.12 (X11/20080413) MIME-Version: 1.0 To: Andy Christianson References: <1208202333.17878.117.camel@r2d2> In-Reply-To: <1208202333.17878.117.camel@r2d2> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Defer Checking on USB Drive 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: Mon, 14 Apr 2008 19:54:40 -0000 Andy Christianson wrote: > I have a production server running FreeBSD 7.0-RELEASE, and it has > stability issues. The problem is that after a crash, it takes quite a > while to get back up and running. Most of the time is spent doing a file > system check on a 500GB USB drive with a single UFS partition. I noticed > that my var, root, an dtmp partitions all have their checks deferred, > which is the desirable behavior as it gets the server back up and > running as soon as possible. Is there a way to have the file system > check for the partition that resides on the USB drive follow this same > behavior? > > Thanks in advance for any advice. > This sounds like the pass column in your /etc/fstab file is wrong.