From 678cce310326944066865af0b7a6f443d53a00dd Mon Sep 17 00:00:00 2001 From: Samuel N Cui Date: Tue, 26 Sep 2023 20:51:02 +0800 Subject: [PATCH] feat: linux system request --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25d8aca..8b0c7a8 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Because of the lack of test devices, this software only supports the amd64 platf YATM will use several software, depending on your hardware. It would be best if you put binaries of the following software in PATH. Or you can modify those shell scripts in `/scripts` to make them run smoothly. +- Linux system on amd64 platform. I only tested it on Debian 11. If you hit problems while using it on other distributions, please submit an issue. Pull requests are welcomed if you could port it to BSD or other architecture. - LTFS, to format and mount LTO tape via LTFS. You can use [OpenLTFS](https://github.com/LinearTapeFileSystem/ltfs), [HPE LTFS](https://github.com/nix-community/hpe-ltfs) or [IBM LTFS](https://www.ibm.com/docs/en/spectrum-archive-le?topic=tools-downloading-ltfs), depending on you tape drive hardware. You may need to change codes to run on your platform. - The current script is tested on HPE LTFS. If you use other LTFS software, you may need to modify `/scripts/mkfs` and `/scripts/mount`. If you find those scripts are not appropriate for other LTFS software, please create a pull request. - [Stenc](https://github.com/scsitape/stenc), to manage hardware encryption on LTO tape drives.