Linux Commands Examples

A great documentation place for Linux commands

ntfscmp

compare two NTFS filesystems and tell the differences


see also : ntfsinfo - ntfscat - diff - ntfsclone

Synopsis

ntfscmp [OPTIONS] DEVICE1 DEVICE2


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

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 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 ntfsinfo(8) for each reported inodes by the diff(1) utility.

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.

availability

ntfscmp is part of the ntfs-3g package and is available from:
http://www.tuxera.com/community/

exit codes

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

known issues

No problem is known. If you would find otherwise then please send your report to the development team: ntfs-3g-devel[:at:]lists.sf[:dot:]net


see also

ntfsinfo , ntfscat , diff , ntfsclone , ntfsprogs


author

ntfscmp was written by Szabolcs Szakacsits. It was ported to ntfs-3g by Erik Larsson.

How can this site be more helpful to YOU ?


give  feedback