nneonneo / ntfsrecover

NTFS data-recovery program written in Python
122 stars 38 forks source link

I have an issue with the mac recovery, throws an error while running the --save-mft command that the disk is not an NTFS but the diskutil shows that the disk is NTFS! #5

Closed r3h3mm closed 4 years ago

r3h3mm commented 4 years ago

Screen Shot 2020-03-30 at 11 03 07 PM Screen Shot 2020-03-30 at 11 03 42 PM Please HELP Am using the same pendrive which i used in the windows laptop!

nneonneo commented 4 years ago

You have to use the partition label /dev/disk4s1 (/dev/disk4 refers to the whole disk).

r3h3mm commented 4 years ago

Worked! Thanks again