# Install the tool yum install ntfsprogs # Save to a special image format ntfsclone --save-image -o p2-RECOVERY.raw /dev/sdg2 # Restore from the special image format ntfsclone --restore-image --overwrite /dev/sdg2 p2-RECOVERY.raw