Basics of RAID 242
Doggie Fizzle writes "RAID has been common in business environments for ages, and is now becoming more viable and popular for personal computers. This article focuses on the the basics of RAID, and spells things out for beginners or tech veterans. From the article: 'The benefits of RAID over a single drive system far outweigh the extra consideration required during installation. Losing data once due to hard drive failure may be all that is required to convince anyone that RAID is right for them, but why wait until that happens.'"
Holy Ads, bat-man! (Score:5, Insightful)
Re:Holy Ads, bat-man! (Score:4, Informative)
I didn't get any. (Score:3, Informative)
Re:Holy Ads, bat-man! (Score:3, Informative)
Re:Holy Ads, bat-man! (Score:3, Informative)
http://arstechnica.com/paedia/r/raid-1.html [arstechnica.com]
Re:Holy Ads, bat-man! (Score:3, Interesting)
The mystery becomes clearer. Hover your mouse over Doggie Fizzle's name above and see what resources Doggie is affiliated with. Then look at the uri of the "story".
See any connections?
(unfortunately, temojen didn't)
Curiosity question: When did
If it is an organized program, can someone get me the pricing for it?
raid (Score:4, Funny)
http://www.killsbugsdead.com/ [killsbugsdead.com]
Re:raid (Score:2)
Re:raid (Score:3)
http://www.getipm.com/answers/computer-ants.htm [getipm.com]
Excellent RAID reference (Score:5, Informative)
There's a lack of real information about RAID (Score:4, Informative)
The 'tutorial' of the parent article is talking in kindergarden terms, oversimplifications and obsolete term, and overlooking some of the issues with using RAID. It's a good example of the true lack of understanding about the subject. By now, there are so many types of solutions that the term RAID hardly applies. But, even 10 years ago companies like Compaq had innovative rudundant storage solutions that were enterprise ready.
Re:Excellent RAID reference: not (Score:3, Informative)
RAID 10 disadvantage: "All drives must move in parallel to proper track lowering sustained performance". In fact each drive can seek independently for reads and only pairs must seek together for writes.
RAID 1 advantage: "Transfer rate per block is equal to that of a single disk"
RAID 5 disadvantage: "Individual block data transfer rate same as single disk"
Would be nice if it was consistent about whether that's good or bad.
RAID5: "Highest Read data transaction rate" except for RAID 10, of course,
Or... (Score:5, Insightful)
Wikipedia [wikipedia.org]
Current HDD prices... (Score:4, Interesting)
I myself currently have it setup to mirror my data across two 80Gb drives... Four months ago one of the hard disks died (funny buzzing sound, no access) but the manufacturers three year warranty was still valid, so I returned the drive to them for a free replacement. I received the replacement drive and shoved it in, mirrored the data back onto this new second drive and continued as before. If I hadn't have had this setup that data could have been permanently list. It also saves me from writing ten DVDs to store that much.
Re:Current HDD prices... (Score:5, Insightful)
Alternatively to DVD backups, you can also sync up your data on a regular basis to an external hard drive. This doesn't protect you if your house burns down, like DVD backups kept in a safety deposit box would do, but it does help you restore lost data after it gets corrupted.
Ultimately, all these solutions require varying amounts of money, time, and effort, so you just have to decide what level of security you require and what you are willing to pay for it.
Re:Current HDD prices... (Score:5, Insightful)
Re:Current HDD prices... (Score:2)
It can be part of a backup technique... (Score:5, Interesting)
Ultimately, what it comes down to is that mirroring merely makes the hardware more reliable, it is not a backup technique.
It can be part of this nutritious breakfast^W^W backup technique:
0) shut down the box
1) swap a fresh/new/wiped drive for one of the mirrored drives
2) rebuild the RAID
3) store the just-pulled drive appropriately (e.g. off-site) along with a second identical RAID controller
Now if the machine goes completely belly-up (as in a fire) the user can install the secondary RAID controller and the data-laden drive in a fresh machine, add another fresh/new/wiped drive, and rebuild the RAID in the new machine. This may not be terribly convenient nor perfect for everyone but it will be effective.
Remember, kids: just because a particular technique doesn't perform a task all by itself (in this case RAID 1 != backup) that doesn't mean it can't be part of a larger picture.
Probably better (Score:3, Informative)
Re:Probably better (Score:3, Informative)
A dependent disk would be one that can not be swaped out of the configuration. With independent disks you can remove one and replace it with a different one and go on about your way.
Give me RAID 5 (Score:3)
Seriously, SATA hotswappable RAID 5, put an onboard controller on next gen motherboards, I dont care if its crappy compared to an expansion card, and you will have my money. Yeah we have RAID 0, 1 , 0+1, but no onboard commercial RAID 5 solution in mainstream motherboards. I know its more expenisve, but its also more efficient, and with every failed HD common users encounter the market gets bigger.
Re:Give me RAID 5 (Score:3, Informative)
Slightly OT, but this site [linux.yyz.us] is frequently updated with the current state of SATA/RAID support under Linux.
Re:Give me RAID 5 (Score:3, Informative)
Here you go (Score:3, Informative)
I am running RAID 5 on my desktop server right here. It has a P4 3 year old Gigabyte motherboard. It's not hotswappable because it's not enterprise level (and I don't plan on having to hotswap all of the time, only when shit happens) but it gives me the RAID 5 that I like to use as a backup using software based RAID on Ubuntu Linux [ubuntulinux.org]. After the install, it it would be just as easy for Grandma to use as if it were not RAIDed and I am certain any /.er could figure out the install for most any Linux distro.
Re:Give me RAID 5 (Score:2)
Re:Give me RAID 5 (Score:3, Interesting)
There's always software RAID5 too. It would sound like it's slower, but I'm not 100% sure about that (less cpu load for hw raid is pretty much a given though). The other consideration is what happens in a controler
Re:Give me RAID 5 (Score:4, Informative)
The above applies to Linux, I don't think the non-server editions of Windows can do anything but raid 0 (maybe raid1?). Possibly a BartsPE CD could be used to recover a failed Win raid array.
Re:Give me RAID 5 (Score:2)
Raid 10 is cheaper than RAID 5 (Score:2)
RAID 10 is both faster and more reliable than RAID 5. (Though the chance on losing data for either is mighty low)
RAID5 really only makes sense for arrays built out of the largest disks available.
Re:Give me RAID 5 (Score:2)
A simple RAID solution can simply XOR the first two/four drive's data and store the result on the 3rd/5th drive. If any drive fail
Re:Give me RAID 5 AMEN (Score:2)
Now THAT is the most hilarious thing sentence I've read in a long time.
RAID0 (Score:2, Informative)
Re:RAID0 (Score:2)
RAID0 isn't really appropriate for anything other than temporary files, anyway ... for exactly the reason you mention.
Re:RAID0 (Score:3, Funny)
Well, if it's a RAID array, I think it is redundant.
Um...Personal Use... (Score:2)
I was thinking they were referring to "Joe Bob Home User" who is starting to use RAIDS more, which is true but, as far as I have seen they are NOT using it for RAID1 - (Mirroring and Duplexing) they ARE using it for RAID 0 (Striping) so their system apps/games run faster.
Another helpful link (Score:5, Funny)
Re:Another helpful link (Score:2)
RAID for "personal computers"? but why? (Score:5, Insightful)
Personally, I have 3 backup hard-disks, one that keeps a "clean" base system that I update every 6 months or so, and 2 that I do full differential backups on every 3 days. The "clean" hard-disk is kept off-site, and a script tells me when to do the backups on the other 2. And for very very important files, I just write them on a CD on the spot.
With that, I've yet to lose a single file since I started using Linux in 93 or 94. My solution is cheap and doesn't involve fancy raiding. And I'm quite sure I overdo it, most people could do just fine with one main hard-disk, one backup hard-disk and a little discipline.
Re: (Score:2)
Nice theory.... (Score:4, Informative)
Let's face it, discipline is a drag, that is why at work IT people are paid to schlepp around stacks of locked cases full of back up tapes to be shipped off site.
So... for my home file server, I went to RAID mirroring, with a 3rd drive in a drawer. A mount-copy-umount chron job copies to the drawer-drive. Drawer-drive gets swapped and taken off site "when I think of it". Because... RAID only protects you from falling over hard drives. It does not proctect you from:
1) Ooops, I wish I hadn't deleted that.
2) Gack! My house just burned down! And took 10 years of tax data with it!
3) Power supply goes wonky, causing both drives to scribble random scorfulentness everywhere.
A home RAID system does not need to be expensive. Who needs hot swap? Use cheapo PATA drives. A few hours of down time for the wife and kids is OK. It doesn't take a big, bad CPU, and software RAID works great.
Re:RAID for "personal computers"? but why? (Score:2)
You do RAID 1 with 3 disks instead of 2. Two drives are for the RAID 1 setup and when it's time to do the backup you just power down or "prepare for hotswap", take out one of the RAID 1 drives which is now your newest backup and put the third drive back into the RAID.
You wouldn't have to do "full differential backups every 3 days" anymore.
Only think I've yet to look into, before I do this, is how to tell the RAID which of the drives it needs to update and which to mirror from. Wouldn't wan
Re:RAID for "personal computers"? but why? (Score:2)
Ah, but that is the rub, is it not? Many people are using mirrored arrays as an excuse to not backup.
The university department I work for has a faculty member that teaches this through his actions. He claims everyone should backup (to cheap CDR's and DVD's mind you) and all of his workstations, and any students he has assisted with a purchase uses a Promise RAID1.
Some of those machines have returned for assistance with issues, and I have seen some pretty odd hacks
Still a single point of failure (Score:5, Interesting)
Since a RAID controller doesn't have moving parts, is it less likely than a hard drive to fail?
Re:Still a single point of failure (Score:4, Insightful)
You get a new one under warranty or buy one...and your data is still there. If your drive dies and you get a new one your data's toast unless you have megabucks for Drive$aver$.
Re:Still a single point of failure (Score:2)
For a home RAID system, the advantage is you can replace the RAID controller and still have all of your data. Unless of course the RAID controller corrupts all the data, but I'm not sure I've ever seen that happen.
Re:Still a single point of failure (Score:4, Informative)
Fiddling around in the BIOS disabling and reenabling RAID makes both disks show up again but putting them back into a RAID array seems to do no good as Windows always claims files are missing after doing this. If I reinstall Windows my data is always all still there in perfect condition, the hassle of reinstalling Windows and my apps is a pain though. So it's not totally corrupted, but enough to be a complete bitch.
My feeling on RAID on the desktop is that it's a good idea but at least in nVidia's case it's being done on the cheap and is not totally stable. That said Intel's RAID controllers are superb and I'd use one anyday if it weren't for the vast amounts of heat and inferior performance of the P4.
Re: (Score:2)
Re:Still a single point of failure (Score:3, Informative)
As in, there's no RAID controller, it's software RAID done with BIOS code so that you don't have to dick with Windows as much.
Re:Still a single point of failure (Score:3, Insightful)
The controller's still a point of failure. Indeed, with some RAID controllers if they go bad they corrupt data on *both* your disks, rendering both unusable.
RAID protects against hardware failure of a drive.
It does not protect against a bad controller or an OS snafu (for example, I once had the MSFT go bad on an NTFS volume, losing all data on a drive. RAID wouldn't have helped me there, either).
So if you really care about your data, you should run RAID in conjunction with an off-disk backup solution
Re:Still a single point of failure (Score:2)
> failure. Instead of it being your hard drive,
> it is now your RAID controller. So what is
> the advantage?
What kind of failure you mean? You mean getting your data damaged due to RAID controller failure? I've never heard of something like that but maybe it may happen. But I can bet that it will happen less than harddrive failure - so still having N drives and one controller is less likely to fail than having one hd - means RAID has advantage here...
Re:Still a single point of failure (Score:2)
Your RAID controller isn't who saves your data, so you don't lose your data, which is the point of several RAID modes?
So use two controllers (Score:2)
Also yes, RAID controllers are much less likely to fail. For the most part, if a solid-state device works for the first 30 days, it'll work forever if it's taken care of. There are exceptions, of course, but lacking any moving parts there just aren't a lot of ways for them to wea
Re:So use two controllers (Score:2)
You are quite wrong about this. Electronic devices have known failure mechanisms which determine the useful life of the device.
IC designers are most concerned about electromigration these days. Electromigration causes the metal in the metal traces on chips to be moved from one location to another, causing thinner metal lines. Eventually this will cause the device to fail.
Most mechanisms t
Re:So use two controllers (Score:2)
With todays feature sizes you'll be lucky to get 10 years of 24/7/365 use out of any reasonably complex integrated circuit...
Isn't 10 years close enough to forever for you? :p
Re:Still a single point of failure (Score:2)
Re:Still a single point of failure (Score:3, Informative)
For a basic RAID, ie a host card in a computer attached to a bunch of disks, then yes, the card is the single point of failure. This is less of a problem than losing a disk because: the card is less likely to fail (as you guessed, no moving parts) and failure of the card doesn't necessarily mean loss of any data. Failure of the RAID card will mean access to the attached RAID array becomes difficult =) however some machines even have hot-swap adapter cards, in which case you swap out the card for
Re:Still a single point of failure (Score:2)
Re:Still a single point of failure (Score:2)
That's why you use software RAID for scenarios where you can't afford to keep a spare controller on the shelf, a decent warranty, or simply want the greater flexibility and reliability.
Re:Still a single point of failure (Score:2)
A real RAID controller (not one of those crappy software-assisted RAID controllers; eg, anything under $400 or built onto a consumer-grade motherboard) is several orders of magnitude less likely to fail than your hard drives are. And even the best hard drives -
Re:Still a single point of failure (Score:2)
Re:Still a single point of failure (Score:2)
By all means, RAID them if you'd like - but don't trust them with anything crucial unless you really understand the recovery process. And by understand, I mean do it once or twice with a configuration you don't mind using, until you are confident you know the quirks of getting back up and running - especially with Linux (and simulate failing BOTH disks!).
Having
Re:Still a single point of failure (Score:2)
If you need storage space, just use independent disks. If you need speed for streaming data, use RAID 0 (but be aware that your speed will be severely curtailed by your software-assisted controller). If you need switch-over backup in case of disk failure (usually, servers need it, so that they can keep on carrying out their tasks), use RAID 1. (Do NOT use RAID 1 as a replacement for periodic backups
Manual RAID (Score:2)
Re:Still a single point of failure (Score:2)
you don't get that with two power supplies or two keyboards.
Money talks (Score:2, Informative)
Cuz the boss won't cough up the money until it happens.
Too expensive (Score:2, Insightful)
As a (poor) student, I find that I simply can't afford an extra hard drive! I got a 2nd hand DVD burner from a friend for £15 and backup all my really important stuff (Code for university, photos, etc) every week. All my MP3s go on another DVD along with the hard disk, and they're "backed up" on my MP3 player anyway.
As of yet I've never had a single hard disk failure... but I've not really got anything I'm bothered about losing, so RAID isn't worth it for me.
Re:Too expensive (Score:2)
RAID isn't trying to solve your problems, anyway. Most RAID configurations are trying to provide higher rates of speed OR instantaneous fail-over solutions for servers. Not to worry!
SCSI RAID Yes, IDE RAID No (Score:5, Funny)
HDD: I'm gonna need more time for that write
Contr: Yeah OK, go ahead good buddy
Contr: What's up?
Contr: What's up?
Contr: Error: Drive controller timeout error
SCSI HDD Talking to SCSI Controller:
HDD: I'm gonna need more time for that write because I found a bad block
Contr: Yeah OK, go ahead and remap that bad boy
Contr: What's Up?
HDD: Need more time to map that bad block
Contr: Yeah OK, go ahead
HDD: All done, grabbing the next command in the queue
Re:SCSI RAID Yes, IDE RAID No (Score:2)
Re:SCSI RAID Yes, IDE RAID No (Score:2, Informative)
Speaking of SCSI features, NCQ is now available on some SATA drives. It's not the full blown SCSI version, from what I gather, but it does bench well. See Tom's article [tomshardware.com] on it.
I have two RAID controllers populated with two drives each in RAID-0. One has two of Western Digital's Raptors (74GB 10,000 RPM). The other with two of Maxtor's DiamondMax HDDs(250GB 7200 RPM). The latter has NCQ and benches significantly better. Some of the difference may be related to one RAID controller being better than the
Offset backups first, then RAID (Score:2)
If then I've still got money to spare, I'll look at mirroring.
http://www.mikerubel.org/computers/rsync_snapshot s
There are two types of people: (Score:3, Insightful)
Don't forget, though kids - RAID won't protect you from deleting your own data, or a malformed script trashing stuff.
Simple (Score:2)
Windows RAID Over Firewire - Registry Setting (Score:5, Interesting)
The problem, however, is that out of the box Windows refuses to "promote" an external disk to dynamic, which is required on all post-NT4 rigs for RAID.
The solution is to add a semi-documented Registry flag, EnableDynamicConversionFor1394
HOW TO: Convert an IEEE 1394 Disk Drive to a Dynamic Disk Drive in Windows XP [microsoft.com]
Couple that with a cheap 4-bay firewire JBOD box and any spare old enclosures and you are set!
I run 2TB in various RAID configs on my Windows server (main and near-line storage). Have done so since 2002. No problems with the external boxes. The support for external firewire RAID is a little gnarly in Windows 2000 - volume must be mounted as a named virtual directory and cannot be mounted as a letter drive. Later Windows give you both options.
RAID and Home PCs (Score:2)
All said and done, many of us do keep fairly important data on our home PCs. How many of us make an effort to back it up?
RAID 0+1 vs RAID 1+0 (Score:3, Informative)
When you're setting up a RAID set using both striping and mirroring, do you want to set up two stripes and then mirror between the stripes (0+1), or do you want to set up mirrored pairs and then stripe those mirrored pairs (1+0)?
This is a quiz, and your data will grade you.
What you want, by far, is RAID 10 (1+0).
When you set up two stripes and then mirror across them, if you lose two disks, any disk in the first stripe and any disk in the second stripe, you lose all the data.
If you stripe across mirrored pairs, then the only way to lose data is to lose both drives in one of the mirrored pairs. You can lose any other disk than the second drive in a pair, or even many more disks, as long as they aren't both in the same mirrored pairs.
This doesn't make a difference with 4 drives. At 6 drives and up, use 10. Your data and users will thank you for it.
Re:RAID 0+1 vs RAID 1+0 (Score:3, Informative)
Re:RAID 0+1 vs RAID 1+0 (Score:2)
Correct.
Unless you need high performance (Database spindle count, for example), using as few drives as possible saves on expensive RAID controller or RAID unit chassis slots, and improves MTBF of the set of disks.
Home users won't typically care, they want minimalist solutions, only talking about a few drives.
Enterprise sysadmin / data managers care; when you get up
Not until a HDD failed on me... (Score:2, Interesting)
One hdd did fail on that array, and I just replaced it with warranty replacement hdd. No h
RAID = Backup? (Score:2)
A lot of motherboards come equipped with RAID capabilities even if the end user doesn't know what the acromym means.
Now that external USB/Firewire drives have become more affordable as a backup solution, I recommend that. Confession: I don't know WTF I am talking about.
Re:RAID = Backup? (Score:2)
RAID 5 is what you want, it's just bloody expensive to get it (in hardware) at the moment. If one of your drives fails, you just take it out, stick in a replacement and it will rebuild the array for you from the parity information on the other drives. Fast read/write and good redundancy.
Wow, a whole story I disagree with! Hmm.... (Score:2)
1. RAID implementations on most consumer-grade motherboards (EIDE RAID with Promise controllers on-board, and so on) are cheezy. I've tried using them for several years now, and I ran into lots of unexplainable "glitches" that never occured when I took RAID out of the equation. (EG.
RAID is really here (Score:2, Informative)
In video editing, RAID is everything. External SATA RAID is the big thing now, and it works pretty well, even when it's OS based. What I haven't seen yet are (relatively) cheap SATA RAID 5 enclosures. That would be the Holy Grail of fast media storage.
how do failures behave? (Score:2)
Re:how do failures behave? (Score:3, Informative)
First off, let me emphasize how important it is to set up proper email notification (or pager etc.) for such cases! If you don't know about the failure, you're certain to get nice phonecalls from affected users.
If you've set up the notification system (smartd and mdadm come to mind), you'll eventually get an email saying something like "Device:
Build or Buy? (Score:2)
http://www.lacie.com/products/product.htm?pid=103
Which seems not to be much more expensive than building your own. The same company has a nice line of other desktop and network drives (I have no connection to this company whatsoever).
Drawbacks?
RAID Karma Drain Experiment 1138 (Score:2)
Linux Software RAID and USB... (Score:2)
raid for desktop - not really worth it (Score:3, Interesting)
As far as desktops are concerned - well, RAID and cheap just don't mix. For instance, if you just want reliability, RAID 1 is enogh (2 drives). If you want reliability + fast writes, you need RAID 1+0, which means 4 drives (RAID 5 only gives faster reads). Furthermore, a good controller is crucial (from my experience, these generally cost upwards of 100$).
Finally, RAID does not subsume in any way a good backup system. I've seen cases where a damaged controller broke both harddrives in a RAID 1. However, for (most) desktop PCs, a good backup system does subsume RAID, since it's generally easy to just use a different computer, and get all the files from the backup.
For me, the excellent piece of software backuppc [sf.net] running on a cheap box (~300$) has worked like a charm. This might not look cheaper than RAID, but considering that I'm using just one box to back up 10 other machines, it's pretty good.
My non-RAID backup solution.. (Score:4, Interesting)
I use "Smart Synch" software to incrementally copy the desired directories from the working computers to a "Backup server", an older Celeron machine on the network. Separate partitions are set up for each computer that is being backed up. At Midnight the incremental backups are made.
Then at 2:00 a.m., Smart Synch running on the backup server makes another backup to a USB hard drive plugged into it. That USB HD is on a regular plug-in timer so that it only runs during the time of night when a backup to it is being done. The idea there is that the running time is limited and drive life is extended. Weekly, a backup DVD is burned and stored off site. Am I being anal? Maybe.
Is this for availability or currency? (Score:2)
Why fakeraid really sucks (Score:2, Insightful)
Best we can tell, he had one drive go without his RAID controller warning him; then had a second drive go, killing the array. He spent weeks with a dead PC playing with all kinds of special Windows bootloaders and disk recovery tools trying to get his files back.
Fakeraid sucks because it's just a line item on the sale of a modern motherboa
Why wait? Everybody waits.. (Score:3, Insightful)
Isn't it human nature (or at least that's what it seems) to wait until something "bad" happens?
That goes for obese people, smokers and yes even computer geeks.
Why eat all the fat? I'll just burn em all!
- Wait til your 40-50 and check that cholesterol strike...
So many people smoke and get away with it so I will to right?
- Yeah wait til you get some health problem that will make you say "OH NOES!"
Why I need firefox? ActiveX hasn't screwed me.
- A week later "omfg whats all this junk, I want Firefox!"
Why Do I need RAID or even a burner? I got 3 hard drives that contains all my data!
- 8 months later, 1 hdd crashes "AH F*K ALL MY Pr0n!" and then he thinks of having a simple RAID 1 setup...
We always wait because we are lazy and cheap.
the article is full of errors (Score:3, Informative)
RAID can be run on any modern operating system provided that the appropriate drivers are available from the RAID controller's manufacturer. A computer with the operating system and all of the software already installed on one drive can be easily be cloned to another single drive by using software like Norton Ghost. But it is not as easy when going to RAID, as a user who wants to have their existing system with a single bootable hard drive upgraded to RAID must start from the beginning. This implies that the operating system and all software needs to be re-installed from scratch, and all key data must be backed up to be restored on the new RAID array.
Again, wrong, wrong, wrong. There are hardware RAID 1 controllers that require no drivers and you don't have to do squat - just power down the server, install the RAID 1 on your IDE interface, plug in the new drive, hit the power, and away you go. The controller is smart enough to automatically sync up the two drives in the background.
Hit 'em when it hurts! (Score:2, Insightful)
Because otherwise, you can tell them all about the wonders of RAID and all they'll do is just pretend to be interested while secreting thinking that you are some mad geek.
Tell them about the wonders of RAID after they've been kicked in the nuts by a drive failure, and you sure as hell would be getting their whole undivided attention.
Making the most of y
Re:nt (Score:2)
Why not a 1.2TB RAID5 ? I'm guessing you're only setting it up for home or small office use, so it's not like you need the -10 for performance.
Re:Fact checking... (Score:2)
I'm really dissapointed that the author didn't explain the parity block. It's a great brain opener for someone never deeply exposed to boolean logic.
Re:RAID (Score:2)
Just because your experienced, doesn't meen everyone else is.
Re:RAID is way overhyped (Score:3, Interesting)
RAID-1 is a simple way to get a "reliable" store.
Note that copying data to RAID [any of them] is *NOT* a backup solution. It's a "temp fix" for storing data.
I use my RAID-1 [two 200GB disks I bought for 130$ each] as a simple "place to dump nightlies" which I then backup to CDR weekly. I do rely on the redundancy of RAID-1 in case I trash my
Re:RAID virgin pops cherry... (Score:3, Interesting)