libfuse/lufis
2004-07-07 19:19:53 +00:00
..
.cvsignore initial checkin 2004-02-10 11:35:43 +00:00
ChangeLog change email address 2004-07-07 19:19:53 +00:00
COPYING *** empty log message *** 2004-02-10 13:16:35 +00:00
dircache.c initial checkin 2004-02-10 11:35:43 +00:00
dircache.h initial checkin 2004-02-10 11:35:43 +00:00
list.h initial checkin 2004-02-10 11:35:43 +00:00
lufis.c pre-allocate request structures 2004-06-19 22:42:38 +00:00
Makefile initial checkin 2004-02-10 11:35:43 +00:00
options.c lufis 0.2 2004-03-12 15:22:16 +00:00
README change email address 2004-07-07 19:19:53 +00:00

This is a modified LUFS daemon, which uses the FUSE kernel module.  It
is binary compatible with existing LUFS filesystems, so no
recompilation is needed.

Licence:

GPL (see COPYING).  Most of the code is copied from the LUFS source
written by Florin Malita <mali@go.ro>, thanks!

Disclaimer:

This is currently just a proof-of-concept implementation, not a
finished product.  That said it seems perfectly stable.  Comments, are
of course welcome <miklos@szeredi.hu>.

Installation:

  - install lufs (0.9.7)
  - install fuse (1.1)
  - enter 'make' in this directory

Usage, for exampe:

  ./lufis fs=sshfs,host=kempelen,username=mszeredi /mnt/lufis/ -s

Don't forget the '-s' option, without it the filesystem may misbehave!

For help on FUSE specific options see:

  ./lufis fs=localfs -h

and 

  ./lufis fs=localfs / -- -h

For LUFS specific options (can only be specified in the first
argument) see the README in the LUFS distribution


Captivefs:

from version 0.2 lufis supports mounting the captivefs.  Command line
should be something like this:

lufis "fs=captivefs,dir_cache_entries=0,image=/store/ntfs/ntfs.img,captive_options=--rw;--load-module=/var/lib/captive/ntoskrnl.exe;--filesystem=/var/lib/captive/ntfs.sys;--sandbox-server=/usr/sbin/captive-sandbox-server;" /mnt/ntfs -s

It may work without the '-s' option, but this is untested.

umounting should be done with 'umount' as root or 'fusermount -u' as
non-root.