

This is an interface between FUSE and the Gnome VFS 2.0. It allows the
user to mount everything you can access via the Nautilus file manager.
But of course you can use a convenient CLI instead of the Desktop. ;-)

INSTALLATION

Just type make and you should have an executable called gnomevfs-mount
ready. Copy it wherever you want. I developed this small program under
Debian Sarge, but it should work with every FUSE > 2.2.

The syntax is: 

gnomevfs-mount [Gnome VFS URI] [mountpoint]

for example:

gnomevfs-mount -d ssh://10.0.10.57:/ /mnt

gnomevfs-mount -d fonts:/// /mnt

Have a look at Nautilus documentation for (many) more examples. Every
URI that points to a directory can be mounted, if the results is
useful is up to you ;-)

CONTACT

Please report any bug (or question) to <chripell@gmail.com>.

Have Fun!
