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.

test.sh 126B

1234567
  1. ./mount.sh
  2. cat testmnt.txt
  3. head -c 20 testmnt.txt
  4. tail -c 20 testmnt.txt
  5. head -c 160 testmnt.txt | tail -n 1
  6. echo
  7. ./umount.sh