Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: GmailFS mounten  (gelezen 3592 keer)

yootje

  • Gast
GmailFS mounten
« Gepost op: 2006/02/19, 19:17:40 »
Ik ben begonnen met kloten met gmailfs, heb het al geinstalleerd, en op de officiele gmailfs-site staat het volgende:

mount -t gmailfs /usr/local/bin/gmailfs.py /path/of/mount/point -o username=gmailuser, password=gmailpass, fsname=zOlRRa

Dus ik open een terminal en typ

sudo mount -t gmailfs /usr/local/bin/gmailfs.py /home/yorian/gmail -o username=mijnnaam, password=mijnpass, fsname=willekeurig woord

Maar als ik dit uitvoer krijg ik uitleg over het mount commando?

Wat doe ik fout?

yootje

  • Gast
GmailFS mounten
« Reactie #1 Gepost op: 2006/02/19, 19:21:41 »
Ik ben evrgeten de spaties weg te halena chter de komma...

GmailFS mounten
« Reactie #2 Gepost op: 2006/02/19, 19:24:39 »
De handleiding zegt toch duidelijk iets anders:
* To use fstab, create an entry /etc/fstab that looks something like:
none /path/of/mount/point gmailfs noauto,username=gmailuser@gmail.com,password=gmailpass,fsname=zOlRRaThe 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.

* To mount from the command line, do:
 mount -t gmailfs none /path/of/mount/point -o username=gmailuser@gmail.com,password=gmailpass,fsname=zOlRRaor
 mount.gmailfs none /mnt -o username=gmailuser@gmail.com,password=gmailpass,fsname=zOlRRa

yootje

  • Gast
GmailFS mounten
« Reactie #3 Gepost op: 2006/02/19, 19:31:01 »
Das raar. Maar ik heb het nu met beide manier geprobeerd, en ik krijg telkens:

Traceback (most recent call last):
  File "/usr/share/gmailfs/gmailfs.py", line 1117, in ?
    server = Gmailfs()
  File "/usr/share/gmailfs/gmailfs.py", line 603, in __init__
    self.ga.login()
  File "/usr/lib/python2.4/site-packages/libgmail/__init__.py", line 281, in login
    raise GmailLoginFailure
libgmail.GmailLoginFailure

en daarna niks.

GmailFS mounten
« Reactie #4 Gepost op: 2006/02/19, 20:44:50 »
Check je username, wachtwoord (zorg dat @gmail.com in je username staat)

yootje

  • Gast
GmailFS mounten
« Reactie #5 Gepost op: 2006/02/24, 10:11:03 »
Ik krijg nu dit:

gmailfs.py:Gmailfs:unnamed mount options: ['rw']
gmailfs.py:Gmailfs:named mount options: {'username': 'naam@gmail.com', 'password': 'wachtwoord', 'fsname': 'blaat'}
Traceback (most recent call last):
  File "/usr/share/gmailfs/gmailfs.py", line 1117, in ?
    server = Gmailfs()
  File "/usr/share/gmailfs/gmailfs.py", line 603, in __init__
    self.ga.login()
  File "/usr/lib/python2.4/site-packages/libgmail/__init__.py", line 281, in login
    raise GmailLoginFailure
libgmail.GmailLoginFailure

Als ik

sudo mount -t gmailfs /usr/share/gmailfs/gmailfs.py /home/naam/gmail -o username=naam@gmail.com,password=wachtwoord,fsname=iets

doe.