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! :)
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
Post a Comment