From owner-freebsd-questions@FreeBSD.ORG Mon Apr 14 20:12:56 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 11F71106566B for ; Mon, 14 Apr 2008 20:12:56 +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 C8B3F8FC1A for ; Mon, 14 Apr 2008 20:12:55 +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 B2BAD1CC91; Mon, 14 Apr 2008 12:12:54 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 14 Apr 2008 22:12:52 +0200 User-Agent: KMail/1.9.7 References: <1208202333.17878.117.camel@r2d2> In-Reply-To: <1208202333.17878.117.camel@r2d2> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804142212.52980.fbsd.questions@rachie.is-a-geek.net> Cc: Andy Christianson 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 20:12:56 -0000 On Monday 14 April 2008 21:45:32 Andy Christianson wrote: > Is there a way to have the file system > check for the partition that resides on the USB drive follow this same > behavior? man tunefs, specifically, it needs to be ufs2 partitioned. Good telltale if it is ufs2 is the precense of a .snap directory in the root of the partition. fsck uses this to make a snapshot of the partition so that it can defer the fsck. And yes, could be your pass flag in fstab is set to 1, rather then 2. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.