Skip to content

Instantly share code, notes, and snippets.

@lagondo
Last active April 14, 2018 12:23
Show Gist options
  • Save lagondo/40b6cb07a966e8f3c007 to your computer and use it in GitHub Desktop.
Save lagondo/40b6cb07a966e8f3c007 to your computer and use it in GitHub Desktop.
How to mount Raspberry Pi SD card to OS X
Install http://sourceforge.net/projects/osxfuse
System Preferences ->
Security & Privacy ->
General ->
Allow apps downloaded from: Anywhere
Install http://sourceforge.net/projects/fuse-ext2
Open /System/Library/Filesystems/fuse-ext2.fs/fuse-ext2.util in your text editor.
Edit the line with
OPTIONS="auto_xattr,defer_permissions"
to read
OPTIONS="auto_xattr,defer_permissions,rw+".
Save the file (requires sudo).
Insert the SD card into your MacBook.
It should automatically mount to /Volumes, typically the volume is named "Untitled".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment