From edd93b58175d51c9d89923002e9a197a9fd77a8a Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sat, 8 May 1999 18:45:34 +0000 Subject: [PATCH] Added V9FS: Memory-based file system for FreeBSD --- en/projects/projects.sgml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/en/projects/projects.sgml b/en/projects/projects.sgml index 36b008aeb9..b572d866df 100644 --- a/en/projects/projects.sgml +++ b/en/projects/projects.sgml @@ -1,10 +1,10 @@ - + %includes; ]> - + &header; @@ -299,6 +299,15 @@ description (3-10 lines) to The PathConvert project is to develop utilities which make conversion between absolute path name and relative path name. It brings benefits mainly to the users of NFS and WWW. + +
  • + V9FS: Memory-based file system for FreeBSD It will (we hope) + become the basis of private name spaces for FreeBSD in the + future. It provides a file system that uses only memory for + directories, inodes, and data. This is not at all like mfs, + since mfs uses memory for "disk blocks", and essentially acts as + the device for UFS. V9FS in contrast is a first-class citizen + and is a full mountable file system. No writeup yet.