table of contents
other versions
- wheezy 3.0.12-3.2+deb7u2
| fsck.gfs(8) | System Manager's Manual | fsck.gfs(8) |
NAME¶
fsck.gfs - Offline GFS file system checkerSYNOPSIS¶
fsck.gfs [ OPTION]... DEVICEWARNING¶
All GFS nodes must have the GFS filesystem unmounted before running fsck.gfs. Failure to unmount all nodes may result in filesystem corruption.DESCRIPTION¶
fsck.gfs will check that the GFS file system on a device is structurally valid. It should not be run on a mounted file system. If file system corruption is detected, it will attempt to repair the file system. There is a limit to what fsck.gfs can do. If important file system structures are destroyed, such that the checker can not determine what the repairs should be, reparations could fail.OPTIONS¶
- -h
- Help.
This prints out the proper command line usage syntax.
- -q
- Quiet.
- -n
- No to all questions.
By specifying this option, fsck.gfs will only show the changes that would be made, not make any changes to the filesystem.
- -V
- Version.
Print out the current version name.
- -v
- Verbose operation.
Print more information while running.
- -y
- Yes to all questions.
By specifying this option, fsck.gfs will not prompt before making changes.