Matthew wrote:
> "Matthew" <> wrote in message
> news:ZmW_j.13767$.. .
>> I have 3 SATA drives and I want to set up the first in IDE mode with the OS
>> on it and the other 2 in a RAID0 as a file storage drive for very large
>> files. But when I go into the setup for the RAID it looks like it's either
>> all RAID or all IDE... I can't seem to find a way to mix the 2 at all.
> Sorry... how do I set it up for both? I have set it up this way on 3 other
> older computers with out any problems.
>
OK, this is what I've been able to learn, by looking at manuals and documentation
for a number of 780G motherboards.
SB700 has up to six SATA ports. They're split into a group of 4 and a group of 2.
According to Linux "dmesg" output, it looks like there is one logical controller
for the whole works. The "group of two" ports, appear to be separately
configurable. Implying, that one solution to your dilemma, is to connect
the SATA drive to "SATA-5" port. The GA-MA78GM-SH2 uses "SATA-6" for the
ESATA port on the back of the computer, which is where that disappeared to.
I tried looking for evidence, that a "free drive" connected to ports 1-4,
when the board is in "RAID" mode, would be recognized as an AHCI or vanilla
drive, but no such evidence was forthcoming.
What I did discover, is there is a RAID option called "JBOD". Maybe, just maybe,
if you declared the single drive as JBOD, it would magically become
visible via the RAID driver. That implies metadata would be installed
on the drive, but with some luck, this will not affect the ability to
connect that drive to another SATA equipped computer, and be able to
see partitions normally etc. That is one thing I test for, when using
"novel" disk controller.
(Useless doc - example of official documentation from ATI/AMD)
http://dlsvr03.asus.com/pub/ASUS/mb/...t_User_v09.zip
And if you ask "can I connect two disks in RAID, and two separate disks,
each in JBOD, to SATA 1 thru 4", I'll take a pass on answering that one :-)
While I would hope/expect JBOD means "independent disks" and is not
some spanning mode, I don't know that for sure. And you've yet to see
how Windows will handle the JBOD disk in any case, whether it'll come
up as dynamic or normal.
Post back your test results...
Paul