Mount Mac Drive on Linux

Advertisements

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]

Advertisements
Tags:,

Add a Comment

Your email address will not be published. Required fields are marked *

(adsbygoogle = window.adsbygoogle || []).push({});