In article <[EMAIL PROTECTED]>, D-Man <[EMAIL PROTECTED]> wrote: >On Tue, Jul 10, 2001 at 05:06:27PM -0500, Andrew Dixon wrote: >| Hi All, >| I'm looking for a filesystem to put on a some-what embedded system. I >| was considering ext2 but IIRC there is a minimum 4K file size. Does > >I think that is a hardcoded block size that can be changed, if you are >writing/compiling the code. I could be wrong though.
Yes, you can specify it when creating the filesystem with mkfs. mkfs -text2 -b 1024 /dev/hda1 Mike. -- "dselect has a user interface which scares small children" -- Theodore Tso, on debian-devel