Displaying 1 result from an estimated 1 matches for "nosysfil".
Did you mean:
nosysfiles
2007 May 17
2
RFC: Tuning ext3
...igh 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. [MaxStor]
C. Create using -m 0 to reserve no bloc...