FUSE is so cool

Posted on Wednesday 10 February 2010

i never really thought about it until today, but the FUSE project is pretty cool. my first real experience with it was actually using MacFUSE so that i can read and write to NTFS partitions with a mac.

but what is REALLY cool are the 3rd party file systems people write on top of FUSE. there are two today that i discovered that, though i’m not sure there’s any practical use yet, seem really cool.

GmailFS is a file system that uses a gmail account as storage. the libgmail project has been abandoned, but there’s a patch that seems to get authentication working. it’s a little buggy (i can cp files in and out of the FS, but i can’t seem to do an ls) i think it used to work at one time, so i might dig a little deeper. but this is the only way i know of to use gmail as storage in linux.

sshfs is a file system that will let you mount a remote host via ssh. very neat. i think that it uses the sftp service to do all the reads and writes and by default i think it caches results locally for 20 seconds or so (but can be overriden), but the concept it very cool. all you need on the remote host is ssh access. no need to setup NFS or anything else. this might come in handy. what does break, though, are absolute symbolic links. can’t win ‘em all.


2 Comments for 'FUSE is so cool'

  1.  
    February 10, 2010 | 3:04 pm
     

    I use ExpanDrive, which works on top of MacFUSE.

  2.  
    February 10, 2010 | 11:39 pm
     

    for the mac, i’m using macfusion w/ a fix from http://rackerhacker.com/2009/08/28/fix-macfusion-on-snow-leopard/ to get it to work on snow leopard.

Leave a comment




Information for comment users
Line and paragraph breaks are implemented automatically. Your e-mail address is never displayed. Please consider what you're posting.

Use the buttons below to customise your comment.


RSS feed for comments on this post |