LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-10-2005, 11:07 AM   #1
michaelsanford
Member
 
Registered: Feb 2005
Location: Ottawa/Montréal
Distribution: Slackware + Darwin (MacOS X)
Posts: 468

Rep: Reputation: 30
Unhappy SATA RAID1 in nVidia nFore 3 Ultra ?


My last 24 hours have been relatively fruitless. I've got a new MSI K8N Neo2 mainboard (running the nVidia nForce 3 Ultra chipset) and two SATA disks to be used in a RAID1 array.

I've followed the mainboard's manual on configuring the RAID array in BIOS. Of course, I think this isn't a true hardware RAID because you need a Windows XP driver install disk. Since I'm using Slackware 10.1 that's relatively useless.

Now when I boot from CD 1 using the sata.i kernel and try cfdisk I can see both SATA drives (as /dev/sda /dev/sdb) and can partition them manually, so I don't need any special SATA drivers.

I also see that it's recognizing a SCSI device, which I assume is my BIOS RAID array? What the heck do I do now? Obviously I want to install my operating system onto the RAID so recompiling a kernel is kind of difficult...

Any and all help is much appreciated, I can't figure out how to make this work. I'll accept if it's impossible for now, and I'm open to switching distros if need be.

Here's some dmesg for ya'.
Code:
NFORCE3-250: 00:08.0 (rev a2) UDMA133 controller
    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hdc: GCR-8523B, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hdc: attached ide-cdrom driver.
hdc: ATAPI 52X CD-ROM drive, 128kB Cache, DMA
Uniform CD-ROM driver Revision: 3.12
SCSI subsystem driver Revision: 1.00
libata version 1.10 loaded.
sata_nv version 0.5
PCI: Setting latency timer of device 00:09.0 to 64
PCI: Setting latency timer of device 00:0a.0 to 64
ata1: SATA max UDMA/133 cmd 0x9E0 ctl 0xBE2 bmdma 0xC800 irq 10
ata2: SATA max UDMA/133 cmd 0x960 ctl 0xB62 bmdma 0xC808 irq 10
ata1: dev 0 cfg 49:2f00 82:7c6b 83:7b09 84:4003 85:7c69 86:3a01 87:4003 88:407f
ata1: dev 0 ATA, max UDMA/133, 240121728 sectors:
ata1: dev 0 configured for UDMA/133
ata2: dev 0 cfg 49:2f00 82:7c6b 83:7b09 84:4003 85:7c69 86:3a01 87:4003 88:407f
ata2: dev 0 ATA, max UDMA/133, 240121728 sectors:
ata2: dev 0 configured for UDMA/133
ata3: SATA max UDMA/133 cmd 0x9F0 ctl 0xBF2 bmdma 0xE000 irq 11
ata4: SATA max UDMA/133 cmd 0x970 ctl 0xB72 bmdma 0xE008 irq 11
ata3: no device found (phy stat 00000000)
ata4: no device found (phy stat 00000000)
scsi0 : sata_nv
scsi1 : sata_nv
scsi2 : sata_nv
scsi3 : sata_nv
  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
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
SCSI device sda: 240121728 512-byte hdwr sectors (122942 MB)
Partition check:
 sda: sda1 < sda5 > sda2
SCSI device sdb: 240121728 512-byte hdwr sectors (122942 MB)
 sdb: sdb1
md: linear personality registered as nr 1
md: raid0 personality registered as nr 2
md: raid1 personality registered as nr 3
md: raid5 personality registered as nr 4
raid5: measuring checksumming speed
   8regs     :  3380.000 MB/sec
   32regs    :  2100.400 MB/sec
   pIII_sse  :  7068.800 MB/sec
   pII_mmx   :  5006.400 MB/sec
   p5_mmx    :  6289.200 MB/sec
raid5: using function: pIII_sse (7068.800 MB/sec)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
 
Old 04-11-2005, 04:21 AM   #2
t3gah
Member
 
Registered: Dec 2004
Distribution: SuSE, RedHat, ubuntu, Debian
Posts: 734

Rep: Reputation: 30
The spec's for the motherboard are here > http://www.msi.com.tw/program/produc...il.php?UID=607

As for the code you posted and sata driver you are using with Slack 10.1... I have a question:

What kernel are you on ?

Code:
uname -a
 
Old 04-11-2005, 11:57 AM   #3
michaelsanford
Member
 
Registered: Feb 2005
Location: Ottawa/Montréal
Distribution: Slackware + Darwin (MacOS X)
Posts: 468

Original Poster
Rep: Reputation: 30
I was using the default 2.4.29 but I'm compiling 2.6.10 as we speak (It's a treat to compile it on a 2.2 GHz machine instead of my 300 MHz )

My boss actually already showed me that page, and I just noticed that it says "NV RAID (Software)" which means it's not really hardware RAID as he thought.

I suppose that means I have two options: I can wait for 2.6.x to support nVidia nForce 3 sotware RAID support, or get a hardware RAID controller?

EDIT: I also had to enable HIGHMEM support (and recompile the kernel) since this machine has 2 GB of RAM but Slack only sees 889 MB of it.

Last edited by michaelsanford; 04-11-2005 at 11:58 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FC3 with SATA RAID1 09kevin77 Linux - Hardware 1 09-26-2005 10:16 AM
nVIDIA nForce3 Ultra SATA Support? mdahc Linux - Hardware 10 04-25-2005 07:32 AM
raid1 on mandrake 10 with 2x SATA drives karelvdm Linux - Hardware 0 09-08-2004 04:56 AM
raid1 on mandrake 10 with 2x SATA drives karelvdm Mandriva 0 09-07-2004 08:27 AM
A Hardware Sata RAID1 on Linux szeroki3xl Linux - Hardware 2 06-28-2004 10:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration