Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

53 Commits

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 <milan.svoboda@centrum.cz> (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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages