Atsushi Abe
Atsushi Abe
Interesting... You might get a very short window. I think you might insert the tape and start the `ltfs` command when load operation is almost finished. In the most case,...
Currently, LTFS doesn't have a good logic to recover the 2 cases below. 1. `| index | data | (incomplete) index | eod` 2. `| index | data | (incomplete)...
> What I'm saying here is that ltfsck can list rollback points via forward traversal I decided this behavior intentionally before. But I can't remind why it is not a...
**Describe the bug** Current code might stop writing an index and report an error when a `write()` call for index cache fails in `xml_output_tape_write_callback()`. **Expected behavior** Write entire index to...
Currently, RAO handling is only available on the sg backend. Need to support it on the file backend.
Currently, RAO handling is only available on the sg backend. Need to support it on mac.
**Is your feature request related to a problem? Please describe.** Capture a drive dump when a command response is quite slow like 10 minutes. **Describe the solution you'd like** See...
**Describe the bug** Cannot create a file or a symlink that has `US (0x1f)` character in the name. **To Reproduce** In bash,```touch $'[mount_point]/aaa\x1faaa'```. LTFS returns an invalid argument error. **Expected...
# Summary of changes Change the implementation of flush() request to enqueue the remaining blocks to the writer queue. And make them processed sequentially. # Description Previously, our flush operation...
**Is your feature request related to a problem? Please describe.** I would like to know how the total file size in a LTFS tape (accumulated logical size without tape drive...