Welcome to the cloud computing..

Requirements:

  1. A working Linux OS :)
  2. Google Account
  3. gdata (API to Google Services)
  4. fuse-python
  5. google-docs-fs

Installation:

$ hg clone http://mercurial.creo.hu/repos/fuse-python-hg
$ cd fuse-python-hg
$ python setup.py build
$ sudo python setup.py install

google-docs-fs:

$ hg clone https://code.google.com/p/google-docs-fs/
$ cd google-docs-fs/
$ python setup.py build
$ sudo python setup.py install

Usage:

gmount MOUNT_POINT GMAIL_ADDRES 

Example:

$ gmount /home/bowo/Gdocs parcoxs@gmail.com
$ ls /home/bowo/Gdocs/
Poltekom Study
$ mount
/dev/root on / type ext4 (rw,noatime,discard,data=ordered,errors=remount-ro,commit=0)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
/dev/sda2 on /home type ext4 (rw,noatime,discard,data=ordered,errors=remount-ro,user_xattr,commit=0)
tmpfs on /dev/shm type tmpfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,mode=1777)
gmount.py on /home/bowo/Gdocs type fuse.gmount.py (rw,nosuid,nodev,user=bowo)

=-=-=-=-=
Powered by Blogilo