But, on Ubuntu, it needs some works.
Install hfsprogs
sudo apt-get install hfsprogs
umount the drive if it's already meunted
sudo umount /dev/sdb2
create folder to mount the drive
mkdir flash
mount again
sudo mount -t hfsplus -o force,rw /dev/sdb2 flash
It works for me, but it need sudo privilege to write to it. Maybe because it's journaled and ubuntu didn't support journaled HFS+ filesystem.
At least it works, :)
No comments:
Post a Comment