Added Tertiary Disk project.
This commit is contained in:
parent
63f578a5d8
commit
20e66e3919
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3667
1 changed files with 17 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$Date: 1998-10-23 18:29:02 $">
|
<!ENTITY date "$Date: 1998-10-25 11:48:14 $">
|
||||||
<!ENTITY title "FreeBSD Development Projects">
|
<!ENTITY title "FreeBSD Development Projects">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $Id: projects.sgml,v 1.21 1998-10-23 18:29:02 wosch Exp $ -->
|
<!-- $Id: projects.sgml,v 1.22 1998-10-25 11:48:14 wosch Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -99,6 +99,21 @@ description (3-10 lines) to
|
||||||
before they are read. The encryption/decryption process takes place on
|
before they are read. The encryption/decryption process takes place on
|
||||||
the client machine and thus the encryption/decryption key never
|
the client machine and thus the encryption/decryption key never
|
||||||
travels on the network.</li>
|
travels on the network.</li>
|
||||||
|
|
||||||
|
<li><a name="Tertiary"
|
||||||
|
href="http://now.cs.berkeley.edu/Td/">Tertiary Disk</a> is a
|
||||||
|
storage system architecture to create large disk storage systems
|
||||||
|
that avoid the disadvantages of custom built disk arrays. The
|
||||||
|
name comes from twin goals: to have the cost per megabyte and
|
||||||
|
capacity of tape libraries and the performance of magnetic
|
||||||
|
disks. We use commodity, off the shelf components to develop a
|
||||||
|
scalable, low cost, terabyte capacity disk system. Our target is
|
||||||
|
to build a complete storage system with about 30-50% extra to
|
||||||
|
the cost of the raw disk. Tertiary Disk uses PCs connected by a
|
||||||
|
switched network to host a large number of disks. Our prototype
|
||||||
|
consists of 20 200MHz PC PCs, which host 370 8GB disks. The PCs
|
||||||
|
are connected through a 100Mbps Ethernet switch.</li>
|
||||||
|
|
||||||
<li><a name="vinum" href="http://www.lemis.com/vinum.html"> Vinum: a logical volume manager</a></li>
|
<li><a name="vinum" href="http://www.lemis.com/vinum.html"> Vinum: a logical volume manager</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue