Created
September 25, 2017 18:14
-
-
Save arpitjindal97/cde42abe6cef6fbf4dcb29debb169d0b to your computer and use it in GitHub Desktop.
Mount OSX partition on Linux
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
sudo mkdir /mac | |
sudo mount -t hfsplus -o force,rw /dev/sda2 /mac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment