Wow Peter, great answer.  I really appreciate the email.  I am trying to learn more and more about linux/ubuntu specifically.  I am a network admin for a medium size company, 100% windows, the whole linux world is new to me.  I have been dabbling with ubuntu since version 5.  I have often reverted back to windows, however I think I am ready to stick it out now.  I find the learning blocks to be a real pain though, fun yes, but a pain as well.  Do you have any suggestions for a quicker way to learn rather than me staying up later than I should each night hacking way my through conf samba files! and the sort...I haven't found any "windows professionals convert to linux" type weekend crash courses, know of any in the Toronto area?  By the way, I went to school in Ottawa, Algonquin.  Go sens!
<br><br>Chris Patten<br><br><div><span class="gmail_quote">On 4/30/07, <b class="gmail_sendername">Peter Whittaker</b> <<a href="mailto:pwwnow@gmail.com">pwwnow@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sat, 2007-28-04 at 09:56 -0400, Chris Patten wrote:<br>> I have a sata raid card and 2x500 gig sata drives, I want to disk<br>> mirror or raid0/1.  The raid is handled in the hardware of the card,<br>> not software.  It worked well under windows, windows showed 1x500 gig
<br>> drive.  Now under ubuntu it shows 2x500 gig drives.  Why?  And what do<br>> I need to change?<br><br>Chris, in all likelihood, RAID was not actually handled in the card<br>under Windows, but was faked out by a driver that shipped with Windows.
<br>In other words, Windows "saw" a RAID device, because it had been *told*<br>to see one.<br><br>There are at least two reasons for believing this: 1) "real" hardware<br>RAID controllers are *very* expensive (not really consumer itema), and
<br>2) if the card did the RAID, Linux - Ubuntu included - would see a<br>single drive, not two.<br><br>Real hardware RAID does NOT require software/OS drivers.<br><br>All is not lost, however! Setting up RAID under Linux is very easy,
<br>thanks to the various utilities that come with the OS. Please refer to<br>the "super simple md recipe" on [1]; if you need assistance, contact me<br>directly, either by email or by phone [2].<br><br>NOTE! The "recipe" assumes there is no data on the array, that is, that
<br>both disks are fresh and clean and ready to be formatted. If you have<br>data on your Windows RAID array, and you want to preserve it under<br>Linux, then you will either need to back the data up, performing the<br>recipe (tailored to your needs), then restore the data to the array, or
<br>make the array available to your Linux boxes via a Windows file server.<br><br>Neither alternative is all that attactive, so if someone has a Buzz<br>Lightyear answer [3], post it here!<br><br>The recipe I added to [1] is easy to tailor to your needs, if you know a
<br>little bit about Linux file systems.<br><br>In "the recipe", /dev/hdc and /dev/hdd are what Linux sees the two<br>identical drives as (the two 500Giggers, in your case), mke2fs creates<br>ext2 filesystems on each drive, mdadm creates the RAID pair ("-l 1"
<br>means RAID Level 1), and the cat command adds the entry for the new disk<br>to /etc/fstab. (Why ext2 instead of ext3? I figured with RAID the<br>journalling was less important, and that the performance may be better<br>
with ext2. I could easily be wrong on both points, I'd appreciate<br>comments... ...I can always reformat my array).<br><br>The man pages are quite readable, please do plunge in if you need more<br>information.<br><br>
Or call!<br><br>pww<br><br>[1] <a href="https://wiki.ubuntu.com/Raid">https://wiki.ubuntu.com/Raid</a><br><br>[2] 613 294 6916<br><br>[3] In Toy Story 2, Mr Potato Head offers Woody a choice of deaths: By<br>monkeys or by shark. Woody chooses Buzz Lightyear. "Buzz Lightyear?
<br>That's a not a choice", screams Potato Head. Presto, Buzz appears and<br>saves the day. I *always* choose Buzz Lightyear. Just like Kirk did on<br>the Kobayashi Maru [4]. It just sometimes takes three tries and little
<br>hacking to get there.<br><br>[4] <a href="http://en.wikipedia.org/wiki/Kobayashi_Maru">http://en.wikipedia.org/wiki/Kobayashi_Maru</a><br><br><br><br>--<br>ubuntu-ca mailing list<br><a href="mailto:ubuntu-ca@lists.ubuntu.com">
ubuntu-ca@lists.ubuntu.com</a><br><a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-ca">https://lists.ubuntu.com/mailman/listinfo/ubuntu-ca</a><br><br><br></blockquote></div><br>