Skip to content
Harry Munday edited this page Jul 16, 2023 · 1 revision

LTFS file sorting copy tool

For HP LTFS

Before reading the file, you need to Load-Eject the tape once to refresh the schema file.

The default location is C:\tmp\ltfs

Read the schema file, sort the blocks stored in the file, and generate a command line to copy the file.

If Partition A has files, first copy the files of Partition A

Added a verification function, which can overwrite and save the original schema file (it is recommended to save it elsewhere to prevent it from being overwritten)

New copy function, copy files while verifying

LTFS Command from inaxeon/ltfscmd

More drive control functions, SCSI command direct sending, tape label modification, tape information reading

Added LTFS direct reading and writing (no need to mount), LTO4 simulates LTFS data area function

To enable encryption, use VulpesSARL/LTOEnc after loading the tape or directly send SECURITY PROTOCOL related SCSI commands to set the drive key

For tapes with encryption turned on, do not enable missing capacity detection, otherwise reloading will reset the drive encryption key and cause the write to fail.

Clone this wiki locally