Last active
May 29, 2020 09:54
-
-
Save ianfinch/60702d10a7db438f8601383135bbb298 to your computer and use it in GitHub Desktop.
How to mount HFS+ drives (Mac) on Raspberry Pi
This file contains 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 dependencies ... | |
sudo apt-get install hfsplus hfsutils hfsprogs gdisk | |
To mount, add "-t hfsplus" to the mount command |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment