http://linux-ntfs.sourceforge.net/snapshots/ntfsprogs-200307311516.tar.bz2
[ntfsprogs.git] / ntfsprogs / ntfsfix.8.in
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH NTFSFIX 8 "July 2001" "Linux-NTFS version @VERSION@"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .\" Some roff macros, for reference:
9 .\" .nh        disable hyphenation
10 .\" .hy        enable hyphenation
11 .\" .ad l      left justify
12 .\" .ad b      justify to both left and right margins
13 .\" .nf        disable filling
14 .\" .fi        enable filling
15 .\" .br        insert line break
16 .\" .sp <n> insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
18 .SH NAME
19 ntfsfix \- tool for fixing NTFS partitions altered by the Linux kernel NTFS driver.
20 .SH SYNOPSIS
21 .B ntfsfix
22 .I device
23 .SH DESCRIPTION
24 This manual page documents briefly the
25 .B ntfsfix
26 command.
27 .PP
28 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
29 .\" \fI<whatever>\fP escape sequences to invode bold face and italics,
30 .\" respectively.
31 \fBntfsfix\fP is a program that fixes NTFS partitions altered in any
32 manner with the Linux NTFS driver. \fBntfsfix\fP is \fBNOT\fP a Linux
33 version of chkdsk. It only tries to leave the NTFS partition in a
34 not-so-inconsistent state after the NTFS driver has written to it.
35 .sp
36 \fBntfsfix\fP appeared because MS chkdsk is well known for its
37 stupidity when fixing altered partitions. Because the main problems
38 are journal files, \fBntfsfix\fP aims to fix those issues.
39 .sp
40 Running ntfsfix after mounting NTFS partitions read-write is recommended
41 for reducing the chance of severe data loss when NT/W2K tries to remount
42 the affected partition(s).
43 .sp
44 In order to use \fBntfsfix\fP you must unmount the NTFS partition, and run
45 ntfsfix device, where device is the NTFS partition. After this, you can
46 safely reboot into NT/W2K. Please note that \fBntfsfix\fP is not a
47 chkdsk-like tool, and so is not guaranteed that it could fix all the
48 alterations provoked by the NTFS driver.
49
50 .SH AUTHOR
51 This manual page was written by David Martínez Moreno
52 <david.martinez@rediris.es>, for the Debian GNU/Linux
53 system (but may be used by others).
54 .SH AVAILABILITY
55 .B ntfsfix
56 is part of the linux-ntfs package and is available from
57 http://linux-ntfs.sourceforge.net/.
58 .SH SEE ALSO
59 .BR mkntfs (8),
60 .BR ntfsprogs (8)