gmail file system

Links:
http://www.debian-administration.org/articles/198
http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem-installing.html
http://vivaotux.blogspot.com/2005/08/sistema-de-arquivos-distribudos-usando.html

apt-get install gmailfs
apt-get install fuse-source
module-assistant prepare
module-assistant build fuse
module-assistant install fuse
modprobe fuse

mkdir -p /mnt/google
mount -t gmailfs none /mnt/google -o [email protected],password=Password,fsname=Key

To use fstab, create an entry /etc/fstab that looks something like:
/usr/local/bin/gmailfs.py /path/of/mount/point gmailfs noauto,username=gmailuser, password=gmailpass, fsname=zOlRRa
Note: If you cut and paste this entry remember to remove the spaces after the commas

To mount from the command line, do:
mount -t gmailfs /usr/local/bin/gmailfs.py /path/of/mount/point -o username=gmailuser, password=gmailpass, fsname=zOlRRa Note: If you cut and paste this entry remember to remove the spaces after the commas
Share this article :
 

Postar um comentário

 
Navegando pela Net - All Rights Reserved
Proudly powered by Blogger