有人,或者有人能给我指一下lto磁带驱动器状态上显示的一般状态位的含义吗?
[root@server ~]# mt -f /dev/nst0 status
SCSI 2 tape drive:
File number=0, block number=0, partition=0.
Tape block size 512 bytes. Density code 0x58 (no translation).
Soft error count since last status=0
General status bits on (41000000):
BOT ONLINE(41000000)上的一般状态位:,它们指的是什么?
我已经找到了这个页面,但它既不全面也不完整:http://it-div-ds.web.cern.ch/it-div-ds/HO/mt.status.bits.html
谢谢。
发布于 2020-08-03 20:50:16
根据这个山-斯特存储库,一般状态位是:
注:15个未使用的一般状态位。
发布于 2013-11-05 16:25:30
如果您在linux系统上,您应该能够获得设备驱动程序的源代码。(其他系统也是如此)。如果您能够理解这一点,总是希望DD编写器在代码(源或头)中留下注释,说明这些状态位意味着什么。
然而,读到这一页,似乎意味着:
4 BOT Tape is mounted and is positioned at BOT, beginning of tape (load point, before any VOL1/HDR or data)
1 ONLINE Tape is mounted and ONLINE (effectively a mounted cartridge is 'READY')未设置的所有其他位
https://stackoverflow.com/questions/19793641
复制相似问题