blob: a51baf7cccb350ae5b728ace0679f1590bc240ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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).
|