1NTFSFIX(8) System Manager's Manual NTFSFIX(8)
2
3
4
6 ntfsfix - fix common errors and force Windows to check NTFS
7
9 ntfsfix [options] device
10
12 ntfsfix is a utility that fixes some common NTFS problems. ntfsfix is
13 NOT a Linux version of chkdsk. It only repairs some fundamental NTFS
14 inconsistencies, resets the NTFS journal file and schedules an NTFS
15 consistency check for the first boot into Windows.
16
17 You may run ntfsfix on an NTFS volume if you think it was damaged by
18 Windows or some other way and it cannot be mounted.
19
21 Below is a summary of all the options that ntfsfix accepts. Nearly all
22 options have two equivalent names. The short name is preceded by - and
23 the long name is preceded by --. Any single letter options, that don't
24 take an argument, can be combined into a single command, e.g. -fv is
25 equivalent to -f -v. Long named options can be abbreviated to any
26 unique prefix of their name.
27
28 -h, --help
29 Show a list of options with a brief description of each one.
30
31 -V, --version
32 Show the version number, copyright and license
33
35 There are no known problems with ntfsfix. If you find a bug please
36 send an email describing the problem to the development team:
37 ntfs-3g-devel@lists.sf.net
38
40 ntfsfix was written by Anton Altaparmakov, with contributions from Sz‐
41 abolcs Szakacsits. It was ported to ntfs-3g by Erik Larsson and Jean-
42 Pierre Andre.
43
45 ntfsfix is part of the ntfs-3g package and is available from:
46 http://www.tuxera.com/community/
47
48 The manual pages are available online at:
49 http://man.linux-ntfs.org/
50
52 mkntfs(8), ntfsprogs(8)
53
54
55
56ntfs-3g 2011.4.12 January 2006 NTFSFIX(8)