ltfs
ltfs copied to clipboard
Reference implementation of the LTFS format Spec for stand alone tape drive
Just git cloned newest ltfs, the version that works with debian 10. ``` ltfs -o device_list LTFS9015W Setting the locale to 'en_US.UTF-8'. If this is wrong, please set the LANG...
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...
**Describe the bug** Sometimes, when unmounting a cartridge (mounted with `sync_type=unmount`) that has been completely filled so it has dropped to read-only, the index will fail to write because the...
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.
When trying to run ltfs_ordered_copy on my FreeBSD 12.2 it says unsupported platform 'FreeBSD'.. I would love that tool to work here, as python is well supported and has been...
Fedora 34 x86_64 - kernel-5.11.20 - glibc-2.33 - gcc-11.1.1 BTW, if "-W and -Wall" are added to OPT_FLAGS= , it generates a lot of warnings(929) ``` tape.c: In function ‘set_tape_attribute’:...
I see there's another issue about read performance but that seems to be about a specific bug / environment so I'll create a new one. Using M8 media in an...