Subject: Re: CVS commit: basesrc/sbin/newfs
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: Lennart Augustsson <lennart@augustsson.net>
List: source-changes
Date: 12/31/2001 03:13:14
Hubert Feyrer wrote:

> On Sun, 30 Dec 2001, Lennart Augustsson wrote:
> > Change how default block size is picked.  The default block size is used
> > if there is no command line option and the disklabel gives 0 as the size.
> > The default used to be 8k, not the default is picked depending on the
> > file system size.  FS < 20M gets 4k, <1G get 8k, and >1G get 16k.
> > The 16k default was suggested by lukem which FreeBSD is using.
>
> Is this all with 1kb fragment size?

No, the fragments are all 1/8 of the blocksize.

    -- Lennart