[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: small blocks
- From: Eric Sandeen <sandeen redhat com>
- To: Mag Gam <magawake gmail com>
- Cc: ext3-users redhat com
- Subject: Re: small blocks
- Date: Fri, 15 Aug 2008 18:11:01 -0500
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]