| Main index | Section 8 (System administration) | [日本語] | [한국인] | 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.
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. | |
| | |
| Debugging mode. Just print the commands without executing them. Available only if fsck is compiled to support it. | |
| | |
| Force checking of file systems, even when they are marked clean (for file systems that support this). | |
| | |
| 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) | January 25, 2009 |
| Main index | Section 8 (System administration) | [日本語] | [한국인] | options | ||
|
|
||||||
Please direct any comments about this manual page service to this message board.
| “ | There are two major products that came out of Berkeley: LSD and UNIX. We do not believe this to be a coincidence. | ” |
| — Jeremy S. Anderson | ||