Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
FSCK(8) OpenBSD System Manager's Manual FSCK(8)
NAME
fsck - file system consistency check and interactive repair
SYNOPSIS
fsck [-dvplfyn] [-l maxparallel] [-t fstype] [-T fstype:fsoptions]
special | node ...
DESCRIPTION
The fsck command invokes filesystem-specific programs to check the spe-
cial devices listed in the fstab(5) file or in the command line for con-
sistency. The options are as follows:
-d Debugging mode. Just print the commands without executing them.
Available only if fsck is compiled to support it.
-f Force checking of filesystems, even when they are marked clean
(for filesystems that support this).
-l maxparallel
Limit the number of parallel checks to the number specified in
the following argument. By default, the limit is the number of
disks, running one process per disk. If a smaller limit is giv-
en, the disks are checked round-robin, one filesystem at a time.
-n Causes fsck to assume no as the answer to all operator questions,
except "CONTINUE?".
-p Enter preen mode.
-t fstype
Invoke fsck only in the comma separated list of filesystem types.
If the list starts with no then invoke fsck the filesystem types
that are not specified in the list.
-v Print the commands before executing them.
-y Causes fsck to assume yes as the answer to all operator ques-
tions.
-T fstype:fsoptions
List of comma separated file system specific options for the
specified file system type, in the same format as mount(8)
FILES
/etc/fstab file system table
SEE ALSO
mount(8), fstab(5), fsck_msdos(8), fsck_ffs(8)
OpenBSD 2.3 September 23, 1996 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for fsck(8) OpenBSD sources for fsck(8)
Up to: File System Operations - Operations for entire file-systems (quotas, configuration, consistency, mount, unmount, et al)
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
fsck.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|