ntfs-3g/ntfsprogs/ntfsprogs.8.in
cha0smaster 7553a8da53 * ntfsmount: change default fmask and dmask to 0177 and 0077 respectively.
* Update NEWS, ntfsprogs.8.in, .cvsignore
* Update build system to install nftsmount man page.
2005-07-05 01:18:02 +00:00

81 lines
2.1 KiB
Groff

.\" Copyright (c) 2002 Richard Russon. All Rights Reserved.
.\" Copyright (c) 2002-2003 Anton Altaparmakov. All Rights Reserved.
.\" Copyright (c) 2005 Szabolcs Szakacsits. All Rights Reserved.
.\" This file may be copied under the terms of the GNU Public License.
.\"
.TH NTFSPROGS 8 "June 2005" "ntfsprogs version @VERSION@"
.SH NAME
ntfsprogs \- several tools for doing neat things with NTFS partitions
.SH OVERVIEW
.B ntfsprogs
is a suite of NTFS utilities based around a shared library. The tools are
available for free and come with full source code.
.SH TOOLS
.SS mkntfs
.PP
.BR mkntfs (8)
: Format a partition using NTFS.
.SS ntfscat
.PP
.BR ntfscat (8)
: Dump a file's contents to the standard output.
.PP
.SS ntfsclone
.PP
.BR ntfsclone (8)
: Efficiently clone, create, restore or rescue an image of an NTFS partition.
.SS ntfscluster
.PP
.BR ntfscluster (8)
: Locate the owner of any given sector or cluster on an NTFS partition.
.SS ntfscp
.PP
.BR ntfscp (8)
: Overwrite file on an NTFS partition.
.SS ntfsfix
.PP
.BR ntfsfix (8)
: Check and fix some common errors, clear the LogFile and make Windows
perform a thorough check next time it boots.
.SS ntfsinfo
.PP
.BR ntfsinfo (8)
: Show some information about an NTFS partition or one of the files
or directories within it.
.SS ntfslabel
.PP
.BR ntfslabel (8)
: Show, or set, an NTFS partition's volume label.
.SS ntfsls
.PP
.BR ntfsls (8)
: List information about files in a directory residing on an NTFS partition.
.SS ntfsmount
.PP
.BR ntfsmount (8)
: NTFS module for FUSE.
.SS ntfsresize
.PP
.BR ntfsresize (8)
: Resize an NTFS partition without losing data.
.SS ntfsundelete
.PP
.BR ntfsundelete (8)
: Recover deleted files from an NTFS partition.
.SH AUTHORS
.PP
The tools have been written by Anton Altaparmakov, Richard Russon, Matthew Fanto, Szabolcs Szakacsits, Lode Leroy, Yuval Fledel and Yura Pakhuchiy.
.SH AVAILABILITY
The
.B ntfsprogs
can be downloaded from http://linux-ntfs.sourceforge.net/downloads.html
.br
These manual pages can be viewed online at http://linux-ntfs.sourceforge.net/man/ntfsprogs.html
.SH SEE ALSO
.BR libntfs-gnomevfs (8)