ltfs icon indicating copy to clipboard operation
ltfs copied to clipboard

Reference implementation of the LTFS format Spec for stand alone tape drive

Results 107 ltfs issues
Sort by recently updated
recently updated
newest added

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...

help wanted
Investigating

Currently, LTFS doesn't have a good logic to recover the 2 cases below. 1. `| index | data | (incomplete) index | eod` 2. `| index | data | (incomplete)...

enhancement

> 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...

enhancement

**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...

bug

**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...

Investigating

Currently, RAO handling is only available on the sg backend. Need to support it on the file backend.

enhancement

Currently, RAO handling is only available on the sg backend. Need to support it on mac.

enhancement

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...

enhancement
help wanted
Hacktoberfest

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’:...

enhancement

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...

enhancement
help wanted
Hacktoberfest