]> git.sven.stormbind.net Git - sven/exfatprogs.git/blob - manpages/fsck.exfat.8
New upstream version 1.1.1
[sven/exfatprogs.git] / manpages / fsck.exfat.8
1 .TH fsck.exfat 8
2 .SH NAME
3 fsck.exfat \- check an exFAT filesystem
4 .SH SYNOPSIS
5 .B fsck.exfat
6 [
7 .B \-a
8 ] [
9 .B \-n
10 ] [
11 .B \-r
12 ] [
13 .B \-v
14 ] [
15 .B \-y
16 ] [
17 .B \-v
18 ]
19 .I device
20 .br
21 .B fsck.exfat \-V
22 .SH DESCRIPTION
23 .B fsck.exfat
24 checks an exFAT filesystem and repairs the filesystem
25 depending on the options passed.
26 .PP
27 .SH OPTIONS
28 .TP
29 .BI \-a
30 This  option  does  the same thing as the -p option.  It is provided for backwards compatibility only;  it  is  suggested  that people use -p option whenever possible.
31 .TP
32 .BI \-n
33 Check the filesystem but do not attempt to repair the filesystem.
34 .TP
35 .BI \-p
36 Repair the filesystem without user interaction if it can be done safely.
37 .TP
38 .BI \-r
39 Repair the filesystem interactively.
40 .TP
41 .BI \-v
42 Prints verbose debugging information while checking the exFAT filesystem.
43 .TP
44 .BI \-V
45 Prints the version number and exits.
46 .TP
47 .B \-y
48 Repair the filesystem answering yes to all questions.
49 .SH SEE ALSO
50 .BR fsck (8),
51 .BR fstab (5),