ltfs
ltfs copied to clipboard
Reference implementation of the LTFS format Spec for stand alone tape drive
**Describe the bug** When I was building LTFS on Fedora 37, I encountered a build error: unrecognized command-line option '-Wp'. **To Reproduce** Run the build command: ``` ./autogen.sh ./configure make...
I am creating a 3rd party open source dcache implementation and have found that there are missing calls in at least main.c for plugging in a dcache library provider, initializing...
autogen runs configure runs make comes with this error: line 1247 missing `;` ``` # make make all-recursive Making all in messages Making all in src Making all in libltfs...
**Describe the bug** It seems ltfs_ordered_copy does not copy folder permissions and attributes, but instead just create new folders. (os.mkdir(d)) with today's date and default permission from umask. This way...
On Linux systems which use glibc ≥2.30 the following will be logged during compilation: `In file included from arch/arch_info.c:52:0: /usr/include/sys/sysctl.h:21:2: error: #warning "The header is deprecated and will be removed."...
**Describe the bug** ``` Under Linux Ubuntu 22.04, LTO drive ( Overland-Tandberg LTO-9 HH - Lecteur de bandes magnétiques - LTO Ultrium (18 To / 45 To) - Ultrium 9...
**Describe the bug** I can not format a cartridge. The device is HP Ultrium LTO-6. The project is built with `configure --enable-buggy-ifs`. Whatever I try to run, I get ```...
**Describe the bug** I have cloned the project in my system and after reading the readme, i have runned the ./autogen.sh script in root directory and then runned the ./configure,...
**Describe the bug** I'm facing to a case where the LTFS mount results with read-only mount. This happened multiple time with different LTO9. I never get this before, and i...
**Is your feature request related to a problem? Please describe.** I was using LTFS in the past with mixed results. While ca. 3 years ago everything was working as expected,...