Mount Mac Drive on Linux

I had to recover files fromĀ a mac harddrive that wouldn’t mount on a mac. I used my Centos5 box instead, and everything worked perfectly.

# mkdir /mnt/mac

# mount -t hfsplus /dev/sda1 /mnt/mac

I had to use /dev/sda instead of sda1.

[ad#ad-post]

Tags:,

Add a Comment