mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
af6f7606e4
add/document missing options add missing authors standardise program usage() standardise options look update download and contact details
86 lines
2.1 KiB
Groff
86 lines
2.1 KiB
Groff
.\" Copyright (c) 2002\-2005 Richard Russon.
|
|
.\" Copyright (c) 2002\-2003 Anton Altaparmakov.
|
|
.\" Copyright (c) 2005 Szabolcs Szakacsits.
|
|
.\" This file may be copied under the terms of the GNU Public License.
|
|
.\"
|
|
.TH NTFSPROGS 8 "2005\-11\-21" "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.
|
|
.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 were written by Anton Altaparmakov, Carmelo Kintana, Cristian Klein,
|
|
Erik Sornes, Giang Nguyen, Holger Ohmacht, Lode Leroy, Matthew J. Fanto, Per
|
|
Olofsson, Richard Russon, Szabolcs Szakacsits, Yura Pakhuchiy and Yuval Fledel.
|
|
.SH AVAILABILITY
|
|
The
|
|
.B ntfsprogs
|
|
can be downloaded from:
|
|
.br
|
|
.nh
|
|
http://www.linux\-ntfs.org/content/view/19/37
|
|
.hy
|
|
.sp
|
|
These manual pages can be viewed online at:
|
|
.br
|
|
.nh
|
|
http://wiki.linux\-ntfs.org/doku.php?id=man
|
|
.hy
|
|
.SH SEE ALSO
|
|
.BR libntfs\-gnomevfs (8)
|
|
|