以前沒有機會用到tape library, 也沒有在Linux下掛載過.
今天終於碰到了需要在某台server上掛tape library.
原來tape library不使用mount, 只要scsi device 設定後,
直接把I/O導向tape library所在的device name就可以了.
以下是幾個key note:
1. check SCSI device
2.check if the tape is online
3.save the content of a directory
4.eject the cartdrige
Ref:http://nic.phys.ethz.ch/readme/80
今天終於碰到了需要在某台server上掛tape library.
原來tape library不使用mount, 只要scsi device 設定後,
直接把I/O導向tape library所在的device name就可以了.
以下是幾個key note:
1. check SCSI device
less /proc/scsi/scsi
2.check if the tape is online
mt -f /dev/st0 status
3.save the content of a directory
tar cvf /dev/st0 sample
4.eject the cartdrige
mt -f /dev/st0 rewoffl
Ref:http://nic.phys.ethz.ch/readme/80
沒有留言 :
張貼留言