2008年8月4日

Picasa FileSystem 相簿變硬碟 Linux篇

Linux的FUSE讓開發者很容易設計各種用途的檔案系統,方便在Linux系統下掛載,因此各種提供儲存空間的網路服務,也可透過FUSE變成在本地電腦上的掛載點,使用起來就跟一般磁碟一樣方便,檔案可以方便地複製搬移。GDataFS(前身是PicasaFS)就是可以將Google的網路相簿服務Picasa掛載的程式,它使用Java開發,存取Google提供的API來達成相片檔案的存取。

What is GDataFs
Gdatafs is a FUSE implemtation that mount your account at google's picassa web to your filesystem. The filesystem support full read/write and delete of album and photos.
PreRequests
  • Install FUSE (in ubuntu type: "sudo apt get install fuse" and add the fuse group to your user)
  • Install java 1.5 or newer (tested only with suns vm)
Usage
run gdatafs [mountpoint] [username_for_picassaweg] [password_for_picassaweg]

沒有留言:

張貼留言

lyhcode by lyhcode
歡迎轉載,請務必註明出處!