Main index | Section 8 | 日本語 | Options |
It is normally used in the script
/etc/rc
during automatic reboot.
Traditionally,
fsck
is invoked before the file systems are mounted
and all checks are done to completion at that time.
If background checking is available,
fsck
is invoked twice.
It is first invoked at the traditional time,
before the file systems are mounted, with the
If no file systems are specified, fsck reads the table /etc/fstab to determine which file systems to check. Only partitions in /etc/fstab that are mounted "rw", "rq" or "ro" and that have non-zero pass number are checked. File systems with pass number 1 (normally just the root file system) are always checked one at a time.
If not in preen mode, the remaining entries are checked in order of increasing pass number one at a time. This is needed when interaction with fsck is required.
In preen mode, after pass 1 completes, all remaining file systems are checked, in pass number order running one process per disk drive in parallel for each pass number in increasing order.
In other words: In preen mode all pass 1 partitions are checked sequentially. Next all pass 2 partitions are checked in parallel, one process per disk drive. Next all pass 3 partitions are checked in parallel, one process per disk drive. etc.
The disk drive containing each file system is inferred from the shortest prefix of the device name that ends in a digit; the remaining characters are assumed to be the partition and slice designators.
If the
The options are as follows:
| |
Check if the "clean" flag is set in the superblock and skip file system checks if file system was properly dismounted and marked clean. | |
| |
Specify the fstab file to use. | |
| |
Debugging mode. Just print the commands without executing them. Available only if fsck is compiled to support it. | |
| |
Force checking of file systems. Running "fsck -f" ignores the journal and does a full consistency check of the disk so will find and fix the errors about which the journal is unaware. | |
| |
Causes fsck to assume no as the answer to all operator questions, except "CONTINUE?". | |
| |
Enter preen mode. In preen mode, only a restricted class of innocuous file system inconsistencies will be corrected. If unexpected inconsistencies caused by hardware or software failures are encountered, the check program will exit with a failure. See the manual pages for the individual check programs for a list of the sorts of failures that they correct when running in preen mode. | |
| |
Run in foreground mode.
The check program for each file system is invoked with the
| |
| |
Run in background mode.
The check program for each file system is invoked with the
| |
| |
Invoke fsck only for the comma separated list of file system types. If the list starts with "no" then invoke fsck for the file system types that are not specified in the list. | |
| |
Print the commands before executing them. | |
| |
Causes fsck to assume yes as the answer to all operator questions. | |
| |
List of comma separated file system specific options for the specified file system type, in the same format as mount(8). | |
/etc/fstab | |
file system table | |
FSCK (8) | March 5, 2019 |
Main index | Section 8 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.