Last active
April 14, 2018 12:23
-
-
Save lagondo/40b6cb07a966e8f3c007 to your computer and use it in GitHub Desktop.
How to mount Raspberry Pi SD card to OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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