Welcome to the cloud computing..
Requirements:
- A working Linux OS :)
- Google Account
- gdata (API to Google Services)
- fuse-python
- google-docs-fs
Installation:
- gdata is available on slackbuilds repository, install it using sbopkg tool on Slackware distro
- fuse-python:
$ 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