Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 1 | .\" Copyright (c) 2005-2006 Szabolcs Szakacsits. |
| 2 | .\" Copyright (c) 2005 Richard Russon. |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 3 | .\" Copyright (c) 2011-2013 Jean-Pierre Andre |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 4 | .\" This file may be copied under the terms of the GNU Public License. |
| 5 | .\" |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 6 | .TH NTFSFIX 8 "January 2013" "ntfs-3g @VERSION@" |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 7 | .SH NAME |
| 8 | ntfsfix \- fix common errors and force Windows to check NTFS |
| 9 | .SH SYNOPSIS |
| 10 | .B ntfsfix |
| 11 | [\fIoptions\fR] \fIdevice\fR |
| 12 | .SH DESCRIPTION |
| 13 | .B ntfsfix |
| 14 | is a utility that fixes some common NTFS problems. |
| 15 | .B ntfsfix |
| 16 | is |
| 17 | .B NOT |
| 18 | a Linux version of chkdsk. It only repairs some fundamental NTFS |
| 19 | inconsistencies, resets the NTFS journal file and schedules an NTFS consistency |
| 20 | check for the first boot into Windows. |
| 21 | .sp |
| 22 | You may run |
| 23 | .B ntfsfix |
| 24 | on an NTFS volume if you think it was damaged by Windows or some other way |
| 25 | and it cannot be mounted. |
| 26 | .SH OPTIONS |
| 27 | Below is a summary of all the options that |
| 28 | .B ntfsfix |
| 29 | accepts. Nearly all options have two equivalent names. The short name is |
| 30 | preceded by |
| 31 | .B \- |
| 32 | and the long name is preceded by |
| 33 | .BR \-\- . |
| 34 | Any single letter options, that don't take an argument, can be combined into a |
| 35 | single command, e.g. |
| 36 | .B \-fv |
| 37 | is equivalent to |
| 38 | .BR "\-f \-v" . |
| 39 | Long named options can be abbreviated to any unique prefix of their name. |
| 40 | .TP |
| 41 | \fB\-b\fR, \fB\-\-clear\-bad\-sectors\fR |
| 42 | Clear the list of bad sectors. This is useful after cloning an old disk |
| 43 | with bad sectors to a new disk. |
| 44 | .TP |
| 45 | \fB\-d\fR, \fB\-\-clear\-dirty\fR |
| 46 | Clear the volume dirty flag if the volume can be fixed and mounted. |
| 47 | If the option is not present or the volume cannot be fixed, the dirty |
| 48 | volume flag is set to request a volume checking at next mount. |
| 49 | .TP |
| 50 | \fB\-h\fR, \fB\-\-help\fR |
| 51 | Show a list of options with a brief description of each one. |
| 52 | .TP |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 53 | \fB\-n\fR, \fB\-\-no\-action\fR |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 54 | Do not write anything, just show what would have been done. |
| 55 | .TP |
| 56 | \fB\-V\fR, \fB\-\-version\fR |
| 57 | Show the version number, copyright and license |
| 58 | .SH BUGS |
| 59 | There are no known problems with |
| 60 | .BR ntfsfix . |
| 61 | If you find a bug please send an email describing the problem to the |
| 62 | development team: |
| 63 | .br |
| 64 | .nh |
| 65 | ntfs\-3g\-devel@lists.sf.net |
| 66 | .hy |
| 67 | .SH AUTHORS |
| 68 | .B ntfsfix |
| 69 | was written by Anton Altaparmakov, with contributions from Szabolcs Szakacsits. |
| 70 | It was ported to ntfs-3g by Erik Larsson and Jean-Pierre Andre. |
| 71 | .SH AVAILABILITY |
| 72 | .B ntfsfix |
| 73 | is part of the |
| 74 | .B ntfs-3g |
| 75 | package and is available from: |
| 76 | .br |
| 77 | .nh |
| 78 | http://www.tuxera.com/community/ |
| 79 | .hy |
| 80 | .SH SEE ALSO |
| 81 | .BR mkntfs (8), |
| 82 | .BR ntfsprogs (8) |