Skip to content

Instantly share code, notes, and snippets.

View AkishinoShiame's full-sized avatar
🗾
興味でGitHub

秋篠詩雨 AkishinoShiame

🗾
興味でGitHub
View GitHub Profile
@zthxxx
zthxxx / Activate Office 2019 for macOS VoL.md
Last active March 14, 2026 23:40
crack activate Office on mac with license file
@scottopell
scottopell / fix_exfat_drive.md
Last active February 20, 2026 00:43
Fix corrupted exFAT disk macOS/OSX

exFAT support on macOS seems to have some bugs because my external drives with exFAT formatting will randomly get corrupted.

If Disk Utility is unable to repair, consider trying this:

  1. In Disk Utility, ensure that the drive is not mounted, eject it if it is mounted.
  2. Use diskutil list to find the right drive id.
  3. You want the id under the IDENTIFIER column, it should look like disk1s1
  4. Run sudo fsck_exfat -d <id from above>. eg sudo fsck_exfat -d disk1s3
  5. -d is debug so you'll see all your files output as they're processed.