mount osx partition

Harvey Ussery yellowdog-general@lists.terrasoftsolutions.com
Tue Jan 6 17:39:01 2004


miKeL a.k.a.mc2 wrote:

> mount /dev/hda9 /osx -t hfs
>
> don't run. only show some abnormal links
>
> how to see the mac osx partition?

Did you first make a directory to mount the partition to? You will have 
to adjust the following to your own layout, but try:

(1) (As root):   mkdir   /mnt/macosx <enter>
(2) (Still as root):   mount   /dev/hda9   /mnt/macosx   -thfs <enter>

Note that I have exaggerated where the <spaces> go--you only type one 
<space>.  

Hope that helps.    --Harvey


>
>