Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!zombie.ncsc.mil!news.mathworks.com!news.kei.com!nntp.et.byu.edu!news.caldera.com!park.uvsc.edu!usenet From: Terry Lambert <terry@cs.weber.edu> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Striping Disks Date: 18 Oct 1995 05:01:24 GMT Organization: Utah Valley State College, Orem, Utah Lines: 34 Message-ID: <4621n4$8p2@park.uvsc.edu> References: <460ogk$hnn@service2.uky.edu> <460r78$mf8@agate.berkeley.edu> NNTP-Posting-Host: hecate.artisoft.com nickkral@parker.EECS.Berkeley.EDU (Nick Kralevich) wrote: > > In article <460ogk$hnn@service2.uky.edu>, <soward@pop.uky.edu> wrote: > >Anyone working on support for striping multiple disks into a larger > >partition. This could really increase throughput on IO bound machines, > >like inn servers, ect. Rumor has it that a Linux implementation is being > >worked on. Both disk striping and drive concatentation are possible, though you must install the patches yourself. The CCD driver is usable from the NetBSD i386 sources to concatenate disks (disk concatenation is not a very general soloution). There is disk striping code, originally from MIT, which Rod Grimes has had working under FreeBSD for quite some time. There is ongoing work on logical device addressing as a general soloution. There is experimental work in terms of specific controller sequencer code rewrites for (potentially) full RAID support. The Compaq RAID SCSI controller is a full on RAID implementation, and is probably the best soloution. A driver for this controller is available (see the -hackers list archives on www.freebsg.org). Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.