delehef / fusta

A FUSE filesystem to browse & edit FASTA files
Other
17 stars 2 forks source link

Copying files to append/ fails with I/O error #7

Closed Cydhra closed 4 weeks ago

Cydhra commented 1 month ago

Attempting to copy/move/create files in the append directory always fails with an Input/Output error:

cp: error writing 'manual/append/test2.fa': 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 using cargo install --git ... --tag v1.7.1

OS is Fedora 40. Fuse is version 3.16.2-3 from the fedora repos

delehef commented 1 month ago

Would you mind sharing the FASTA file so that I can reproduce in the same conditions?

Cydhra commented 1 month ago

Had to rename them .txt so github would let me upload them.

fusta -o manual test.txt
cat manual/seqs/test.seq # works

cp test2.txt manual/append # error

test.txt test2.txt

delehef commented 1 month ago

Thank you for your patience.

Could you please confirm that that latest master fixes the issue?

Cydhra commented 4 weeks ago

Confirmed fixed!