Skip to content

Instantly share code, notes, and snippets.

@auchenberg
Created August 22, 2017 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save auchenberg/5c4cb3a4d8d6731d633a1c82f6fcf631 to your computer and use it in GitHub Desktop.
Save auchenberg/5c4cb3a4d8d6731d633a1c82f6fcf631 to your computer and use it in GitHub Desktop.
Repairing a Corrupted Mac OSX ExFAT Partition

Repairing a Corrupted Mac OSX ExFAT Partition

  1. Run diskutil list to identify list
  2. Run ps -ax | grep <disk> to kill all processes accessing the disk
  3. Run sudo fsck_exfat -d <disk> to repair the volumen.

Vola!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment