negrox n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/1400544067400cbc8762ea7.jpg)
Joined: 12 Oct 2002 Posts: 13 Location: Puerto Rico
|
Posted: Wed Nov 24, 2004 2:30 am Post subject: Sil 3112 RAID1 Help |
|
|
I'm using an Asus a7n8x motherboard. I have connected 2 identical Maxtor SATA disks to the onboard Sil 3112 SATA RAID controller. The disks are seen by the system but I am having a problem configuring the RAID1.
dmesg output:
libata version 1.02 loaded.
sata_sil version 0.54
ACPI: PCI interrupt 0000:01:0b.0[A] -> GSI 18 (level, high) -> IRQ 18
ata1: SATA max UDMA/100 cmd 0xE0814080 ctl 0xE081408A bmdma 0xE0814000 irq 18
ata2: SATA max UDMA/100 cmd 0xE08140C0 ctl 0xE08140CA bmdma 0xE0814008 irq 18
ata1: dev 0 cfg 49:2f00 82:7c6b 83:7b09 84:4003 85:7c69 86:3a01 87:4003 88:207f
ata1: dev 0 ATA, max UDMA/133, 240121728 sectors:
ata1: dev 0 configured for UDMA/100
scsi1 : sata_sil
ata2: dev 0 cfg 49:2f00 82:7c6b 83:7b09 84:4003 85:7c69 86:3a01 87:4003 88:207f
ata2: dev 0 ATA, max UDMA/133, 240121728 sectors:
ata2: dev 0 configured for UDMA/100
scsi2 : sata_sil
Vendor: ATA Model: Maxtor 6Y120M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: Maxtor 6Y120M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
SCSI device sda: 240121728 512-byte hdwr sectors (122942 MB)
SCSI device sda: drive cache: write back
/dev/scsi/host1/bus0/target0/lun0:
Attached scsi disk sda at scsi1, channel 0, id 0, lun 0
SCSI device sdb: 240121728 512-byte hdwr sectors (122942 MB)
SCSI device sdb: drive cache: write back
/dev/scsi/host2/bus0/target0/lun0: p1 p2 p3
Attached scsi disk sdb at scsi2, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 4, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 4, lun 0, type 5
Attached scsi generic sg1 at scsi1, channel 0, id 0, lun 0, type 0
Attached scsi generic sg2 at scsi2, channel 0, id 0, lun 0, type 0
echo "0 240121728 mirror core 1 128 2 /dev/sda 0 /dev/sdb 0" | dmsetup create raid.devmap
Another member on the forum wrote a how to and he used the above command. It's not working for me.
My question is how can I setup a RAID1 array using dmsetup/dmraid? I have installed dmraid and device-mapper. I can't find much documentation on the issue.
Thanks! |
|