ltfs
ltfs copied to clipboard
Reference implementation of the LTFS format Spec for stand alone tape drive
**Describe the bug** `configure.ac` for release package 2.4.6.2 contains version string `"2.4.5.1 (Prelim)"` ``` AC_INIT([LTFS], [2.4.5.1 (Prelim)], IBM corporation.) ``` **To Reproduce** Steps to reproduce the behavior: 1. Download release...
Ubuntu 24.04 on Dell PowerEdge R740; Dell PERC H830 12Gb RAID SAS HBA MagStor standalone deck using IBM LTO9 drive. ``` installer@xxxxxx:~/git/ltfs$ sudo /usr/local/bin/mkltfs -f -d /dev/st0 LTFS15000I Starting mkltfs,...
# LTOA to LTO10 This pull request includes following changes or fixes. - Fix # Description Change LTOA to LTO10 ## Type of change - Refactoring # Checklist: - [x]...
**Describe the bug** I have written several LTO-7 tapes with LTFS, never had a major problem with old QLogic 8GB FC HBA (HP part number) directly connected to the mainboard....
**Describe the bug** We have BDT tape library with an IBM LTO-9 drive and LTO-9 tapes. I had formatted tapes 1, 2, and 3 with LTFS. I have written so...
# Summary of changes This pull request includes following changes or fixes. - Add the cmake build system mentioned in #521 # Description Added CMakeLists.txt for cmake to work and...
The following text is an structure proposed to better manage and maintain the code of this project. This was already discussed by the GDL team in several meetings reaching into...
thanks for LTFS compiles nicely also for Debian 12 :D [+] it actually works :D [+] it is faster than 1:1 copying data via dd? (where is data beeing buffered...
# Summary of changes This pull request includes following changes. - Adds naming conventions docs. # Description Added Naming conventions for branches and commits to the Contributing markdown file. Closes...
# Summary of changes This pull request includes following changes or fixes. - Added checks for strdup - Changed logic of delim strategy to avoid repeated code # Description This...