If you do not know which partition holds OSX ...
- Login to a shell or terminal as root.
- parted /dev/hdx [RETURN] (where "x" is the drive on which your Mac OS X installation resides).
- From within parted, press "p" and RETURN to print the drive partition table. Take note of the partition where Mac OS X resides (noted below as "y", ie: /dev/hda7).
Once you know which partition holds OSX ...
- Login to a shell or terminal as root.
- mkdir /mnt/macosx [RETURN]
- mount /dev/hdxy /mnt/macosx -thfsplus [RETURN]
- cd /mnt/macosx [RETURN]
- ll [RETURN]
This HOWTO was created by Kai Staats, Terra Soft Solutions




