1 '\" te
   2 .\" Portions Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
   3 .\" Copyright (c) 2002-2006 Szabolcs Szakacsits
   4 .\" Copyright (c) 2002-2005 Anton Altaparmakov
   5 .\" Copyright (c) 2002-2003 Richard Russon
   6 .\" Copyright (c) 2007 Yura Pakhuchiy
   7 .\" This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation ; either version 2 of the License, or (at your option) any later version.  This program is distributed
   8 .\" in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.  You should have received a copy of the GNU General Public License along with this program
   9 .\" (in the main directory of the Linux-NTFS distribution in the file COPYING);  if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 11-1307 USA
  10 .TH NTFSFIX 1M "May 28, 2009"
  11 .SH NAME
  12 ntfsfix \- fix common errors and force operating system to check NTFS
  13 .SH SYNOPSIS
  14 .LP
  15 .nf
  16 \fBntfsfix\fR [\fIoptions\fR] \fIdevice\fR
  17 .fi
  18 
  19 .SH DESCRIPTION
  20 .sp
  21 .LP
  22 The \fBntfsfix\fR utility fixes some common NTFS problems. Note that it is not
  23 a version of \fBchkdsk\fR. It repairs some fundamental NTFS inconsistencies,
  24 resets the NTFS  journal file, and schedules an NTFS consistency check for the
  25 next reboot of the operating system.
  26 .sp
  27 .LP
  28 Run \fBntfsfix\fR on an NTFS volume if you think it was damaged by the
  29 operating system or in some other way and it cannot be mounted.
  30 .SH OPTIONS
  31 .sp
  32 .LP
  33 Supported options are listed below.
  34 .sp
  35 .ne 2
  36 .na
  37 \fB\fB-h\fR, \fB--help\fR\fR
  38 .ad
  39 .sp .6
  40 .RS 4n
  41 Show a list of options with a brief description of each.
  42 .RE
  43 
  44 .sp
  45 .ne 2
  46 .na
  47 \fB\fB-V\fR, \fB--version\fR\fR
  48 .ad
  49 .sp .6
  50 .RS 4n
  51 Show the version number, copyright, and license information.
  52 .RE
  53 
  54 .SH ATTRIBUTES
  55 .sp
  56 .LP
  57 See \fBattributes\fR(5) for descriptions of the following attributes:
  58 .sp
  59 
  60 .sp
  61 .TS
  62 box;
  63 c | c
  64 l | l .
  65 ATTRIBUTE TYPE  ATTRIBUTE VALUE
  66 _
  67 Interface Stability     Uncommitted
  68 .TE
  69 
  70 .SH SEE ALSO
  71 .sp
  72 .LP
  73 \fBmkntfs\fR(1M), \fBntfsprogs\fR(1M), \fBparted\fR(1M), \fBattributes\fR(5)
  74 .sp
  75 .LP
  76 http://wiki.linux-ntfs.org
  77 .SH AUTHORS
  78 .sp
  79 .LP
  80 \fBntfsfix\fR was written by Anton Altaparmakov, with contributions from
  81 Szabolcs Szakacsits.