Difference between revisions of "Gmailfs"


From Knoppix Documentation Wiki
Jump to: navigation, search
(link to gmailfs page)
(installing)
Line 1: Line 1:
 
Using your Gmail account as extra storage space
 
Using your Gmail account as extra storage space
 +
= Installing =
 +
* The hard way
 +
<pre><nowiki>apt-get update
 +
apt-get install python2.3 python2.3-dev
 +
apt-get install libfuse2 fuse-utils
 +
apt-get install
 +
 +
</nowiki></pre>
 +
 +
* The easy way
 +
<pre><nowiki>apt-get update
 +
apt-get install gmailfs
 +
</nowiki></pre>
 +
 +
= Links =
 
* [http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html gmailfs]
 
* [http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html gmailfs]
 +
* [http://sourceforge.net/projects/fuse/ fuse]
 +
* [http://sourceforge.net/projects/libgmail/ libgmail]
 +
* [http://richard.jones.name/google-hacks/gmail-filesystem/fuse-python.tar.gz fuse python bindings]
 +
* [http://richard.jones.name/google-hacks/gmail-filesystem/gmailfs-0.4.tar.gz gmailfs source]

Revision as of 02:54, 1 September 2005

Using your Gmail account as extra storage space

Installing

  • The hard way
apt-get update
apt-get install python2.3 python2.3-dev
apt-get install libfuse2 fuse-utils
apt-get install 

  • The easy way
apt-get update
apt-get install gmailfs

Links