little mod to ntfsfix manpage
2001/08/02 01:44:57-00:00 !antona Add ntfsfix man page and spell fixes. Update to 1.2.1 version and update all text files to go with it and the rpm spec file. (Logical change 1.5)edge.strict_endians
parent
06c55716fc
commit
769d28a550
|
@ -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 <n> 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<whatever>\fP and
|
||||
.\" \fI<whatever>\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
|
||||
<david.martinez@rediris.es>, for the Debian GNU/Linux
|
||||
system (but may be used by others).
|
Loading…
Reference in New Issue