clean up
parent
c5bceb84de
commit
7e9f1270e2
|
|
@ -3,7 +3,7 @@
|
||||||
.\" Copyright (c) 2005 Szabolcs Szakacsits.
|
.\" Copyright (c) 2005 Szabolcs Szakacsits.
|
||||||
.\" This file may be copied under the terms of the GNU Public License.
|
.\" This file may be copied under the terms of the GNU Public License.
|
||||||
.\"
|
.\"
|
||||||
.TH NTFSPROGS 8 "2005\-11\-21" "ntfsprogs version @VERSION@"
|
.TH NTFSPROGS 8 "2005\-11\-26" "ntfsprogs version @VERSION@"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
ntfsprogs \- several tools for doing neat things with NTFS partitions
|
ntfsprogs \- several tools for doing neat things with NTFS partitions
|
||||||
.SH OVERVIEW
|
.SH OVERVIEW
|
||||||
|
|
@ -11,56 +11,44 @@ ntfsprogs \- several tools for doing neat things with NTFS partitions
|
||||||
is a suite of NTFS utilities based around a shared library. The tools are
|
is a suite of NTFS utilities based around a shared library. The tools are
|
||||||
available for free and come with full source code.
|
available for free and come with full source code.
|
||||||
.SH TOOLS
|
.SH TOOLS
|
||||||
.SS mkntfs
|
|
||||||
.PP
|
.PP
|
||||||
.BR mkntfs (8)
|
.BR mkntfs (8)
|
||||||
: Format a partition using NTFS.
|
\- Format a partition using NTFS.
|
||||||
.SS ntfscat
|
|
||||||
.PP
|
.PP
|
||||||
.BR ntfscat (8)
|
.BR ntfscat (8)
|
||||||
: Dump a file's contents to the standard output.
|
\- Dump a file's contents to the standard output.
|
||||||
.SS ntfsclone
|
|
||||||
.PP
|
.PP
|
||||||
.BR ntfsclone (8)
|
.BR ntfsclone (8)
|
||||||
: Efficiently clone, create, restore or rescue an image of an NTFS partition.
|
\- Efficiently clone, create, restore or rescue an image of an NTFS partition.
|
||||||
.SS ntfscluster
|
|
||||||
.PP
|
.PP
|
||||||
.BR ntfscluster (8)
|
.BR ntfscluster (8)
|
||||||
: Locate the owner of any given sector or cluster on an NTFS partition.
|
\- Locate the owner of any given sector or cluster on an NTFS partition.
|
||||||
.SS ntfscp
|
|
||||||
.PP
|
.PP
|
||||||
.BR ntfscp (8)
|
.BR ntfscp (8)
|
||||||
: Overwrite file on an NTFS partition.
|
\- Overwrite file on an NTFS partition.
|
||||||
.SS ntfsfix
|
|
||||||
.PP
|
.PP
|
||||||
.BR ntfsfix (8)
|
.BR ntfsfix (8)
|
||||||
: Check and fix some common errors, clear the LogFile and make Windows
|
\- Check and fix some common errors, clear the LogFile and make Windows
|
||||||
perform a thorough check next time it boots.
|
perform a thorough check next time it boots.
|
||||||
.SS ntfsinfo
|
|
||||||
.PP
|
.PP
|
||||||
.BR ntfsinfo (8)
|
.BR ntfsinfo (8)
|
||||||
: Show some information about an NTFS partition or one of the files
|
\- Show some information about an NTFS partition or one of the files
|
||||||
or directories within it.
|
or directories within it.
|
||||||
.SS ntfslabel
|
|
||||||
.PP
|
.PP
|
||||||
.BR ntfslabel (8)
|
.BR ntfslabel (8)
|
||||||
: Show, or set, an NTFS partition's volume label.
|
\- Show, or set, an NTFS partition's volume label.
|
||||||
.SS ntfsls
|
|
||||||
.PP
|
.PP
|
||||||
.BR ntfsls (8)
|
.BR ntfsls (8)
|
||||||
: List information about files in a directory residing on an NTFS partition.
|
\- List information about files in a directory residing on an NTFS partition.
|
||||||
.SS ntfsmount
|
|
||||||
.PP
|
.PP
|
||||||
.BR ntfsmount (8)
|
.BR ntfsmount (8)
|
||||||
: NTFS module for FUSE.
|
\- NTFS module for FUSE.
|
||||||
.SS ntfsresize
|
|
||||||
.PP
|
.PP
|
||||||
.BR ntfsresize (8)
|
.BR ntfsresize (8)
|
||||||
: Resize an NTFS partition without losing data.
|
\- Resize an NTFS partition without losing data.
|
||||||
.SS ntfsundelete
|
|
||||||
.PP
|
.PP
|
||||||
.BR ntfsundelete (8)
|
.BR ntfsundelete (8)
|
||||||
: Recover deleted files from an NTFS partition.
|
\- Recover deleted files from an NTFS partition.
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
.PP
|
.PP
|
||||||
The tools were written by Anton Altaparmakov, Carmelo Kintana, Cristian Klein,
|
The tools were written by Anton Altaparmakov, Carmelo Kintana, Cristian Klein,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue