Linux: Why to change inode size?
Posted
by FractalizeR
on Server Fault
See other posts from Server Fault
or by FractalizeR
Published on 2010-05-20T09:50:07Z
Indexed on
2010/05/20
10:02 UTC
Read the original article
Hit count: 532
Hello.
Tune2fs allows to change inode size from default 128 bytes to almost anything (but it should be power of two). What can the the reasons of changing default inode size?
Here http://kbase.redhat.com/faq/docs/DOC-7433 is written, that this can be done to be able to store ACL attributes inside inodes. What else can be stored inside inode? May be some other attributes? Or anything else?
Is there any reason to increase inode size on modern high-capacity drives (2TB and more)?
© Server Fault or respective owner