'''It's not a problem, just need to be careful when doing this sort of thing. Guessing leads to hard to track down problems because things aren't exactly how they should be''' ... Kirit (20120202)
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! :)