LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 09-16-2005, 10:52 PM   #1
juniox
Member
 
Registered: Apr 2003
Posts: 34

Rep: Reputation: 15
gmailfs


when i try mount one gmail partition here, it show:

-----
root@host:~# mount -t gmailfs /usr/local/bin/gmailfs.py /mnt/gmailfs/ -o
Username=XXXX,Password=XXXX,Fsname=XXXX

root@host:~# Traceback (most recent call last):
File "/usr/local/bin/gmailfs.py", line 21, in ?
from fuse import Fuse
File "/usr/lib/python2.4/site-packages/fuse.py", line 24, in ?
from _fuse import main, FuseGetContext, FuseInvalidate
ImportError: libfuse.so.2: cannot open shared object file: No such file or directory
-----

but, if i run "mount", it show:

--
gmailfs on /mnt/gmailfs type fuse (rw,nosuid,nodev)
--

so, when i type....

--
root@host:~# ls /mnt/gmailfs
ls: /mnt/gmailfs: Transport endpoint is not connected
--

anybody can help me? please

thank you.
 
Old 09-17-2005, 02:40 AM   #2
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Rep: Reputation: 49
The important thing is:

Quote:
ImportError: libfuse.so.2: cannot open shared object file: No such file or directory
Is libfuse installed? Look in /usr/lib for libfuse*. You may be abler to resolve the issue by making a symbolic link between the existing libfuse shared library and libfuse.so.2.
 
Old 09-17-2005, 05:46 AM   #3
cb951303
Member
 
Registered: Jan 2004
Distribution: Slackware 11 + Dropline Gnome 2.16
Posts: 194

Rep: Reputation: 30
what is a gmail partition?
 
Old 09-17-2005, 06:41 AM   #4
nukey
Member
 
Registered: Dec 2004
Location: Netherlands
Distribution: Slackware
Posts: 173

Rep: Reputation: 30
Quote:
Originally posted by cb951303
what is a gmail partition?
Just looked it up

http://richard.jones.name/google-hac...ilesystem.html
 
Old 09-17-2005, 09:29 AM   #5
juniox
Member
 
Registered: Apr 2003
Posts: 34

Original Poster
Rep: Reputation: 15
what i need to install to have libfuse.so ?
all i have here is:

---
root@host:/usr/lib# locate libfuse
/usr/local/lib/libfuse.a
---
 
Old 09-17-2005, 02:37 PM   #6
juniox
Member
 
Registered: Apr 2003
Posts: 34

Original Poster
Rep: Reputation: 15
oh my god!!
alright, now i've installed all fuse, including libfuse.so.2
but... take a look:

---
root@host:/home/juniox# mount -t gmailfs /usr/local/bin/gmailfs.py /mnt/gmailfs/ -o username=XXXXXX,password=XXXXXX

root@host:/home/juniox# gmailfs.py:Gmailfs:mountpoint: '/mnt/gmailfs/'
gmailfs.py:Gmailfs:unnamed mount options: ['rw']
gmailfs.py:Gmailfs:named mount options: {'username': 'XXXXXX', 'password': 'XXXXXXX'}
fuse: failed to exec fusermount: Invalid argument
fuse: reading device: Bad file descriptor
----

anybody can help?
thanks
 
Old 09-17-2005, 09:35 PM   #7
juniox
Member
 
Registered: Apr 2003
Posts: 34

Original Poster
Rep: Reputation: 15
nobody?
 
Old 09-17-2005, 11:29 PM   #8
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Rep: Reputation: 49
I've never used any of this before, but have you followed the directions at http://richard.jones.name/google-hac...ilesystem.html ?

I ask because you clearly missed the installing fuse part. Have you installed the Python FUSE bindings?

Don't be surprised that you are having issues. From the homepage, it looks like this is Alpha software.
 
Old 09-17-2005, 11:58 PM   #9
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 51
You seem to be missing fsname= argument acording to that link:
Code:
mount -t gmailfs /usr/local/bin/gmailfs.py /path/of/mount/point -o username=gmailuser, password=gmailpass, fsname=zOlRRa
Quote:
The username and password fields speak for themselves. The fsname is the name of this Gmail filesystem. It is important to choose a hard-to-guess name here - because if others can guess the fsname, they can corrupt your Gmail filesystem by injecting spurious messages into your Inbox.
PS: There are rules in the forum, bumping a thread before 24 hours without answers is not allowed.
 
Old 09-18-2005, 12:14 AM   #10
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Distribution: Fedora Core, Slackware, Mac OS X, Debian, OpenSUSE
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
A little OffTopic but related.

If you do not want the hassle of gmailfs, you can try http://xmailharddrive.com

It uses gmail as well. And provide you with a web interface to upload and download whatever you want to put into gmail.

I personally prefer to do it manually (including splitting files larger then 10mbytes) and use the email contents as meta data. So, using the search function on gmail web interface works like spotlight in Mac Os X.
 
Old 09-18-2005, 12:17 AM   #11
juniox
Member
 
Registered: Apr 2003
Posts: 34

Original Poster
Rep: Reputation: 15
sorry gbonvehi
i don't knew about the answers before 24h.
 
Old 09-18-2005, 03:22 AM   #12
uselpa
Senior Member
 
Registered: Oct 2004
Location: Luxemburg
Distribution: OS X, OpenBSD, Ubuntu
Posts: 1,507

Rep: Reputation: 45
Quote:
Originally posted by carboncopy
If you do not want the hassle of gmailfs, you can try http://xmailharddrive.com
At least is seems to be the easiest way to give your GMail password to somebody else...
 
Old 09-18-2005, 08:45 AM   #13
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Distribution: Fedora Core, Slackware, Mac OS X, Debian, OpenSUSE
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
Quote:
Originally posted by uselpa
At least is seems to be the easiest way to give your GMail password to somebody else...
Yes, I have that reservation as well.
 
Old 09-18-2005, 12:17 PM   #14
juniox
Member
 
Registered: Apr 2003
Posts: 34

Original Poster
Rep: Reputation: 15
anybody know how can i resolve my problem?
=(
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Gmailfs mdofl1 Linux - Software 1 10-22-2005 10:06 PM
Gmailfs zoharPL Debian 4 04-03-2005 03:30 PM
gmailfs error for debian sarge tirtildim Linux - Software 0 02-11-2005 11:33 AM
mount: fs type gmailfs not supported by kernel SilentT Linux - Software 6 10-15-2004 09:45 AM


All times are GMT -5. The time now is 09:54 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration