• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

what is RAID?

RAID: Redundant Array of Independant Disks

it's when you have multiple hard drives acting as one/mirroring(backing up) one another. i used to have a link to a great article describing it but i seemed to have misplaced it...
 
RAID = Redundant Array of Independant (or Inexpensive) Disks.

? Lvl 0: Provides data striping (spreading files out across multiple disks) but without any redundancy. This improves performance but does not deliver any fault tolerance.

? Lvl 1: Provides disk mirroring, where data is written to multiple disks, thus if one disk fails the system can instantly switch.

? Lvl 3: Same as Level 0, also uses one dedicated disk for error correction data. It provides good performance and a low level of fault tolerance

? Lvl 5: Provides data striping at the byte level and stripe error correction information. This provides excellent performance and high fault tolerance.

Thorin
 
Where can i get all the basics (very basics)? Can i use it on CUSL2? Whats the performance boost? what are the hardware requirments? any OS restrictions? How does it work?

thanx for help! 🙂

Akaz
 
Back
Top