Last active
April 1, 2023 23:13
-
-
Save yvele/45f83c39e3be61a5b6ec to your computer and use it in GitHub Desktop.
Fix corrupted exFAT partition on Mac OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo fsck_exfat -d disk0sXXX | |
diskutil repairvolume /Volumes/XXX/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment