Re: [Jfs-discussion] Tests with kernel v2.4.13, ext2, ext3, xfs, and jfs
Brought to you by:
blaschke-oss,
shaggyk
|
From: Andrew M. <ak...@zi...> - 2001-10-30 09:12:49
|
Michael Müller wrote: > > ... > ext2 /dev/hdb1 59107604 20 56105008 > ext3 /dev/hdb1 59107604 32828 56072200 > jfs /dev/hdb1 60016764 7464 60009300 > xfs /dev/hdb1 60044240 944 60043296 > > jfs and xfs have more space available! ext[23] reserves a chunk of filesystem space for the superuser. > bonnie: ext3 is a data journalling filesystem. That's a feature which has a cost. But if you mount with `-o data=writeback' it will run in metadata-only journalling mode. Which is, I suggest, a more appropriate way of comparing with other metadata-journalling filesystems. |