tidy up
2002/11/29 15:24:42+00:00 flatcap.org!flatcap Rename: ntfsprogs/ntfstools.8.in -> ntfsprogs/ntfsprogs.8.in (Logical change 1.24)edge.strict_endians
parent
4d8a0de290
commit
7e3a966ce8
|
@ -0,0 +1,52 @@
|
|||
.\" Copyright (c) 2002 Richard Russon. All Rights Reserved.
|
||||
.\" Copyright (c) 2002 Anton Altaparmakov. All Rights Reserved.
|
||||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.\"
|
||||
.TH NTFSPROGS 8 "May 2002" "Linux-NTFS version @VERSION@"
|
||||
|
||||
.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 ntfsfix
|
||||
.PP
|
||||
.BR ntfsfix (8)
|
||||
: Clear the LogFile of a partition to 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 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
|
||||
and Szabolcs Szakacsits.
|
||||
|
||||
.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
|
||||
|
||||
|
Loading…
Reference in New Issue