summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man8/fsck.xfs.8
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/opensuse-tumbleweed/man8/fsck.xfs.8')
-rw-r--r--upstream/opensuse-tumbleweed/man8/fsck.xfs.838
1 files changed, 38 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man8/fsck.xfs.8 b/upstream/opensuse-tumbleweed/man8/fsck.xfs.8
new file mode 100644
index 00000000..a51baf7c
--- /dev/null
+++ b/upstream/opensuse-tumbleweed/man8/fsck.xfs.8
@@ -0,0 +1,38 @@
+.TH fsck.xfs 8
+.SH NAME
+fsck.xfs \- do nothing, successfully
+.SH SYNOPSIS
+.B fsck.xfs
+[
+.I filesys
+\&... ]
+.SH DESCRIPTION
+.B fsck.xfs
+is called by the generic Linux
+.BR fsck (8)
+program at startup to check and repair an XFS filesystem.
+XFS is a journaling filesystem and performs recovery at
+.BR mount (8)
+time if necessary, so
+.B fsck.xfs
+simply exits with a zero exit status.
+.PP
+If you wish to check the consistency of an XFS filesystem,
+or repair a damaged or corrupt XFS filesystem,
+see
+.BR xfs_repair (8).
+.PP
+However, the system administrator can force
+.B fsck.xfs
+to run
+.BR xfs_repair (8)
+at boot time by creating a /forcefsck file or booting the system with
+"fsck.mode=force" on the kernel command line.
+.
+.SH FILES
+.IR /etc/fstab .
+.SH SEE ALSO
+.BR fsck (8),
+.BR fstab (5),
+.BR xfs (5),
+.BR xfs_repair (8).