Rename the "File Systems" section to "Storage" and add the bigdisk
project to it. Requested by: many people (the bigdisk part)
This commit is contained in:
parent
69eac06a57
commit
c398a67a25
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25670
1 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.176 2005/06/11 23:24:13 murray Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.177 2005/09/01 02:30:32 jcamou Exp $">
|
||||
<!ENTITY title "FreeBSD Development Projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -28,7 +28,7 @@ reports page</a>.</p>
|
|||
<li><a href="../advocacy/index.html">Advocacy</a></li>
|
||||
<li><a href="#applications">Applications</a></li>
|
||||
<li><a href="#networking">Networking</a></li>
|
||||
<li><a href="#filesystem">Filesystem</a></li>
|
||||
<li><a href="#storage">Storage</a></li>
|
||||
<li><a href="#kernelandsecurity">Kernel and Security</a></li>
|
||||
<li><a href="#devicedrivers">Device drivers</a></li>
|
||||
<li><a href="#architecture">Architecture</a></li>
|
||||
|
@ -179,8 +179,8 @@ made.
|
|||
All help is welcome. Send an email to albert@ons-huis.net for info.</li>
|
||||
</ul>
|
||||
|
||||
<a name="filesystem"></a>
|
||||
<h3>File system</h3>
|
||||
<a name="storage"></a>
|
||||
<h3>Storage</h3>
|
||||
<ul>
|
||||
<li><a href="http://people.FreeBSD.org/~yar/hfs/">HFS and HFS
|
||||
Plus in FreeBSD.</a> This project is aimed at integrating
|
||||
|
@ -192,6 +192,10 @@ make a fully functional client with all capabilities of normal AFS.
|
|||
Other planned and implemented things are all the normal management
|
||||
tools and a server.</li>
|
||||
|
||||
<li><a name="bigdisk" href="&base;/projects/bigdisk/index.html">Big Disk</a>:
|
||||
The goal of the <em>Large data storage in FreeBSD</em> project is to make
|
||||
FreeBSD ready for multi-terabyte drive/volume capacities and file systems.</li>
|
||||
|
||||
<li><a name="coda" href="http://www.coda.cs.cmu.edu/">Coda</a> is
|
||||
a distributed filesystem. Among its features are disconnected
|
||||
operation, good security model, server replication and persistent
|
||||
|
|
Loading…
Reference in a new issue