From owner-freebsd-hackers Sat Nov 11 08:59:18 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA20931 for hackers-outgoing; Sat, 11 Nov 1995 08:59:18 -0800 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id IAA20923 ; Sat, 11 Nov 1995 08:59:12 -0800 Message-Id: <199511111659.IAA20923@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: Host localhost.cdrom.com didn't use HELO protocol To: bugs@netcom.com (Mark Hittinger) cc: hackers@freebsd.org Subject: Re: Disk striping or even RAID for FreeBSD In-reply-to: Your message of "Sat, 11 Nov 1995 07:40:10 PST." <199511111540.HAA23806@netcom.netcom.com> Date: Sat, 11 Nov 1995 08:59:11 -0800 From: "Justin T. Gibbs" Sender: owner-hackers@freebsd.org Precedence: bulk >> From: "Andrew V. Stesin" >> has anyone some of the mentioned abilities implemented for >> FreeBSD? Or: how to glue 6 1Gb HDDs into one striped or "RAIDed" >> raw device, if you need one 6 (or 5) "big" disk? >> What a _damn_ fast file server would FreeBSD become with this! :-) >> As about a "software" RAID -- I mentioned a bunch of techreports >> and various whitepapers on the subject at ftp.cs.berkeley.edu. > >Last week I was in San Jose and got to meet Ulf. One of the things Ulf >mentioned was that he had obtained the specs on the new adaptec 3985 part >which evidently supports these sorts of things. I talked to Ulf on the phone about this. I also received, just two nights ago, the documentation for the 3985. Unfortunately, the documentation I received is only enough to get the card acting as a three channel SCSI adapter and to do RAID 0,0/1 (simple striping or mirrored pairs). To do RAID 5, I'd need documentation for the parity DRAM buffer (aic7810), but Adaptec claims the preliminary Data book for the part is not availible. Getting the card to act as a SCSI adapter would take a day. Getting RAID 0 to work would take at least a month because I'd want to create a new, generic SCSI driver that could be extended to standard SCSI controllers. It could be written like the ccd driver in NetBSD, but I think that the overhead in going through individual sd0 devices would be too high especially if you had to recontruct data in a RAID 5 scenario. I'll have to think about it some more. > >This would be a terrific thing to implement - news expiration would be a >major beneficiary of this work. I already regard FreeBSD as the ultimate >web server, it is pretty damn close to the ultimate news box as well. >This would sort of push things over into the "intuitively obvious" range. Well, if anyone wants to fund such a project, let Ulf and me know. I've also lost access to any PCI machines util I can scrape together enough cash to buy one myself, so that raises the "funding cost" a little. :) > >Regards, > >Mark Hittinger >now bugs@netcom.com :-) -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations ===========================================