Linux
是否有適用於 Windows 的 mt 版本或類似的版本?
首先,我不確定這是否是問這個問題的最佳場所。我在 SF 和 SU 之間猶豫不決,但當我看到 SU 中很少有關於磁帶驅動器的問題時,我決定選擇 SF。
我需要從 Windows 管理磁帶驅動器。我正在使用 mtx,它工作得很好,但邊緣似乎有點粗糙。我剛剛偶然發現了BSD 的 mt文件,這似乎正是我所需要的。我已經搜尋了一個Windows版本無濟於事。
有windows版本嗎?如果沒有,是否有任何類似的 Windows 應用程序(希望也適用於 linux)?
http://www.holistech.co.uk/sw/mt/mt.html
MT.exe - 命令行 Windows NT/2000/XP 磁帶實用程序 (GPL)
編寫 MT 是為了擦除 Windows-XP 備份拒絕覆蓋的舊(tar)備份磁帶……但我一直很好奇,並添加了對各種磁帶功能的支持:
Erase (Long and short) Drive and tape status (full details of TAPE_GET_DRIVE_PARAMETERS and TAPE_GET_MEDIA_PARAMETERS structures) Format (QIC117 only according to the documentation) Load and unload (eject) a tape Lock and unlock the tape in the drive Repartition the tape (if your drive supports it) Read/dump from tape to a file Seek by absolute address Retension the tape Rewind the tape
所以它是 rsm 命令的精簡版本,但沒有復雜性(無論如何似乎不在已發布的 API 中……)