Quote:
esc wrote:
I have a PowerMac G5 with two hard drives. One drive is for OSX (IDE0) and one is for MorphOS (IDE1). When I use open firmware to try to find the hard drive with MorphOS, I can't find it at all. The only disk I can seem to find is my OSX one. I am using "dir hd:#,\\" on all numbers from 0 so far through 30. No idea how to set this up since I can't find it :)
Alias hd: is only for IDE0
IDE1 has a different alias or not
Check DEVALIAS in OF and look for simular path (like alias hd) after command
DEV PCI LS
Second way , you can check in OSX DiskUtilities and option INFO (device tree)
e.g my macmini
OSX pci2/ata-6@D/@0:7
MOS pci2/ata-6@D/@0:3
listing boot partition MOS (HFS)
dir pci2/ata-6@D/@0:3,\
Of course MM has only one drive, but you already know where to look for.