-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
50 lines (31 loc) · 1.07 KB
/
README
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
PreloadFs (preloading read-only filesystem)
http://www.miio.net/preloadfs
I'am not responsible for any badness that may happen to you during using
this software.
License:
This program is distributed under GNU/GPL version 2.
Todo:
Bugs:
Problems:
Requires:
fuse >= 2.5
boost >= 1.35.0 (Boost.Asio required)
Compile:
Boost's libraries may be stored in /usr/lib64 on 64bit systems,
configure script needs to be called with:
./configure --with-boost-libdir=/usr/lib64/
Don't use --enable-debug flag. Build fails during linking with boost
libraries.
Usage:
preloadfs [options] fileToMount mountPath
Options:
--fileToMount arg file to mount (local file or HTTP URL)
--mountPoint arg mount point
-t [ --tmp ] arg temporary path for a buffer
-b [ --buffer ] arg buffer size in KiB
-d [ --debug ] turn on debug mode
-h [ --help ] print this help
-v [ --version ] print version
Author:
Milan Svoboda <[email protected]> (author and project maintainer)
Feel free to contact me with suggestions and bug reports.