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.

fusefile_valgrind 241B

1234567891011
  1. ulimit -c unlimited
  2. valgrind \
  3. --log-file=fjfs-$(date +%F-%H:%M:%S).log \
  4. --leak-check=full \
  5. --show-reachable=yes \
  6. --undef-value-errors=no \
  7. --trace-children=yes \
  8. --run-libc-freeres=yes \
  9. --time-stamp=yes \
  10. -- \
  11. ./fjfs test.txt