Mag Gam wrote: > Asking about the -i options. > > -i bytes-per-inode > > The man page states, "This value generally shouldn't be smaller than > the blocksize of the filesystem, since then too many inodes will be > made." > > So, whats the problem of having too many inodes You waste space on unused inodes. And the problem of not having _enough_ is, you can't make new files even when you have lots of blocks free, and you can't change that after the fact. It's one of the drawbacks of not dynamically allocating inodes. -Eric _______________________________________________ Ext3-users mailing list Ext3-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/ext3-users