ltfs
ltfs copied to clipboard
Reference implementation of the LTFS format Spec for stand alone tape drive
- Latest Oracle LTFS version is based on HP's LTFS 2.2.1 & IBM's LTFS 2.2.0.2 releases: https://oss.oracle.com/projects/ltfs/files/source/OELS_LTFS_1.2.7_source/ ( To get the code of the subversion repo: `svn co https://oss.oracle.com/projects/ltfs/src` )...
From latest HPE code(HPE_StoreOpen_Software_3.4.2_Source_Z7550-02501.tar.gz), unofficial repo: https://github.com/nix-community/hpe-ltfs - [ ] [src/utils/ltfsck.c](https://github.com/nix-community/hpe-ltfs/blob/master/ltfs/src/utils/ltfsck.c): ```` -w, --list-open-files -c, --count-open-files -F, --Force -P, output rollback points formatted for a pipe process ```` - [...
**Is your feature request related to a problem? Please describe.** Capture a drive dump when a command response is quite slow like 10 minutes. **Describe the solution you'd like** See...
**Describe the bug** Slow read performance **To Reproduce** We have seen very good performance when writing to tape (around 314 MB/s). Our test writes a 1GB file repeatedly to a...
**Describe the bug** Cannot create a file or a symlink that has `US (0x1f)` character in the name. **To Reproduce** In bash,```touch $'[mount_point]/aaa\x1faaa'```. LTFS returns an invalid argument error. **Expected...
# Summary of changes Change the implementation of flush() request to enqueue the remaining blocks to the writer queue. And make them processed sequentially. # Description Previously, our flush operation...
Deadlock when unmounting LTFS after writing multiple small files LTFS 2.4.5.0 (or older versions) macFUSE 4.4.1 (or older versions) macOS 12.5.1 On Apple Silicon Macs ltfs runs in Rosetta, this...
**Describe the bug** I'm trying to build ltfs on Ubuntu 22.04 and finally blocked there **To Reproduce** Steps to reproduce the behavior: 1. Install all required dependencies 2. run `./autogen.sh`...
17018E xml parser unsupported encoding 'empty' when compiled with libxml2-2.12.* when compiled with libxml2-2.11.* ltfs is work fine.
**Is your feature request related to a problem? Please describe.** I would like to know how the total file size in a LTFS tape (accumulated logical size without tape drive...