Shiny New E-Book Gizmo: The Amazon Kindle


View Full Version : GmailFS - make your Gmail a mountable filesystem


Alexander Turcic
08-29-2004, 05:21 AM
I am not sure what Google will say to this, but I like it!

GmailFS (http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html) provides a mountable Linux filesystem which uses your Gmail account as its storage medium.

GmailFS supports most file operations such as read, write, open, close, stat, symlink, link, unlink, truncate and rename. This means that you can use all your favourite unix command line tools to operate on files stored on Gmail (e.g. cp, ls, mv, rm, ln, grep etc. etc.).

Requires Python 2.3 installed.

cbarnett
08-29-2004, 05:58 PM
The next step is for someone to make a utility to make it a windows drive :)

Craig.

Alexander Turcic
08-30-2004, 02:07 AM
I've tested GmailFS yesterday, and it works fine. Next step was to mount it in a Samba network, so Windows workstations could access it as well ;)

But yes, making a little Windows tool that would map Gmail accounts as drives would be the next step. Then Google will most certainly permanently include image verification or something alike to disable scraping processes.