]> git.sven.stormbind.net Git - sven/exfat-utils.git/blob - fsck/exfatfsck.8
New upstream version 1.3.0
[sven/exfat-utils.git] / fsck / exfatfsck.8
1 .\" Copyright (C) 2011-2018  Andrew Nayenko
2 .\"
3 .TH EXFATFSCK 8 "September 2018"
4 .SH NAME
5 .B exfatfsck
6 \- check an exFAT file system
7 .SH SYNOPSIS
8 .B exfatfsck
9 [
10 .B \-a
11 |
12 .B \-n
13 |
14 .B \-p
15 |
16 .B \-y
17 ]
18 .I device
19 .br
20 .B exfatfsck
21 [
22 .B \-V
23 ]
24
25 .SH DESCRIPTION
26 .B exfatfsck
27 checks an exFAT file system for errors. It can repair some of them.
28
29 .SH COMMAND LINE OPTIONS
30 Command line options available:
31 .TP
32 .BI \-a
33 Automatically repair the file system. No user intervention required.
34 .TP
35 .BI \-n
36 No-operation mode: non-interactively check for errors, but don't write
37 anything to the file system.
38 .TP
39 .BI \-p
40 Same as \fB\-a\fR for compatibility with other *fsck.
41 .TP
42 .BI \-V
43 Print version and copyright.
44 .TP
45 .BI \-y
46 Same as \fB\-a\fR for compatibility with other *fsck.
47
48 .SH EXIT CODES
49 Zero is returned if errors were not found. Any other code means an error.
50
51 .SH AUTHOR
52 Andrew Nayenko
53
54 .SH SEE ALSO
55 .BR fsck (8)