Книга: Fedora™ Unleashed, 2008 edition
The tune2fs Command
The tune2fs
Command
With tune2fs
, you can adjust the tunable file system parameters on an ext2
or ext3
file system. A few performance-related items of note are as follows:
? To disable file system checking, the -c 0
option sets the maximum mount count to zero.
? The interval between forced checks can be adjusted with the -I
option.
? The -m
option sets the reserved blocks percentage with a lower value, freeing more space at the expense of fsck
having less space to write any recovered files.
? Decrease the number of superblocks to save space with the -O sparse_super option
. (Modern file systems use this by default.) Always run e2fsck after you change this value.
? More space can be freed with the -r option, which sets the number of reserved (for root) blocks.
Note that most of these uses of tune2fs
free up space on the drive at the expense of the capability of fsck
to recover data. Unless you really need the space and can deal with the consequences, just accept the defaults; large drives are now relatively inexpensive.
- Using the BIOS and Kernel to Tune the Disk Drives
- The hdparm Command
- The e2fsck Command
- The badblocks Command
- 4.4.4 The Dispatcher
- About the author
- Chapter 7. The state machine
- Appendix A. Detailed explanations of special commands
- Appendix E. Other resources and links
- Example NAT machine in theory
- The final stage of our NAT machine
- Compiling the user-land applications