반응형
DAT drive의 control은 "mt" 명령어를 사용한다.
[usage]
mt [ -f tape-device-name ] command [count]
설명
1. mt status : Display status information about DAT drive
2. mt rewind : Rewind the tape
3. mt offline : Rewind and take tape out
4. mt fsf : Forward skips count tape files
예)
#mt -f /dev/rmt/0n fsf 1
--> tape 기록의 2번째 point로 이동
[usage]
mt [ -f tape-device-name ] command [count]
설명
1. mt status : Display status information about DAT drive
2. mt rewind : Rewind the tape
3. mt offline : Rewind and take tape out
4. mt fsf : Forward skips count tape files
예)
#mt -f /dev/rmt/0n fsf 1
--> tape 기록의 2번째 point로 이동
반응형