How to mount a HFS partition in Ubuntu as Read/Write?
- by GiH
I plugged in my external harddrive (which was formatted on my Mac into HFS+ journaled) to my Ubuntu desktop 9.04 64bit. I am not able to get the drive to mount with write capability, how do I do that? Right now all I'm getting is read access, I tried
sudo mount -t hfsplus /dev/sdf2 /media/"Portable HD"
but that still gave me only read access... ideas??