Recover a hard drive that is no longer recognized by mac os
if Disk Utility is unable to repair this at first, try this:
- Use
diskutil listto find the right drive id. - You want the id under the IDENTIFIER column, it should look like
disk1s1 - Run
sudo fsck_exfat -d <id from above>. egsudo fsck_exfat -d disk1s3 -dis debug so you'll see all your files output as they're processed.- Answer
YESif it gives you the promptMain boot region needs to be updated. Yes/No? - Open Disk Utility and you should be able to repair here successfully.