Main index | Section 8 | 日本語 | Options |
The parameters which are to be changed are indicated by the flags given below:
| |
The file system has several backups of the super-block. Specifying this option will cause all backups to be modified as well as the primary super-block. This is potentially dangerous - use with caution. | |
| |
Turn on/off the administrative POSIX.1e ACL enable flag. | |
| |
Indicate the maximum number of blocks any single file can allocate out of a cylinder group before it is forced to begin allocating blocks from another cylinder group. Typically this value is set to about one quarter of the total blocks in a cylinder group. The intent is to prevent any single file from using up all the blocks in a single cylinder group, thus degrading access times for all files subsequently allocated in that cylinder group. The effect of this limit is to cause big files to do long seeks more frequently than if they were allowed to allocate all the blocks in a cylinder group before seeking elsewhere. For file systems with exclusively large files, this parameter should be set higher. | |
| |
Specify the expected average file size. | |
| |
Turn on/off soft updates journaling.
Enabling journaling reduces the time spent by fsck_ffs(8) cleaning up a filesystem after a crash to a few seconds from minutes to hours. Without journaling, the time to recover after a crash is a function of the number of files in the filesystem and the size of the filesystem. With journaling, the time to recover after a crash is a function of the amount of activity in the filesystem in the minute before the crash. Journaled recovery time is usually only a few seconds and never exceeds a minute. The drawback to using journaling is that the writes to its log adds an extra write load to the media containing the filesystem. Thus a write-intensive workload will have reduced throughput on a filesystem running with journaling.
Like all journaling filesystems, the journal recovery will only fix
issues known to the journal.
Specifically if a media error occurs,
the journal will not know about it and hence will not fix it.
Thus when using journaling, it is still necessary to run a full fsck
every few months or after a filesystem panic to check for and fix
any errors brought on by media failure.
A full fsck can be done by running a background fsck on a live
filesystem or by running with the
Presently it is not possible to take a snapshot on a UFS filesystem running with journaled soft updates. Thus it is not possible to reliably dump mounted filesystems or to run background fsck on filesystems enabled for journaling. | |
| |
Turn on/off gjournal flag. | |
| |
Set the amount of space to be held for metadata blocks. When set, the file system preference routines will try to save the specified amount of space immediately following the inode blocks in each cylinder group for use by metadata blocks. Clustering the metadata blocks speeds up random file access and decreases the running time of fsck(8). While this option can be set at any time, it is most effective if set before any data is loaded into the file system. By default newfs(8) sets it to half of the space reserved to minfree. | |
| |
Add/modify an optional file system volume label. Legal characters are alphanumerics, dashes, and underscores. | |
| |
Turn on/off MAC multilabel flag. | |
| |
Specify the percentage of space held back
from normal users; the minimum free space threshold.
The default value used is 8%.
Note that lowering the threshold can adversely affect performance:
If the value is raised above the current usage level, users will be unable to allocate files until enough files have been deleted to get under the higher threshold. | |
| |
Turn on/off the administrative NFSv4 ACL enable flag. | |
| |
Turn on/off soft updates. | |
| |
The file system can either try to minimize the time spent allocating blocks, or it can attempt to minimize the space fragmentation on the disk. Optimization for space has much higher overhead for file writes. The kernel normally changes the preference automatically as the percent fragmentation changes on the file system. | |
| |
Show a summary of what the current tunable settings are on the selected file system. More detailed information can be obtained from the dumpfs(8) utility. | |
| |
Specify the expected number of files per directory. | |
| |
Specify the softdep journal size in bytes. The minimum is 4M. | |
| |
Turn on/off the TRIM enable flag.
If enabled, and if the underlying device supports the BIO_DELETE
command, the file system will send a delete request to the underlying
device for each freed block.
The trim enable flag is typically set when the underlying device
uses flash-memory as the device can use the delete command to
pre-zero or at least avoid copying blocks that have been deleted.
Note that this does not trim blocks that are already free.
See the
fsck_ffs(8)
| |
At least one of these flags is required.
/etc/fstab | |
read this to determine the device file for a specified mount point. | |
3, ACM Transactions on Computer Systems 2, (reprinted in the BSD System Manager's Manual, SMM:5), pp 181-197, A Fast File System for UNIX, August 1984.
, , , ,You can tune a file system, but you cannot tune a fish.
TUNEFS (8) | August 16, 2022 |
Main index | Section 8 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.