diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-02-10 13:16:35 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-02-10 13:16:35 +0000 |
commit | 26b5dfc5b13fd4ee390b27860e8d63edc3b0197a (patch) | |
tree | 14a0203cee3254c16d25bb5ce9bcb2cf6f6458e0 /lufis/README | |
parent | 3f619aaf49e88c38952c818c2bd3476fb7bbf132 (diff) | |
download | libfuse-26b5dfc5b13fd4ee390b27860e8d63edc3b0197a.tar.gz |
*** empty log message ***
Diffstat (limited to 'lufis/README')
-rw-r--r-- | lufis/README | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/lufis/README b/lufis/README index b3ee9c7..bd648fa 100644 --- a/lufis/README +++ b/lufis/README @@ -1,10 +1,17 @@ -This is a modified LUFS daemon, which uses the FUSE kernel module. +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 -welcome at <mszeredi@inf.bme.hu>. +of course welcome <mszeredi@inf.bme.hu>. Installation: @@ -16,7 +23,7 @@ Usage, for exampe: ./lufis fs=sshfs,host=kempelen,username=mszeredi /mnt/lufis/ -s -The '-s' option is important! +Don't forget the '-s' option, without it the filesystem may misbehave! For help on FUSE specific options see: @@ -28,5 +35,3 @@ and For LUFS specific options (can only be specified in the first argument) see the README in the LUFS distribution - - |