-
Notifications
You must be signed in to change notification settings - Fork 0
This is a buffering filesystem. It mounts only one file (local or over http) and pre-loads its content to a buffer (temporary file or memory) as required.
License
tex/preloadfs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
About
This is a buffering filesystem. It mounts only one file (local or over http) and pre-loads its content to a buffer (temporary file or memory) as required.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published