Subject: Re: the undocumented FFS2 root trouble
To: David Laight <david@l8s.co.uk>
From: Matt Thomas <matt@3am-software.com>
List: tech-kern
Date: 05/01/2005 05:56:15
David Laight wrote:
> On Mon, Apr 25, 2005 at 08:56:57AM -0700, Jason Thorpe wrote:
> 
>>fsck is much faster on FFSv2, as well.
> 
> 
> I think you mean newfs, fsck will be slower because the filesystem
> metadata is twice the size.

Not true.  fsck is faster since ffsv2 does not instantiate all the
inodes during the newfs.  Instead, each cylinder grows their inode
space as needed.  So there is usually less meta-data to check.


-- 
Matt Thomas                     email: matt@3am-software.com
3am Software Foundry              www: http://3am-software.com/bio/matt/
Cupertino, CA              disclaimer: I avow all knowledge of this message.