-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jaroslav Fojtik wrote: > Dear Jeff, > >> Why would you want a file system with a different block size anyway? 4k >> is nearly universal as a block size, and it also happens to match the >> page size on most linux systems. Going down just slows your system down. > It is over, because it does not work. Do not worry. > > Please have a look at attached image. It shows how many wasted space is > generated by larger block sizes on 32GB hard drive with around 20GB data. > So I assume 7GB of wasted space for my HDD. > > I am planning reiserfs just because startup time. Ext2 with 20GB needs > sometimes more than one hour to be checked up. I am afraid of 32 hours > running ext2fsck. Well then I have good news for you. That graph is for fat32, which is really really dumb in the way it does allocations. Reiserfs does "tail packing," which allows us to pack data in with metadata, eliminating most of the waste that you're afraid of. In fact, by choosing a smaller block size, you actually waste *more* space since more metadata is needed to describe it, and each of those metadata blocks needs a portion of it for headers, etc. - -Jeff - -- Jeff Mahoney SUSE Labs -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkl3dqQACgkQLPWxlyuTD7KOdwCgoPs3UxgdETHZ5p4D/czIqV1I Jr4AoIA6QFySoLr5OaRsHawTbTD4GDzd =HRr2 -----END PGP SIGNATURE----- -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html