Skip to content

Instantly share code, notes, and snippets.

@quanganhdo
Forked from miguelmota/mount_fat32.sh
Created June 13, 2017 16:22
Show Gist options
  • Save quanganhdo/44fd580225eb5ecb8d8c771ca325eea1 to your computer and use it in GitHub Desktop.
Save quanganhdo/44fd580225eb5ecb8d8c771ca325eea1 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment