how to eject a tape
# mt -f /dev/rmt/0 offline
or
# mt -f off works also
or
# mt -f off works also
A blog that takes its roots from simply how to do something. It is good practice to write down the things that we do as sysadmins, because we all forget from time to time and it is nice to have a quick reference
2 Comments:
If you have a 2nd or 3rd tape drive, you will need to use the -f flag. No need for the default instance, 0.
# mt /dev/rmt/0 offline
# mt -f /dev/rmt/1 offline
# mt -f /dev/rmt/2 offline
thanks Roy
Post a Comment
Subscribe to Post Comments [Atom]
<< Home