|
From: Matthijs K. <ma...@ke...> - 2005-03-07 19:31:39
|
Currently I'm using fuse-2.2 for sshfs-fuse. I know that GmailFS is based on fuse-1.3, but I would like to use it with the 2.2 version. The syntax of the fusermount command has changed and I would like to know how to call fusermount in order to mount a Gmail file system. The (not working) call for fuse 1.3 from the mount.gmailfs script is: fusermount -n gmailfs -l -c -x '%s' '%s' '%s' '%s'" % (mountpoint, pypath, mountpoint, odata) Anybody who has GmailFS and Fuse-2.2 working together? Please let me know and I will inform the GmailFS developer as well. Matt |