Mounting hfs partition

Fabrizio Fontana yellowdog-general@lists.terrasoftsolutions.com
Mon May 5 13:30:01 2003


> Hi,
> 
> Sorry if my question is a little stupid but is there a way to mount the
> mac os x drive or to access the data on a mac os x drive
> 
Hi Pierre

if the partition you want to acces from ydl is hfs, simply

# mount -t hfs /dev/<hda_> /mnt/<mac>

where <hda_> is the partition you want to mount (i.e. hda12 is mine)
and /mnt/<mac> is an empty folder.

If the partition is hfs+, ....I don't know!

Ciao

Fabrizio Fontana