Linux Today: Linux News On Internet Time.
Search Linux Today
search.internet.com
Linux News Sections:  Blog -  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Preferences
Contribute
Link to Us
Search
Linux Jobs

Become a Marketplace Partner

internet.commerce
Be a Commerce Partner














The Linux Channel at internet.com
Linux Today
Enterprise Linux Today
Apache Today
JustLinux.com
Linux Planet
PHPBuilder
All Linux Devices
Technology Jobs

JustTechJobs.com

LinuxToday Newsletters
Subscribe News
Subscribe PR
Subscribe Security

internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

 







Current Newswire:

Course: Using LDAP

Bazaar for Subversion users, part 1 - the basics

Firefox 3.5 - A Really Impressive Release

Linux Migration Guide: Finding Linux Equivalents to Your Favorite Windows Programs

Tiny Core Linux 2.1 Review

5 Top of the Line Twitter Desktop Clients for Linux

SECURITY: How Microsoft benefits from Conficker

Linux Vendors Head to the Cloud in Search of Cash

Editor's Note: Freedom is Not Embarrassing

How To Configure SSH Keys Authentication With PuTTY And Linux Server In 5 Quick Steps




Senior Windows Engineer (TX)
Next Step Systems
US-TX-Houston

Justtechjobs.com Post A Job | Post A Resume
:Kragen's Amazing List of Filesystems
Kragen's Amazing List of Filesystems
May 2, 1999, 23 :53 UTC (9 Talkback[s]) (44286 reads)

(Other stories by Kragen Sitaker)

By Kragen Sitaker

Just a collection of interesting filesystem links. Most are for Linux.

I'll maintain this and organize it better if there's demand. :)

Overlay filesystem, like union mounts:
http://home.att.net/~artnaseef/ovlfs/ovlfs.html

Working Version Filesystem, storing everything in CVS (IIRC) over the network, compatible with NFS:
http://www.wv.com/
ftp://ftp.pn.com/pub/bb/wvfs
(Previously known as Pgfs, built on top of 'ofs' -- open filesystem.)

audiofs for Linux, like on SGIs, lets you access an audio CD as a filesystem containing audio files:
http://www.lwn.net/1999/0429/a/audiofs.html
http://fly.cc.fer.hr/~ptolomei/audiofs/

'wrapfs' is a flexible fs, ported to Linux, FreeBSD, Solaris, by amd's author:
My research Web page is: http://www.cs.columbia.edu/~ezk/research/

wofs, a WORM filesystem for SunOS (in German):
http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/
http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/wofs.ps.gz

PerlFS, which lets you write filesystem drivers in Perl and run them in userspace:
http://dd-sh.assurdo.com/perlfs/
. . . and stewart@neuron.com is writing a Java backend so you can write Java fslets.

userfs, similar to PerlFS, but with backends in C++:
ftp://summersoft.fay.ar.us/pub/linux/RPMS (0.9.6.2-2)
(previous versions, like 0.9.4.2, didn't work with libc6/glibc)
mailing list at linux-userfs-request@vger.rutgers.edu
Originally by jeremy@sw.oz.au, Jeremy Fitzhardinge, who abandoned it in 1997
More info (working version for Linux 2.2.6) at http://www.ozemail.com.au/~mccormack/userfs.html

Lots of nice information at http://www.hex.net/~cbbrowne/linuxkernel.html on filesystems and other kernel things.

e2compr -- transparent compression for ext2fs -- is at
http://www.netspace.net.au/~reiter/e2compr/ or
http://debs.fuller.edu/e2compr/

Of course, there's Coda, which is similar to AFS, but supports disconnected operation:
http://www.coda.cs.cmu.edu/

"Arla", a free implementation of AFS (working client, experimental kernel):
http://www.stacken.kth.se/projekt/arla/
arla-{announce,drinkers}@stacken.kth.se

"Podfuk" (Czech for fiddle), another userfs/PerlFS/ofs equiv -- but this time using Coda. Includes fs-based decompression and untarring as applications:
http://atrey.karlin.mff.cuni.cz/~pavel/podfuk/podfuk.html

"AVFS" -- "A virtual filesystem" -- allows transparent tar, gzip, zip, bzip2, and rar reading. In C library, not kernel:
http://www.inf.bme.hu/~mszeredi/avfs/

"docfs" -- "unified documentation sotrage and retrieval for Linux systems" -- generates documentation on the fly. Sort of like an automounter for document formats. Appears to have been conceived in mid-1997, but not implemented:
http://www.on-line.de/~lutz.behnke/docfs/index.html

"devfs" -- like Plan9's filesystem. Basically an alternative to "special files":
http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
http://www.atnf.csiro.au/~rgooch/linux/docs/devfs.txt

The standard for large file access in Unix:
http://www.sas.com/standards/large.file/

The famed reiserfs, based on balanced trees, intended to allow storage of many small files:
http://idiom.com/~beverly/reiserfs.html
http://devlinux.com/namesys/

Log-structured filesystem projects:
http://collective.cpoint.net/prof/lfs/ -- abandoned since 1998-10-02 at least
linux-ljfs-request@majordomo.ibasys.net -- central discussion point
http://www.complang.tuwien.ac.at/czezatke/lfs.html -- appears to be viable, but not yet in beta (by Christian Czezatke, originally by Adam of Yggdrasil?)

UDF, the DVD-ROM and packet-written CD filesystem:
http://ca.us.mirrors.freshmeat.net/appindex/1998/10/19/908852708.html
http://trylinux.com/projects/udf/

Global File System, a 64-bit filesystem for shared disks:
http://ma.us.mirrors.freshmeat.net/appindex/1999/01/28/917557638.html
http://gfs.lcse.umn.edu/
majordomo@lcse.umn.edu">majordomo@lcse.umn.edu, body "subscribe gfs-announce" or "subscribe gfs-devel"

Time Capsule Filesystem: intended to be decipherable without a specification, useful for long-term archival:
http://www-swiss.ai.mit.edu/~boogles/papers/tcfs-thesis/thesis.html

TCFS, the transparent cryptographic filesystem (it talks NFS):
http://www.globenet.it/~ermmau/tcfs/
http://mikonos.dia.unisa.it/tcfs/
http://tcfs.dia.unisa.it/
http://wwwbs.informatik.htw-dresden.de/svortrag/ai94/Thieme/mytcfs.html (paper in German)
majordomo@edu-gw.dia.unisa.it ("subscribe tcfslist" in body)

vs3fs: experimental steganographic filesystem:
http://ca.us.mirrors.freshmeat.net/appindex/1998/10/10/908004177.html apparently has become "sfspatch" and "sfstools":
http://ca.us.mirrors.freshmeat.net/appindex/1999/03/10/921049985.html
http://www.linux-security.org/sfs/
http://www.leg.uct.ac.za/~carl/vs3fs/
http://www.leg.uct.ac.za/~carl/vs3fs/report.html

cfs: cryptographic filesystem: similar to tcfs. Originally by Matt Blaze; available from cfs@research.att.com for USians.
http://www.debian.org/Packages/stable/otherosfs/cfs.html
ftp://ftp.ox.ac.uk/pub/crypto/misc/
ftp://research.att.com/dist/mab/ has information about it.

AtFS, "The Attributed File System" -- versioning, application-defined arbitrary key=value metadata, C-library-based. Part of "ShapeTools", a software configuration management system.
http://www.debian.org.au/Packages/stable/libs/atfs.html

Undelete for ext2fs:
http://amadeus.upr.clu.edu/~undelete/
undelete@amadeus.upr.clu.edu
http://ca.us.mirrors.freshmeat.net/appindex/1998/10/14/908382417.html

Various foreign filesystems for Linux:


Index Mode   |   Flat Mode   |   Thread Mode   |   Thread Flat  
  Talkback(s) Name  and Date
Nice list, sure is interesting.  I'd ...   Nice!   
Ricky Ng-Adam
May 3, 1999, 00:56:02
 
This list is a good start point to all l ...   sweet! :)   
Thiago Lima
May 3, 1999, 08:43:45
 
Ricky, if you want to know about the fut ...   ext3fs   
Daniel Pearson
May 3, 1999, 13:22:09
 
Podfuk is actually czech for cheat or fr ...   Podfuk   
David Zverina
May 4, 1999, 01:21:33
 
There is now a file system HOWTO in the  ...   More fs links   
Stein Gjoen
Aug 5, 1999, 13:33:27
 
What? No NDFS ?  (N-dimentional file sys ...   ndfs   
Ron Perrella
May 19, 2000, 06:29:30
 
PerlFS is now at  http://perlfs.sourcefo ...   PerlFS moved   
Eric Garland
Jul 17, 2003, 17:24:45
 
Very good contribution! Helped in my wor ...   File Systems   
Usha Janga
Jan 22, 2004, 02:16:56
 
xip2fs is a new file system with execute ...   xip2fs   
Arnd Bergmann
Mar 19, 2004, 17:10:20
 
  Home | Search Talkbacks | Customize View    Top of Page  



Enter your comments below:

* Your Name:

* Your Email Address:

* Subject:

CC: [will also send this talkback to an E-Mail address]

* Comments:

Tags allowed:<I>,<B> and <U>. See our talkback-policy for more about talkback content.

Fields marked with * are required!






..............................




All times are recorded in UTC.
Linux is a trademark of Linus Torvalds.
Powered by Linux, Apache and PHP