diff --git a/ntfstools/ntfsfix.8.in b/ntfstools/ntfsfix.8.in index e69de29b..eed93b8a 100644 --- a/ntfstools/ntfsfix.8.in +++ b/ntfstools/ntfsfix.8.in @@ -0,0 +1,56 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH NTFSFIX 8 "July 2001" "Linux-NTFS version @VERSION@" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +ntfsfix \- tool for fixing NTFS partitions altered by the Linux kernel NTFS driver. +.SH SYNOPSIS +.B ntfsfix +.I device +.SH DESCRIPTION +This manual page documents briefly the +.B ntfsfix +command. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBntfsfix\fP is a program that fixes NTFS partitions altered in any +manner with the Linux NTFS driver. \fBntfsfix\fP is \fBNOT\fP a Linux +version of chkdsk. It only tries to leave the NTFS partition in a +not-so-inconsistent state after the NTFS driver has written to it. +.sp +\fBntfsfix\fP appeared because MS chkdsk is well known for its +stupidity when fixing altered partitions. Because the main problems +are journal files, \fBntfsfix\fP aims to fix those issues. +.sp +Running ntfsfix after mounting NTFS partitions read-write is recommended +for reducing the chance of severe data loss when NT/W2K tries to remount +the affected partition(s). +.sp +In order to use \fBntfsfix\fP you must unmount the NTFS partition, and run +ntfsfix device, where device is the NTFS partition. After this, you can +safely reboot into NT/W2K. Please note that \fBntfsfix\fP is not a +chkdsk-like tool, and so is not guaranteed that it could fix all the +alterations provoked by the NTFS driver. + +.SH SEE ALSO +.BR mkntfs (8). +.br +.SH AUTHOR +This manual page was written by David Martínez Moreno +, for the Debian GNU/Linux +system (but may be used by others).