From 41167410fb96307820340c041dc4c7c06958ef68 Mon Sep 17 00:00:00 2001 From: "flatcap.org!flatcap" Date: Thu, 28 Nov 2002 17:27:09 +0000 Subject: [PATCH] (Logical change 1.21) --- ntfstools/ntfstools.8.in | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 ntfstools/ntfstools.8.in diff --git a/ntfstools/ntfstools.8.in b/ntfstools/ntfstools.8.in new file mode 100644 index 00000000..981fd17d --- /dev/null +++ b/ntfstools/ntfstools.8.in @@ -0,0 +1,43 @@ +.\" Copyright (c) 2002 Richard Russon. All Rights Reserved. +.\" This file may be copied under the terms of the GNU Public License. +.\" +.TH NTFSTOOLS 8 "May 2002" "Linux-NTFS version @VERSION@" + +.SH OVERVIEW +.B ntfstools +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(8) +.PP +Format a partition using NTFS. +.SS ntfsfix(8) +.PP +Clear the LogFile of a partition to make Windows perform a thorough check next +time it boots. +.SS ntfsinfo(8) +.PP +Show some information about an NTFS partition or one of the files or directories +within it. +.SS ntfslabel(8) +.PP +Show, or set, an NTFS partition's volume label. +.SS ntfsresize(8) +.PP +Resize an NTFS partition without losing data. +.SS ntfsundelete(8) +.PP +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 ntfstools +can be downloaded from http://linux-ntfs.sf.net/downloads.html + +