Thursday, May 17, 2007

RAID Primer

Found a brief and good online paper on different types of RAID ( Redundant Array of Independent Discs ). It explains RAID concepts with a brief explanation of each type along with their pros and cons.
The paper can be read here.

2 comments:

Anonymous said...

A great explanation on the various RAID setups can also be found here: http://www.acnc.com/04_01_00.html

A great Flash based picture book type example with pros and cons of each.

osgeek said...

That is a great site for RAID with videos. Thanks for the info!

Steps to install PyTorch on VMware workstation (Ubuntu guest)

  The following is the list of steps to install pytorch 2.0 in VMware workstation (Ubuntu guest): $ mkdir ~/pytorch $ mkdir ~/pytorch/as...