blob: f00f5f493f16b6971bf55bf62b01bf788eaf102c [file] [log] [blame]
Steve Kondik2111ad72013-07-07 12:07:44 -07001.\" Copyright (c) 2002\-2005 Richard Russon.
2.\" Copyright (c) 2002\-2003 Anton Altaparmakov.
3.\" Copyright (c) 2005\-2006 Szabolcs Szakacsits.
4.\" Copyright (c) 2005\-2007 Yura Pakhuchiy.
5.\" This file may be copied under the terms of the GNU Public License.
6.\"
7.TH NTFSPROGS 8 "September 2007" "ntfs-3g @VERSION@"
8.SH NAME
9ntfsprogs \- tools for doing neat things with NTFS
10.SH OVERVIEW
11.B ntfsprogs
12is a suite of NTFS utilities based around a shared library. The tools are
13available for free and come with full source code.
14.SH TOOLS
15.PP
16.BR mkntfs (8)
17\- Create an NTFS filesystem.
18.PP
19.BR ntfscat (8)
20\- Dump a file's content to the standard output.
21.PP
22.BR ntfsclone (8)
23\- Efficiently clone, backup, restore or rescue NTFS.
24.PP
25.BR ntfscluster (8)
26\- Locate the files which use the given sectors or clusters.
27.PP
28.BR ntfscmp (8)
29\- Compare two NTFS filesystems and tell the differences.
30.PP
31.BR ntfscp (8)
32\- Copy a file to an NTFS volume.
33.PP
34.BR ntfsfix (8)
35\- Check and fix some common errors, clear the LogFile and make Windows
36perform a thorough check next time it boots.
37.PP
38.BR ntfsinfo (8)
39\- Show information about NTFS or one of the files or directories within it.
40.PP
41.BR ntfslabel (8)
42\- Show, or set, an NTFS filesystem's volume label.
43.PP
44.BR ntfsls (8)
45\- List information about files in a directory residing on an NTFS.
46.PP
47.BR ntfsresize (8)
48\- Resize NTFS without losing data.
49.PP
Steve Kondik79165c32015-11-09 19:43:00 -080050.BR ntfstruncate (8)
51\- Truncate a file on an NTFS volume.
52.PP
Steve Kondik2111ad72013-07-07 12:07:44 -070053.BR ntfsundelete (8)
54\- Recover deleted files from NTFS.
Steve Kondik79165c32015-11-09 19:43:00 -080055.PP
56.BR ntfswipe (8)
57\- Overwrite unused space on an NTFS volume.
Steve Kondik2111ad72013-07-07 12:07:44 -070058.SH AUTHORS
59.PP
60The tools were written by Anton Altaparmakov, Carmelo Kintana, Cristian Klein,
61Erik Sornes, Giang Nguyen, Holger Ohmacht, Lode Leroy, Matthew J. Fanto, Per
62Olofsson, Richard Russon, Szabolcs Szakacsits, Yura Pakhuchiy and Yuval Fledel.
63.SH AVAILABILITY
64The
65.B ntfsprogs
66are part of the
67.B ntfs-3g
68package which can be downloaded from:
69.br
70.nh
71http://www.tuxera.com/community/
72.hy
73.SH SEE ALSO
74.BR ntfs\-3g (8)
75