X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=blobdiff_plain;f=fsck%2Fexfatfsck.8;fp=fsck%2Fexfatfsck.8;h=a641b6ca91c6dd957fd52c0ef90a3b16719688a7;hp=0000000000000000000000000000000000000000;hb=b747352475991e7b96183fa1014937efd3e47187;hpb=5151112c14bb7cdc93bcc66901485d94f2ab0c24 diff --git a/fsck/exfatfsck.8 b/fsck/exfatfsck.8 new file mode 100644 index 0000000..a641b6c --- /dev/null +++ b/fsck/exfatfsck.8 @@ -0,0 +1,55 @@ +.\" Copyright (C) 2011-2018 Andrew Nayenko +.\" +.TH EXFATFSCK 8 "September 2018" +.SH NAME +.B exfatfsck +\- check an exFAT file system +.SH SYNOPSIS +.B exfatfsck +[ +.B \-a +| +.B \-n +| +.B \-p +| +.B \-y +] +.I device +.br +.B exfatfsck +[ +.B \-V +] + +.SH DESCRIPTION +.B exfatfsck +checks an exFAT file system for errors. It can repair some of them. + +.SH COMMAND LINE OPTIONS +Command line options available: +.TP +.BI \-a +Automatically repair the file system. No user intervention required. +.TP +.BI \-n +No-operation mode: non-interactively check for errors, but don't write +anything to the file system. +.TP +.BI \-p +Same as \fB\-a\fR for compatibility with other *fsck. +.TP +.BI \-V +Print version and copyright. +.TP +.BI \-y +Same as \fB\-a\fR for compatibility with other *fsck. + +.SH EXIT CODES +Zero is returned if errors were not found. Any other code means an error. + +.SH AUTHOR +Andrew Nayenko + +.SH SEE ALSO +.BR fsck (8)