Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active March 13, 2024 15:49
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save miguelmota/d1d70d19fbd763afdd65c5c1375ddbde to your computer and use it in GitHub Desktop.
Save miguelmota/d1d70d19fbd763afdd65c5c1375ddbde to your computer and use it in GitHub Desktop.
OS X mount FAT32 partition with read/write permissions
diskutil list
diskutil unmount /dev/disk0s6
sudo mount -w -t msdos /dev/disk0s6 /Volumes/data
Make sure to move the switch up on the side of the SD card to disable write-protected mode.
@califlower
Copy link

does not work for me on an m1 mac,

mount_msdos: /dev/disk4: Operation not permitted
mount: /Volumes/nrf failed with 71

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