1. NAME

ntfscmp - compare two NTFS filesystems and tell the differences

2. SYNOPSIS

ntfscmp [OPTIONS] DEVICE1DEVICE2

3. DESCRIPTION

The

ntfscmp program makes a comparison between two NTFS filesystems from all aspects and reports all variances it finds. The filesystems can be on block devices or images files. Ntfscmp can be used for volume verification however its primary purpose was to be an efficient development tool, used to quickly locate, identify and check the correctness of the metadata changes made to NTFS. If one is interested only in the NTFS metadata changes then it could be useful to compare the metadata images created by using the --metadata option of

R ntfsclone (8) to eliminate the usually uninteresting timestamp changes. The terse output of

ntfscmp is intentional because the provided information is enough in each case to determine the exact differences. This can be achieved, for instance, if one compares the verbose outputs of

R ntfsinfo (8) for each reported inodes by the

R diff (1) utility.

4. OPTIONS

Below is a summary of the options that

ntfscmp accepts.

  • -P, --no-progress-bar
        Don't show progress bars.
  • -v, --verbose
        More informational output.
  • -h, --help
        Display help and exit.

5. EXIT CODES

The exit code is 0 on success, non-zero otherwise.

6. KNOWN ISSUES

No problem is known. If you would find otherwise then please send your report to the development team:

7. AUTHOR

ntfscmp was written by Szabolcs Szakacsits ().

8. AVAILABILITY

ntfscmp is part of the

ntfsprogs package and is available from:
http://www.linux-ntfs.org/content/view/19/37

The manual pages are available online at:
http://man.linux-ntfs.org/

9. SEE ALSO

R ntfsinfo (8),

R ntfscat (8),

R diff (1),

R ntfsclone (8),

R ntfsprogs (8)