Thursday, August 20, 2009

NTFSProgs to fix NTFS Issues (Part 3)

This is Part 3 of the the 2 Series of NTFSprogs
  1. NTFSProgs to fix NTFS Issues (Part 1)
  2. NTFSProgs to fix NTFS Issues (Part 2)

Note 1: To Clone Partition, you can use the commands
# ntfsclone --save-image /dev/sdc1 -output ntfs-image-file.img

Note 2: To overwrite the Partition, you can use the commands
# ntfsclone --save-image /dev/sdc1 --0verwrite ntfs-image-file.img

Note 3: To create an uncompress image with the option to mount using loopback
# ntfsclone /dev/sdc1 --output ntfs-image-file.img
(without the --save-image)
# mkdir /mnt/nfs-mount-point
# mount -0 rw,loop -t ntfs-image-file.img /mnt/nfs-mount-point
(You can edit, delete, move files)

No comments: