Mount hfs+ system ( especially mac drive )

Hi pow

1. Let's do
>>> sudo apt-get install hfsprogs

2. Unmount that drive, then
>>> sudo fsck.hfsplus /dev/sdb2 or sudo fsck.hfsplus -f /dev/sdb2
Above are for checking its health

3. Do mount!
>>> sudo mount -t hfsplus -o force,rw /dev/sdb2 /media/

,just that my friend! :)

Comments

Popular posts from this blog

Difference between apt-get update and apt-get dis-upgrade