Mirroring, RAID /Striping as Opposed to Ghosting
Let?s look at the definitions for these objectives.
Mirroring is the creation of a mirror image of your main active drive on to another drive either in the same computer or on a drive in another computer on a network, if data is added to your primary drive then it is automatically copied to the mirror drive, this mirror drive will not be visible in my computer as a drive but is accessed by the drive letter C:\ (If this is your main drive) if one drive fails then the other drive is used to continue working with. (There are ways to install a new drive in a mirror set but that is a bit complicated for now)
Disadvantages of mirrored volumes
Disk-write operations on mirrored volumes are less efficient because data must be written to both disks. However, this performance penalty is offset slightly because writes on both disks can usually take place concurrently.
Another performance penalty occurs when the system resynchronizes a mirrored volume. Resynchronization is the process by which a mirrored volume's mirrors are made to contain identical data. During resynchronization, performance is affected because the computer is performing many I/O operations to copy the data.
NB: Mirrored volumes are not available on computers running Windows 2000 Professional, Windows XP Home Edition, Windows XP Professional, or Windows XP 64-Bit Edition.
Redundant Array of Independent Disks (RAID)
A method used to standardize and categorize fault-tolerant disk systems. RAID levels provide various mixes of performance, reliability, and cost. Some servers provide three of the RAID levels:
Level 0 (striping),
Striping allows the use of two or more drives as one big drive e.g. if you strip a drive of 60Gb and a drive of 40Gb then you get one drive of 100Gb (If my maths are right) this drive will read and write up to 50% faster (probably 30% is more likely) than a single drive, the big disadvantage is that if one drive fails then all the data and programs on the drives are lost
Level 1 (mirroring),
A fault-tolerant volume that duplicates data on two physical disks. A mirrored volume provides data redundancy by using two identical volumes, which are called mirrors, to duplicate the information contained on the volume. A mirror is always located on a different disk. If one of the physical disks fails, the data on the failed disk becomes unavailable, but the system continues to operate in the mirror on the remaining disk. You can create mirrored volumes only on dynamic disks.
Level 5 (RAID-5)
This method of striping three or more drives is the most data secure option because it can recreate a disk set if one drive fails from the data on the other drives
?If a portion of a physical disk fails, Windows recreates the data that was on the failed portion from the remaining data and parity. You can create RAID-5 volumes only on dynamic disks, and you cannot mirror or extend RAID-5 volumes.?
As you can see the RAID set is orientated towards Server use but there are motherboards with RAID capability that can be used in the home environment, these can be useful for game play which requires fast hard drive access and large drive volumes
Ghost Images
Norton Ghost or any other drive imaging programs take a ?Snapshot Image? of a drive or a partition which can be saved to a CD-R or another partition or drive, this image will contain all the operating systems and programs and all the data on that drive/partition, this data image can be in a compressed to about 50% of the size of the data on the original drive, If at any time you add more data or programs then you must make another image
Hope this helps
If you need more help please post or PM me
Thanks
Brian