Skip to content

Instantly share code, notes, and snippets.

@arpitjindal97
Created September 25, 2017 18:14
Show Gist options
  • Save arpitjindal97/cde42abe6cef6fbf4dcb29debb169d0b to your computer and use it in GitHub Desktop.
Save arpitjindal97/cde42abe6cef6fbf4dcb29debb169d0b to your computer and use it in GitHub Desktop.
Mount OSX partition on Linux
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