ltfs
ltfs copied to clipboard
Reference implementation of the LTFS format Spec for stand alone tape drive
How can I get the order of files on the tape? Currently my ltfs version is 2.4.6.1, and ltfs_order_copy can be used normally
**Describe the bug** error log is as below: ``` libtool: link: gcc-7 -shared -fPIC -DPIC .libs/libltfs_la-ltfs.o .libs/libltfs_la-ltfs_internal.o .libs/libltfs_la-ltfs_fsops.o .libs/libltfs_la-ltfs_fsops_raw.o .libs/libltfs_la-ltfssnmp.o .libs/libltfs_la-fs.o .libs/libltfs_la-xml_common.o .libs/libltfs_la-xml_writer.o .libs/libltfs_la-xml_reader.o .libs/libltfs_la-xml_writer_libltfs.o .libs/libltfs_la-xml_reader_libltfs.o .libs/libltfs_la-label.o .libs/libltfs_la-base64.o .libs/libltfs_la-tape.o .libs/libltfs_la-iosched.o...
Vendor ID = HP Product ID = Ultrium 6-SCSI Product Name =[Ultrium 6-SCSI] I have HP Ultrium 6 tape drive and I try to use the encryption function. (my tape...
# Summary of changes This pull request includes following changes or fixes. - Fix spelling and grammar errors across 9 message files - Fix format specifier bug in tape_linux_sg messages...
**Describe the bug** When SIGSTOP/SIGCONT signal is received while writing data to tape using sg driver, it could cause a position mismatch between what is present in LE cache and...
# Summary of changes This pull request includes following changes or fixes. - Enabling compilation on newer macOS systems with homebrew updated packages # Description macOS compilation with homebrew was...
Hello, I am just starting to use LTFS (v2.4.8.1-10519) on Ubuntu 20.04. I believe I have built it correctly; it has built successfully using the instructions. Really great instructions BTW!...
I have a system that works just fine with ltfs, so this it not at much about hardware or driver issues... I have a tape that is now 2-3 years...
**Is your feature request related to a problem? Please describe.** Not a ***problem*** per se, rather a minor inconvenience (and offer for contribution): the `ltfs_ordered_copy` script lacks several "creature comforts"/conveniences...
In the [ltfs_ordered_copy wiki](https://github.com/LinearTapeFileSystem/ltfs/wiki/ltfs_ordered_copy), the third example is: ``` Copy directory /foo/ddd and /foo/DDD to directory /bar/ % ltfs_ordered_copy /foo/ddd /foo/DDD /bar ``` Reading through the script, however, reveals the...