From owner-freebsd-stable@FreeBSD.ORG Thu Mar 27 23:53:20 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83F83106564A for ; Thu, 27 Mar 2008 23:53:20 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq1.groni1.gr.home.nl (smtpq1.groni1.gr.home.nl [213.51.130.200]) by mx1.freebsd.org (Postfix) with ESMTP id 11C0C8FC1A for ; Thu, 27 Mar 2008 23:53:19 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.130.190] (port=38376 helo=smtp1.groni1.gr.home.nl) by smtpq1.groni1.gr.home.nl with esmtp (Exim 4.60) (envelope-from ) id 1Jf1Y0-00087L-Le for freebsd-stable@freebsd.org; Fri, 28 Mar 2008 00:30:16 +0100 Received: from cp1228410-a.dbsch1.nb.home.nl ([84.27.119.97]:64237 helo=desktop.homenet) by smtp1.groni1.gr.home.nl with smtp (Exim 4.60) (envelope-from ) id 1Jf1Xz-0000d5-SL for freebsd-stable@freebsd.org; Fri, 28 Mar 2008 00:30:16 +0100 Received: by desktop.homenet (sSMTP sendmail emulation); Fri, 28 Mar 2008 00:29:08 +0100 From: "Danny Pansters" To: freebsd-stable@freebsd.org Date: Fri, 28 Mar 2008 00:29:07 +0100 User-Agent: KMail/1.9.7 References: <47EBA3AB.40307@infracaninophile.co.uk> In-Reply-To: X-Face: (Zs+'ncTcchkOX|~t6{?Iii=O!G#WEK!+OD0|-F=i%1pvP5V_Sz4PaJC8o)=?utf-8?q?MiSnH/JMJFy=0A=09oBN-My?=, v":S7, (=?utf-8?q?mmkPm=27U=7BMgT+eM=2EBd=5Cp/P!dr=5DhOTXqpse21O!=25Ct=60SE=2EOodq?= =?utf-8?q?=5Dry=5E=23kU=5E=0A=09-?=GT.[8D}i$6P>=" =?utf-8?q?=23=0A=09*J+4d=7E?= MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803280029.08136.danny@ricin.com> X-Spam-Score: 0.0 (/) Subject: Re: Question about file system checks X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2008 23:53:20 -0000 On Thursday 27 March 2008 14:45:49 Marian Hettwer wrote: > On Thu, 27 Mar 2008 13:39:55 +0000, Matthew Seaman > > wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: RIPEMD160 > > > > Jared Carlson wrote: > >> Hi I have a question about startup scripts for BSD distributions. > >> Can you turn off the file system check that occurs every 30 boots, > >> etc? I recall this being the case on a BSD platform, although my Mac > >> OS X doesn't (to my knowledge) do a file system check that often at > >> all. > > > > You are thinking of the Linux ext2/ext3 filesystem. > > Although this is OT, does anybody have a clue why ext2/ext3 filesystems > behave like that? > I wouldn't like to trust a filesystem which thinks a fsck is worth it, > although it always was a clean shutdown. > Any clue?! :) ext2/3 is mounted async by default, I reckon most linux distros expect some fs damage to occur because of that over time maybe. Or it's a relic of the days when that was necessary, maybe it's not really necessary now anymore. Perhaps it also does some defrag while fsck'ing. Generally I can say that with freebsd even if you pull the plug and then let it reboot and do the automatical background fsck you'll likely loose only that one file you might have been editing while (or just before) you unplugged the box. Dan > cheers, > Marian > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"