very simple datastore reimplementation
C. Scott Ananian
cscott at laptop.org
Thu May 8 14:43:42 EDT 2008
On Thu, May 8, 2008 at 2:34 PM, Jim Gettys <jg at laptop.org> wrote:
> This doesn't begin to deal with a USB stick taken to a Windows box...
> No FUSE on such systems.
>
> Having to have two different naming systems (one local, one removable
> device) seems like duplication that should be avoided (if possible).
Again, in the olpcfs design we provide a vfat-like metadata structure
(mounted via FUSE) so that the filesystem on the USB key appears to
the journal code just like the flash does. No FUSE is necessary to
see the files on the Windows box, although if you want to see all the
metadata then you need some tool. If you're transferring the file to
another XO, then the metadata comes along with you.
I'll write this up properly on the Olpcfs page so I don't have to keep
repeating it.
--scott
--
( http://cscott.net/ )
More information about the Devel
mailing list