Sonia said:
What does Raid 0 "Stripe" means when they are referring to hard disks?
I am thinking of buying a Dell system with 3 TB HD and 12,288 MB DDR3
RAM but I want to confirm with you guys that it simply means two disks
and it can be used in the normal way like at present - Master/Slave
configurations.
Thanks.
What is the model number of the machine you're interested in ?
If I was buying a computer, I wouldn't want the boot partition
on a RAID 0. The RAID 0 stripe, puts the odd blocks on one
drive, and the even blocks on the other drive. It's a means
of doubling storage bandwidth. But if one hard drive fails,
half the data is gone. I'd want the OS to be on a single drive,
to make recovery a bit easier.
+------+------+
| Even | Odd | <--- RAID 0 for user data
+-------------+
+------+
| OS | <--- Separate disk for OS, to make some
| Disk | recovery situations a bit easier.
+------+
The thing is, RAIDs throw up status and error messages,
more frequently than single disks. If my OS was on a
separate disk, then I'd know I could boot safely, while
contemplating what to do about the status/error message.
(Like, post a question about it, in a newsgroup.)
Under normal circumstances, you should be able to take
the RAID apart, and make two drives from it. As
you surmised, like this -
+------+
| Data |
+------+
+------+
| OS |
| Disk |
+------+
But to manipulate storage devices like that, you'd
need an additional drive for backup/copy space, to
move things around. On a new computer system, there
will be very few GB of data, so it won't take long to
move the data off, and set up the system the way you want.
You won't be copying around, 3TB of info.
On my new laptop, it took about three days of work,
to set things up the way I wanted them, so you shouldn't
underestimate the mess that arrives on a new machine.
Perhaps you could order the machine, set up in a non-RAID
configuration, but still with the two disks inside it.
It'll save you some time, if you buy it set up closer
to your usage pattern.
Another point, is storage volumes above 2.2 TB, may require
GPT specification for storage. The fact your RAID0 is
3TB in size, may already present an issue when it comes
to booting (from an older OS). That might only be an
issue, if you were dual booting, say, WinXP 32 bit.
http://en.wikipedia.org/wiki/GUID_Partition_Table
Paul