A few know that in an implementation of RAID 1 is required to read data off the second disk as well. Otherwise one or even several bad sectors may appear on the second disk of the mirror.
In this situation your RAID 1 doesn't have redundancy any more and you do not know it, contrary to the principle of monitoring the array status. There may be a similar problem with hot spare drives.
One of the causes of this problem is the array being idle most of the time. To make sure the array is still redundant you can read sectors from both disks and compare it. If your RAID operates principally under heavy load you do not encounter such a issue.
In Windows, at least in server versions up to and including Windows 2003, software RAID 1 in most cases reads from the first hard drive, rendering Windows RAID1 arrays unreliable
Showing posts with label software raid. Show all posts
Showing posts with label software raid. Show all posts
Tuesday, April 5, 2011
Thursday, January 6, 2011
Make a software RAID bootable?
Can I put an OS installation onto a software RAID?
Unfortunately, no. One cannot boot off a software RAID0, RAID5, or span. A hardware controller is needed to do this.
You cannot start an OS off the software RAID for the array is not properly readable before the operating system is fully started up, and the operating system itself is on the array.
The only option is to start an OS using a software RAID 1, and even that is not that simple. To boot from a "second" disk of a software RAID1, you probably need to manually copy the master boot record first, because usually the master boot record is not copied automatically.
Unfortunately, no. One cannot boot off a software RAID0, RAID5, or span. A hardware controller is needed to do this.
You cannot start an OS off the software RAID for the array is not properly readable before the operating system is fully started up, and the operating system itself is on the array.
The only option is to start an OS using a software RAID 1, and even that is not that simple. To boot from a "second" disk of a software RAID1, you probably need to manually copy the master boot record first, because usually the master boot record is not copied automatically.
Subscribe to:
Posts (Atom)