On Mon, Jun 18, 2007 at 06:28:08PM +0200, Magnus Naeslund wrote:
> 
> It's a filesystem containing images varying from 300kb to 2mb of size.
> It currently contains 1426394 files in 4125 directories.
> 
> Magnus
> 
> Inode count:              1430528
> Block count:              1464843264
> Blocks per group:         32768
> Fragments per group:      32768
> Inodes per group:         32

Well, *thar's* your problem!  :-)

I'm guessing you created the filesystem with mke2fs -T largefile4.
This basically told mke2fs that you anticipated the filesystem to have
an average inode size of 4 megabytes.  Given that your filesystem has
files ranging from 300k and 2mb, that's why you're running into
problems.

                                                - Ted
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to