Added crossFS Virtual File System
This commit is contained in:
parent
1a30259fce
commit
d97a68446c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9194
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.103 2001/04/11 22:31:46 dd Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.104 2001/04/13 21:16:17 wosch Exp $">
|
||||
<!ENTITY title "FreeBSD Development Projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -246,6 +246,12 @@ a distributed file system. Among its features are disconnected
|
|||
operation, good security model, server replication and persistent
|
||||
client side caching.</li>
|
||||
|
||||
<li><a name="crossfs" href="http://crossfs.bizland.com/cxvfs.html">
|
||||
crossFS Virtual File System</a>
|
||||
is based on FreeBSD Virtual File System and provides a
|
||||
framework for porting UNIX based file systems to Windows NT systems.
|
||||
</li>
|
||||
|
||||
<li><a name="cruptfs" href="http://www.cs.columbia.edu/~ezk/research/software/">cryptfs</a> encrypts file names and data pages using Blowfish.</li>
|
||||
|
||||
<li><a name="elephant" href="http://www.cs.ubc.ca/~feeley/DSG%20Web/dsg_p_elephant.html">Elephant</a>: The File System that Never Forgets
|
||||
|
|
Loading…
Reference in a new issue