summaryrefslogtreecommitdiff
path: root/ntfsprogs/ntfscmp.8 (plain)
blob: 6bc2c595487fcfac68c32c3f229e7c966ebec785
1.\" Copyright (c) 2005\-2006 Szabolcs Szakacsits.
2.\" This file may be copied under the terms of the GNU Public License.
3.\"
4.TH NTFSCMP 8 "April 2006" "ntfs-3g 2014.2.15"
5.SH NAME
6ntfscmp \- compare two NTFS filesystems and tell the differences
7.SH SYNOPSIS
8.B ntfscmp
9[\fIOPTIONS\fR]
10.I DEVICE1
11.I DEVICE2
12.br
13.SH DESCRIPTION
14The
15.B ntfscmp
16program makes a comparison between two NTFS filesystems from all aspects and
17reports all variances it finds.
18The filesystems can be on block devices or images files. Ntfscmp can be used
19for volume verification however its primary purpose was to be an efficient
20development tool, used to quickly locate, identify and check the correctness
21of the metadata changes made to NTFS.
22
23If one is interested only in the NTFS metadata changes then it could be useful
24to compare the metadata images created by
25using the --metadata option of
26.BR ntfsclone (8)
27to eliminate the usually uninteresting timestamp changes.
28
29The terse output of
30.B ntfscmp
31is intentional because the provided information is enough in each case
32to determine the exact differences. This can be achieved, for instance,
33if one compares the verbose outputs of
34.BR ntfsinfo (8)
35for each reported inodes by the
36.BR diff (1)
37utility.
38.SH OPTIONS
39Below is a summary of the options that
40.B ntfscmp
41accepts.
42.TP
43\fB\-P\fR, \fB\-\-no\-progress\-bar\fR
44Don't show progress bars.
45.TP
46\fB\-v\fR, \fB\-\-verbose\fR
47More informational output.
48.TP
49\fB\-h\fR, \fB\-\-help\fR
50Display help and exit.
51.SH EXIT CODES
52The exit code is 0 on success, non\-zero otherwise.
53.SH KNOWN ISSUES
54No problem is known. If you would find otherwise then please send
55your report to the development team:
56.nh
57ntfs\-3g\-devel@lists.sf.net
58.hy
59.SH AUTHOR
60.B ntfscmp
61was written by Szabolcs Szakacsits.
62It was ported to ntfs-3g by Erik Larsson.
63.SH AVAILABILITY
64.B ntfscmp
65is part of the
66.B ntfs-3g
67package and is available from:
68.br
69.nh
70http://www.tuxera.com/community/
71.hy
72.SH SEE ALSO
73.BR ntfsinfo (8),
74.BR ntfscat (8),
75.BR diff (1),
76.BR ntfsclone (8),
77.BR ntfsprogs (8)
78