I can map test2.fa, but I cannot append it to other files. I can't provide much more detail, as this is the only information I am getting.
I tried cp, mv, creating a file manually, and piping cat output.
I tried installing the latest commit using cargo install --git ... and I tried the latest release using cargo install --git ... --tag v1.7.1
OS is Fedora 40.
Fuse is version 3.16.2-3 from the fedora repos
Attempting to copy/move/create files in the append directory always fails with an Input/Output error:
I can map test2.fa, but I cannot append it to other files. I can't provide much more detail, as this is the only information I am getting. I tried cp, mv, creating a file manually, and piping cat output. I tried installing the latest commit using
cargo install --git ...
and I tried the latest release usingcargo install --git ... --tag v1.7.1
OS is Fedora 40. Fuse is version 3.16.2-3 from the fedora repos