Solaris can not recocnize secund hard disk (PATA)

Hello, can anyone help please? I have Solaris 10.1 installed on AMD 64, SATA driver 200gb. This works fine.

I have added other hard disk PATA (IDE) 300gb. Bios recocnize it as primary master but Solaris does not. Could you plaese tell me how to mount this Hard disk to be used for Solais as storage disk?. I have tried also to install Solaris into this disk, but The installation was very very slow and finally failed.

Note: this is new HD and can be teformated if need.

runnong format gives me:

# format

Searching for disks...done

AVAILABLE DISK SELECTIONS:

0. c1d0 <drive type unknown>

/pci@0,0/pci-ide@6/ide@1/cmdk@0,0

1. c2d0 <DEFAULT cyl 48449 alt 2 hd 128 sec 63>

/pci@0,0/pci-ide@7/ide@0/cmdk@0,0

Specify disk (enter its number): ^C

Thanks for any help

Message was edited by:

kkmp

[894 byte] By [kkmp] at [2007-11-26 10:50:08]
# 1
Try running the devfsadm command.That will scan for new disks and create the appropriate devices.Alternatively boot with the "boot -r" command. Not sure how you do that on x86 though.On sparc you can do it from the OBP prompt.
robertcohen at 2007-7-7 3:02:41 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
follow these steps :1.issue a command 'devfsadm' at the bash prompt.2.Recreate the device tree using ' touch /reconfigure' command.3.Reboot -- -r This will definately recognise the new HDD.
DSR at 2007-7-7 3:02:41 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3
Many many Thanks for HELP ! it works.
kkmp at 2007-7-7 3:02:41 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...