Skip to content

Instantly share code, notes, and snippets.

@geotheory
Created September 13, 2019 21:56
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 geotheory/c9b69fa69c4c90e91b077f089e06b9ca to your computer and use it in GitHub Desktop.
Save geotheory/c9b69fa69c4c90e91b077f089e06b9ca to your computer and use it in GitHub Desktop.
# http://www.janosgyerik.com/mounting-a-raspberry-pi-image-on-osx/
# MOUNT
hdiutil mount /pathto/image/file.img
ext4fuse /dev/disk2s2 raspi
# UNMOUNT
hdiutil unmount raspi
hdiutil eject /dev/disk2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment