From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4e930417c1ce414d2b2d050c755b9f85@coraid.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] VIA VT8237 SATA/RAID From: erik quanstrom Date: Mon, 16 Apr 2007 08:30:07 -0400 In-Reply-To: <462359BF.8010205@proweb.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 495b7b82-ead2-11e9-9d60-3106f5b1d025 it sounds like plan 9 is not recognizing the via sata "raid". from what i've read about this chipset, this is fake raid. generally chipsets with fake raid present their drives as legacy ata unless you fiddle with the correct registers. but in this case, i'm just guessing. linux doesn't appear to recognize raid mode for the 8237's vt6240, although it does set up native mode. why not compare sd[EF]0/data. if they are the same and you can mount one mount /srv/dos /n/e: /dev/sdE0/data then you could use '#k' to do the mirroring in software. - erik > Hi, > > I have an MSI K8T NEO2 FIR Motherboard with on-board VT8237 SATA/RAID > > I connected two SATA drives to it and used the BIOS Raid creator to > create a striped RAID set. > > When I booted into Plan 9 I didn't get the single striped drive I was > hoping for : > > --rw-r----- S 0 maht maht 15990784 Mar 5 2006 sdE0/data > -lrw------- S 0 maht maht 0 Mar 5 2006 sdE0/raw > --rw-r----- S 0 maht maht 0 Mar 5 2006 sdE0/ctl > --rw-r----- S 0 maht maht 15990784 Mar 5 2006 sdF0/data > -lrw------- S 0 maht maht 0 Mar 5 2006 sdF0/raw > --rw-r----- S 0 maht maht 0 Mar 5 2006 sdF0/ctl > > (yes they are 16Mb drives - they're compact flash in a SATA adapter) > > I rebooted and formatted them as FAT with Windows to test the striping > which worked fine but but the result in Plan 9 was the same. > > > > I have an on-board SiL 3114 SATA/RAID at work so I'll try that one next