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

**Is your feature request related to a problem? Please describe.** i´m frustrated with installing the dependencies on debian, so i let a chatbot create whats neccersary, works on proxmox: "apt...

change the fuse main error handling # Description Fix #541 Now the main function does not ignore the return code of fuse_main and uses the errno that fuse_main sets for...

bug
enhancement

**Describe the bug** ltfs returns 0 even on a failed mount, as it ignores the return code of `fuse_main()` on https://github.com/LinearTapeFileSystem/ltfs/blob/adb37220d74e0bdd06dfdf9602a84fcd2f0d82e2/src/main.c#L1337-L1340 The return code of `fuse_main()` is overwritten a few...

bug

Include libltfs/ltfs_fuse_version.h and include fuse.h as a system header. # Summary of changes This pull request includes following changes or fixes. - Include libltfs/ltfs_fuse_version.h before fuse.h - Since fuse.h is...

**Describe the bug** Even tho you can change the tape type and density using `cart_type` and `density_code`, if you use any other format besides LTO5 it will not format. **To...

enhancement

**Is your feature request related to a problem? Please describe.** Microsoft suggests using Annex K. Functions when using Microsoft Visual C++ Compiler. These functions should be implemented only for compilation...

I checked docs and haven't found answer whether ltfs works with Linux loop devices. I don't have a physical tape device.

question