gfs_fsck(8) - Linux man page
Name
gfs_fsck - Offline GFS file system checkerSynopsis
gfs_fsck [OPTION]...DEVICE
Warning
All GFS nodes must have the GFS filesystem unmounted before running gfs_fsck. Failure to unmount all nodes may result in filesystem corruption.Description
GFS is a journaled file system, and as such should be able to repair damages to the file system on its own. However, faulty hardware has the ability to write incomplete blocks to a file system thereby causing corruption that GFS can not fix. The first step to ensuring a healthy file system is the selection of reliable hardware (i.e. storage systems that will write complete blocks - even in the event of power failure).
Options
- -h
- Help.
This prints out the proper command line usage syntax.
- -q
- Quiet.
- -n
- No to all questions.
By specifying this option, gfs_fsck 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, gfs_fsck will not prompt before making changes.