Subject: Re: Problems with ext2 partitions :(
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Chuck Silvers <chuq@chuq.com>
List: port-i386
Date: 04/08/2001 11:01:00
On Sun, Apr 08, 2001 at 05:14:02PM +0200, Manuel Bouyer wrote:
> Anyway, ext2fs is considerably slower than FFS on NetBSD (because of the
> ext2's small block size it can't do clustered read/writes). ...

FYI, this is no longer true with UBC.  we can now do i/o clustering
even when the filesystem block size is smaller than the page size.

-Chuck