The size of your inodes. Unless your file system is going to have a bunch of tiny files, you probably want to keep it at 4096 (default).
Each file requires one inode. Inodes store permissions and the list of physical disk blocks that the file is stored on.
|