Re: [fuse-devel] Merging?

From: Miklos Szeredi
Date: Wed Jan 12 2005 - 15:34:43 EST


> > Well, there doesn't seem to be a great rush to include FUSE in the
> > kernel. Maybe they just don't realize what they are missing out on ;)
>
> heh. What userspace filesystems have thus-far been developed, and what are
> people using them for?

Sshfs (idea shamelessly stolen from the LUFS project). If you can ssh
to some host you can also mount it as a normal user like this:

mkdir /tmp/kempelen
sshfs mszeredi@kempelen: /tmp/kempelen

It pretty much trumps all other network filesystems wrt ease of server
setup, it's secure, efficient, all you need in a network filesystem :)

(available from http://sourceforge.net/projects/fuse; needs
fuse-2.2-pre3 and libglib-2.0)

Miklos
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/