Date: Mon, 14 Apr 2008 22:12:52 +0200 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Cc: Andy Christianson <achristianson@orases.com> Subject: Re: Defer Checking on USB Drive Message-ID: <200804142212.52980.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <1208202333.17878.117.camel@r2d2> References: <1208202333.17878.117.camel@r2d2>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804142212.52980.fbsd.questions>
