search for: nobigdir

Displaying 1 result from an estimated 1 matches for "nobigdir".

Did you mean: bigdir
2007 May 17
2
RFC: Tuning ext3
...general performance. Assumptions: [NoHA] High availability isn't needed. [IntegFS] The integrity of the filesystem is important -- don't lose existing files. [Recreate] Newly-created files are unimportant as they can be re-created. [UPS] Power to the hardware is guaranteed by a UPS. [NoBigDir] Directories don't get large. [NoSysFiles] The filesystems hold data and not system files. Tuning: A. Create using -O sparse_super (default) to save space on large filesystems. [MaxStor] B. Create using -T largefile4 (one inode per 4 megabytes) to avoid wasting space on unused inodes. [MaxS...