]> git.sven.stormbind.net Git - sven/exfatprogs.git/blob - manpages/fsck.exfat.8
New upstream version 1.1.0
[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 \-n
8 ] [
9 .B \-r
10 ] [
11 .B \-v
12 ] [
13 .B \-y
14 ] [
15 .B \-v
16 ]
17 .I device
18 .br
19 .B fsck.exfat \-V
20 .SH DESCRIPTION
21 .B fsck.exfat
22 checks an exFAT filesystem and repairs the filesystem
23 depending on the options passed.
24 .PP
25 .SH OPTIONS
26 .TP
27 .BI \-n
28 Check the filesystem but do not attempt to repair the filesystem.
29 .TP
30 .BI \-p
31 Repair the filesystem without user interaction if it can be done safely.
32 .TP
33 .BI \-r
34 Repair the filesystem interactively.
35 .TP
36 .BI \-v
37 Prints verbose debugging information while checking the exFAT filesystem.
38 .TP
39 .BI \-V
40 Prints the version number and exits.
41 .TP
42 .B \-y
43 Repair the filesystem answering yes to all questions.
44 .SH SEE ALSO
45 .BR fsck (8),
46 .BR fstab (5),