fjfs is FUSE module that implements virtual joining of multiple files as one. https://georgi.unixsol.org/programs/fjfs/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ChangeLog 456B

1234567891011
  1. 2011-11-16 : Version 2.0
  2. * Added install/uninstall targets in the Makefile.
  3. * FUSE's allow_other option is not used by default (use -o to enable it).
  4. * File list can be described on the command line.
  5. * File list can be described using wildcards on the command line.
  6. * Added command line parsing using getopt_long.
  7. * Create mount point if it doesn't exist.
  8. * Move test files into test/ directory.
  9. 2011-03-21 : Version 1.0
  10. * Initial public release.