Command-Line Interface to check and clean a NTFS dataset.
As ntfs2ntfs
is not pushed to crates.io yet, you can install it by cloning transit_model
.
git clone https://github.com/hove-io/transit_model
cd transit_model
cargo install --path ntfs2ntfs
ntfs2ntfs --input /path/to/ntfs/folder/ --output /path/to/ntfs/
--input
is the path to a folder containing NTFS data format--output
is the path to a folder where the NTFS will be exported
Get more information about the available options with ntfs2ntfs --help
.
As NTFS is the pivot format for data processing, common NTFS rules is useful.