9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Martin C.Atkins <martin@parvat.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] user-level file systems for Linux
Date: Thu, 19 Feb 2004 10:15:57 +0530	[thread overview]
Message-ID: <20040219101557.035de8f0.martin@parvat.com> (raw)
In-Reply-To: <2188d527e30fa4f76b933b52ede07d9e@plan9.bell-labs.com>

On Wed, 18 Feb 2004 20:57:42 -0500 "Russ Cox" <rsc@plan9.bell-labs.com> wrote:
>...
> Actually there have been a handful of projects doing
> similar things over the past few years, and they've all
> died out.  I'm optimistic about FUSE because it's almost
> an exact translation of the VFS layer, meaning that it's
> simple and as expressive as possible.
>
> Russ

I wrote a user-mode filesystem for Linux just yesterday. In Python
(using a library I hacked up early last year). Works great. One of these days
I'll get around to packaging it up, and releasing it, if people are
interested.

bash$ wc -l ftpfs.py testfs.py
    171 ftpfs.py
     46 testfs.py
(the library is a little bigger! :-)

BTW: it doesn't use FUSE (or NFS - yucky yuk!, or even samba - yes
that's been done too!) - just standard Linux kernel modules...

However, ideally, I would prefer to be using Ron's v9fs with namespaces!

Martin

PS, my list of user-mode filesystem projects is:
	avfs/fuse: http://sourceforge.net/projects/avf/
	userfs: http://www.penguin.cz/~jim/userfs/
	uvfs: http://www.sciencething.org/geekthings/index.html
	Podfuk: http://atrey.karlin.mff.cuni.cz/~pavel/podfuk/podfuk.html
	lufs: http://lufs.sourceforge.net/lufs/
	virtualfs: http://www.solucorp.qc.ca/virtualfs/

	(although the last subverts libc, rather than using a kernel module)

--
Martin C. Atkins			martin@parvat.com
Parvat Infotech Private Limited		http://www.parvat.com{/,/martin}


  parent reply	other threads:[~2004-02-19  4:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-19  1:57 Russ Cox
2004-02-19  2:19 ` boyd, rounin
2004-02-19  2:20 ` ron minnich
2004-02-19  2:35   ` boyd, rounin
2004-02-19  4:45 ` Martin C.Atkins [this message]
2004-02-19  4:58   ` ron minnich
2004-02-19  9:20     ` Charles Forsyth
2004-02-19 14:46       ` ron minnich
2004-02-19 14:50         ` boyd, rounin
2004-02-19 14:57           ` Stephen Wynne
2004-02-19  3:10 YAMANASHI Takeshi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040219101557.035de8f0.martin@parvat.com \
    --to=martin@parvat.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).