
1) Hardware IDE RAID controllers do work on linux, for example 3ware.KePSuX wrote: Drives in the system for mirroring (fault tolerant) purposes. The OS (Gentoo Kernel 2.6.x) will reside on these discs along with the data. I have seen disputes all over these forms about hardware ATA-RAID controllers not actually working right under 2.6.x


Code: Select all
Device Drivers ---> SCSI device support ---> SCSI low-level drivers
[*] 3ware Hardware ATA-RAID support.
Code: Select all
Under Device Drivers ---> Multi-device support (RAID and LVM)
[*] Multiple devices driver support (RAID and LVM)
<*> RAID support
< > Linear (append) mode
< > RAID-0 (striping) mode
<*> RAID-1 (mirroring) mode
< > RAID-4/RAID-5 mode
< > RAID-6 mode (EXPERIMENTAL) 
Code: Select all
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec 2930CU SCSI adapter>
aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
(scsi0:A:3): 20.000MB/s transfers (20.000MHz, offset 15)
Vendor: PLEXTOR Model: CD-ROM PX-40TS Rev: 1.13
Type: CD-ROM ANSI SCSI revision: 02
3ware Storage Controller device driver for Linux v1.02.00.037.
scsi1 : Found a 3ware Storage Controller at 0x1010, IRQ: 21, P-chip: 1.3
scsi1 : 3ware Storage Controller
Vendor: 3ware Model: Logical Disk 0 Rev: 1.0
Type: Direct-Access ANSI SCSI revision: 00
sr0: scsi-1 drive
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 3, lun 0
Nope, nowhere to be foundKePSuX wrote:Silly questionn- Have you tried /dev/sda1 or /dev/sda2 ?JetAce44 wrote:I'm having trouble with my 3ware 8506-4LP (4 port, SATA, 64bit PCI slot). I've compile all the necessary things into my kernel, but I have no idea where the actual drive is in /dev.
Gonna try that right now. Gah, I'm on kernel recompile #20 or #21. All those just trying to get all of this support built in. Grrr.kormoc wrote:No, it shouldn't matter if your drives are sata or pata. They will just show up as normal scsi drives to the kernel as far as I know. I compiled the disk support into the kernel. Might want to try thatJetAce44 wrote:Could my problem be that since I have SATA drives, I have to compile generic SATA support into the kernel?
Kormoc- did you compile the disk support in to the kernel, or as a module? Right now I have it compiled as a module....
Yup, it did the trick. I just spent the better part of the day getting everything backed up from the raid array. I managed to pack my main windows/gentoo disk and my 20gb ipod, and still wasn't able to back everything up (mostly movies, I can always grab them from my friend).kormoc wrote: I'm really sure this will fix it then, cause the ipod uses scsi disk support as well