1753797 Members
7348 Online
108805 Solutions
New Discussion

tape drive on linux

 
SOLVED
Go to solution
navin
Super Advisor

tape drive on linux

How do i know how many tape drives are connected in my linux workstation and need to know the recently installed or connected scsi tape drive is recognized by the system or not
pls advice
Learning ...
1 REPLY 1
Ivan Ferreira
Honored Contributor
Solution

Re: tape drive on linux

You can use:

# dmesg| grep tape
Attached scsi tape st0 at scsi0, channel 0, id 5, lun 1
Attached scsi tape st1 at scsi0, channel 0, id 5, lun 2


If you are using HP Data Protector as backup software, you can use devbra -dev.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?