karnesky Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 18 Mar 2004 Posts: 218
|
Posted: Sat Apr 08, 2006 6:21 pm Post subject: Second SATA drive not detected |
|
|
I put gentoo on a new system which has two SATA hard drives. The installation CD correctly detected both drives:
cat dmesg-live-cd|grep scsi
Code: |
scsi0 : ata_piix
scsi1 : ata_piix
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0, type 0
Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0, type 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
Attached scsi generic sg1 at scsi0, channel 0, id 1, lun 0, type 0 | Booting into my new system, it doesn't detect or mount the disk at id 1:
dmesg|grep scsi Code: |
scsi0 : ata_piix
scsi1 : ata_piix
sd 0:0:0:0: Attached scsi disk sda | Any ideas why the drive at id 1 isn't attached?
I can (of course) supply the kernel .config & other log messages on request. But the fact that the first is attached fine has me scratching my head. _________________ Donate to F/OSS |
|