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 NTFSPROGS 1M "May 28, 2009"
  11 .SH NAME
  12 ntfsprogs \- list of NTFS tools
  13 .SH SYNOPSIS
  14 .LP
  15 .nf
  16 \fBntfsprogs\fR
  17 .fi
  18 
  19 .SH DESCRIPTION
  20 .sp
  21 .LP
  22 \fBntfsprogs\fR is the name of a suite of NTFS utilities based around a shared
  23 library. The tools are available for free and come with full source code. The
  24 tools are listed below.
  25 .sp
  26 .ne 2
  27 .na
  28 \fB\fBmkntfs\fR(1M)\fR
  29 .ad
  30 .sp .6
  31 .RS 4n
  32 Create an NTFS filesystem.
  33 .RE
  34 
  35 .sp
  36 .ne 2
  37 .na
  38 \fB\fBntfscat\fR(1M)\fR
  39 .ad
  40 .sp .6
  41 .RS 4n
  42 Dump a file's content to the standard output.
  43 .RE
  44 
  45 .sp
  46 .ne 2
  47 .na
  48 \fB\fBntfsclone\fR(1M)\fR
  49 .ad
  50 .sp .6
  51 .RS 4n
  52 Efficiently clone, backup, restore, or rescue NTFS.
  53 .RE
  54 
  55 .sp
  56 .ne 2
  57 .na
  58 \fB\fBntfscluster\fR(1M)\fR
  59 .ad
  60 .sp .6
  61 .RS 4n
  62 Locate the files that use the specified  sectors or clusters.
  63 .RE
  64 
  65 .sp
  66 .ne 2
  67 .na
  68 \fB\fBntfscmp\fR(1M)\fR
  69 .ad
  70 .sp .6
  71 .RS 4n
  72 Compare two NTFS file systems and report the differences.
  73 .RE
  74 
  75 .sp
  76 .ne 2
  77 .na
  78 \fB\fBntfscp\fR(1M)\fR
  79 .ad
  80 .sp .6
  81 .RS 4n
  82 Copy a file to an NTFS volume.
  83 .RE
  84 
  85 .sp
  86 .ne 2
  87 .na
  88 \fB\fBntfsfix\fR(1M)\fR
  89 .ad
  90 .sp .6
  91 .RS 4n
  92 Check and fix some common errors, clear the log file, and make the operating
  93 system perform a thorough check next time it boots.
  94 .RE
  95 
  96 .sp
  97 .ne 2
  98 .na
  99 \fB\fBntfsinfo\fR(1M)\fR
 100 .ad
 101 .sp .6
 102 .RS 4n
 103 Show information about NTFS or one of the files or directories within it.
 104 .RE
 105 
 106 .sp
 107 .ne 2
 108 .na
 109 \fB\fBntfslabel\fR(1M)\fR
 110 .ad
 111 .sp .6
 112 .RS 4n
 113 Show, or set, an NTFS filesystem's volume label.
 114 .RE
 115 
 116 .sp
 117 .ne 2
 118 .na
 119 \fB\fBntfsls\fR(1M)\fR
 120 .ad
 121 .sp .6
 122 .RS 4n
 123 List information about files in a directory residing on an NTFS.
 124 .RE
 125 
 126 .sp
 127 .ne 2
 128 .na
 129 \fB\fBntfsmount(1M)\fR (not a SunOS man page)\fR
 130 .ad
 131 .sp .6
 132 .RS 4n
 133 Read-write NTFS user space driver.
 134 .RE
 135 
 136 .sp
 137 .ne 2
 138 .na
 139 \fB\fBntfsresize\fR(1M)\fR
 140 .ad
 141 .sp .6
 142 .RS 4n
 143 Resize NTFS without losing data.
 144 .RE
 145 
 146 .sp
 147 .ne 2
 148 .na
 149 \fB\fBntfsundelete\fR(1M)\fR
 150 .ad
 151 .sp .6
 152 .RS 4n
 153 Recover deleted files from NTFS.
 154 .RE
 155 
 156 .SH ATTRIBUTES
 157 .sp
 158 .LP
 159 See \fBattributes\fR(5) for descriptions of the following attributes:
 160 .sp
 161 
 162 .sp
 163 .TS
 164 box;
 165 c | c
 166 l | l .
 167 ATTRIBUTE TYPE  ATTRIBUTE VALUE
 168 _
 169 Interface Stability     Uncommitted
 170 .TE
 171 
 172 .SH SEE ALSO
 173 .sp
 174 .LP
 175 \fBparted\fR(1M), \fBattributes\fR(5)
 176 .sp
 177 .LP
 178 http://wiki.linux-ntfs.org
 179 .SH AUTHORS
 180 .sp
 181 .LP
 182 The tools were written by Anton Altaparmakov, Carmelo Kintana,  Cristian Klein,
 183 Erik Sornes, Giang Nguyen, Holger Ohmacht, Lode Leroy, Matthew J. Fanto, Per
 184 Olofsson, Richard Russon, Szabolcs Szakacsits, Yura Pakhuchiy, and Yuval
 185 Fledel.