root/trunk/fuse/doc/ANNOUNCE.txt

Revision 992, 1.0 kB (checked in by bradfitz, 3 years ago)

checking in Leon Brocard's fuse mounter for MogileFS.

Line 
1From acme@astray.com Mon May 14 17:29:14 2007
2Date: Mon, 14 May 2007 14:06:51 +0100
3From: Leon Brocard <acme@astray.com>
4To: mogilefs@lists.danga.com
5Subject: mogilefs & fuse
6
7There's been some talk of MogileFS and FUSE recently, which allows you
8to mount MogileFS under Linux (and other OSes) as a network share.
9
10I've attached a Perl script which makes this work. If someone wants to
11take this and run with it and add it to svn it'd be peachy.
12
13Your MogileFS filenames should be of the format "/foo/bar/quux.gif"
14for this to work sensibly.
15
16I particularly proud of doing the range requests.
17
18It's annoying that the tracker can't give you file sizes though.
19
20The one big hack is to figure out directory paths - somewhat
21inefficiently it needs to go through every path to see what
22directories to show at the root mount point. It gets more efficient
23lower down though.
24
25Performance wise: it's not too bad, it's not too good. Don't throw
26away Samba yet.
27
28Many thanks to Foxtons Ltd. for letting me hack on this at work.
29
30Leon
Note: See TracBrowser for help on using the browser.