diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-02-10 11:35:43 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-02-10 11:35:43 +0000 |
commit | 3f619aaf49e88c38952c818c2bd3476fb7bbf132 (patch) | |
tree | 230a426ca5888535effac9c829ca56900a675150 /lufis/README | |
parent | f46799d64b11a97637f658cfe4cd47855f5a269a (diff) | |
download | libfuse-3f619aaf49e88c38952c818c2bd3476fb7bbf132.tar.gz |
initial checkin
Diffstat (limited to 'lufis/README')
-rw-r--r-- | lufis/README | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lufis/README b/lufis/README new file mode 100644 index 0000000..b3ee9c7 --- /dev/null +++ b/lufis/README @@ -0,0 +1,32 @@ +This is a modified LUFS daemon, which uses the FUSE kernel module. + +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>. + +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 + +The '-s' option is important! + +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 + + |