This isn't a cluster application. Basically it just involves different ways to use multiple disks in a single machine. You can either configure RAID to provide performance improvements by striping data across multiple disk or provide reliability by writing the same data to multiple disks. There are 2 types of RAID, hardware RAID, in which there is specialized disk and adapter hardware that contains the smarts to control the disks; or software RAID in which the work is done above the hardware in the drivers using standard disks.
Depending on which type you are pursuing, you probably get better info finding a list that is more specific to RAID to ask questions on. Mike On Fri, 2003-02-21 at 01:15, srinivas wrote: > Hi all > > I am having a little bit of confussing in raid(Redundant array of > Inexpensive disks). The basic idea of RAID was to combine multiple small, > inexpensive disk drives into an array of disk drives which yields performance > exceeding that of a Single Large Expensive Drive.In Linux how internally it > will do?. Can I call this as hardware cluster.Can any one plz help me > regarding this. > > Thanx in advance. > > Regards, -- Michael Chase-Salerno <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ Oscar-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-devel
