9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] user-level file systems for Linux
@ 2004-02-19  3:10 YAMANASHI Takeshi
  0 siblings, 0 replies; 11+ messages in thread
From: YAMANASHI Takeshi @ 2004-02-19  3:10 UTC (permalink / raw)
  To: 9fans

On Thu Feb 19 11:01:55 JST 2004, Russ Cox wrote:
> There is a user-level file system driver for Linux
> called FUSE that has just released a new stable version:
> http://sourceforge.net/forum/forum.php?forum_id=350517
> They have user-level servers to mount various archives
> and various network protocols (http, ftp, smb).

I have been pondering about making a central file server
that serves a file system to PCs.  PCs are scattered around
the university and running Linux or Windows, maintained by
normal people; that is, PCs are really Personal Computers.

I'd love to see the server running Plan 9, but the protocols
between the server and PCs were an issue because NFS must
be avoided in this case.  But now, FUSE/ftp would settle
the issue for Linux.  Windows can mount ftp servers as if
they are normal folders already.

But still, I wish FUSE will support 9p2000 someday. :)
--




^ permalink raw reply	[flat|nested] 11+ messages in thread
* [9fans] user-level file systems for Linux
@ 2004-02-19  1:57 Russ Cox
  2004-02-19  2:19 ` boyd, rounin
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Russ Cox @ 2004-02-19  1:57 UTC (permalink / raw)
  To: 9fans

There is a user-level file system driver for Linux
called FUSE that has just released a new stable version:
http://sourceforge.net/forum/forum.php?forum_id=350517
They have user-level servers to mount various archives
and various network protocols (http, ftp, smb).

The protocol itself looks fairly similar to the old 9P:
http://tinyurl.com/28f2y

There is another similar project called LUFS
http://lufs.sourceforge.net/lufs/
though it seems more complicated than necessary
and makes at least one (imo) critical mistake: no fids.

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2004-02-19 14:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-19  3:10 [9fans] user-level file systems for Linux YAMANASHI Takeshi
  -- strict thread matches above, loose matches on Subject: below --
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
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

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).