Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 1 | .\" 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 |
| 9 | ntfsprogs \- tools for doing neat things with NTFS |
| 10 | .SH OVERVIEW |
| 11 | .B ntfsprogs |
| 12 | is a suite of NTFS utilities based around a shared library. The tools are |
| 13 | available 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 |
| 36 | perform 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 Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 50 | .BR ntfstruncate (8) |
| 51 | \- Truncate a file on an NTFS volume. |
| 52 | .PP |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 53 | .BR ntfsundelete (8) |
| 54 | \- Recover deleted files from NTFS. |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 55 | .PP |
| 56 | .BR ntfswipe (8) |
| 57 | \- Overwrite unused space on an NTFS volume. |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 58 | .SH AUTHORS |
| 59 | .PP |
| 60 | The tools were written by Anton Altaparmakov, Carmelo Kintana, Cristian Klein, |
| 61 | Erik Sornes, Giang Nguyen, Holger Ohmacht, Lode Leroy, Matthew J. Fanto, Per |
| 62 | Olofsson, Richard Russon, Szabolcs Szakacsits, Yura Pakhuchiy and Yuval Fledel. |
| 63 | .SH AVAILABILITY |
| 64 | The |
| 65 | .B ntfsprogs |
| 66 | are part of the |
| 67 | .B ntfs-3g |
| 68 | package which can be downloaded from: |
| 69 | .br |
| 70 | .nh |
| 71 | http://www.tuxera.com/community/ |
| 72 | .hy |
| 73 | .SH SEE ALSO |
| 74 | .BR ntfs\-3g (8) |
| 75 | |