blob: b3ee9c71f8778a052c03a698f7c5e8caebe68892 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
|