Skip to content

Instantly share code, notes, and snippets.

@deadbits
Created March 19, 2017 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deadbits/ec16861e0a0e20c36bc86b74e0acde68 to your computer and use it in GitHub Desktop.
Save deadbits/ec16861e0a0e20c36bc86b74e0acde68 to your computer and use it in GitHub Desktop.

Install hfsprofs

sudo apt-get install hfsprogs

Mount / remount the HFS+ drive

sudo mount -t hfsplus -o force,rw /dev/sdxN /media/mntPoint or..
sudo mount -t hfsplufs -o remount,force rw /dev/sdxN /mount/mntPoint

Dealing with improperly mounted or corrupt drive

sudo fsck.hfsplus /dev/sdxN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment