1833837 Members
2382 Online
110063 Solutions
New Discussion

tape drive device busy

 
SOLVED
Go to solution
peterchu
Super Advisor

tape drive device busy

When I run the tar to backup file to the tape drive , it pop the device busy , except reboot the server , how to resume it normal ? thx.
5 REPLIES 5
Leif Halvarsson_2
Honored Contributor

Re: tape drive device busy

Hi,
Is there any processes hanging related to the tape drive (tar,cpio,dd etc.) ?
Franky_1
Respected Contributor
Solution

Re: tape drive device busy

Hi,

look for processes relating to the tape drive (backup like tar, cpio ...) or check
with "mt -f stat"

Regards

Franky
Don't worry be happy
peterchu
Super Advisor

Re: tape drive device busy

# mt -f /dev/st0 stat
/dev/st0: Device or resource busy

and I not use tar , cpio , dd , I am installing the backup software to it ( arcserve ) , then it hanged.

thx
G. Vrijhoeven
Honored Contributor

Re: tape drive device busy

Hi,

Could you do a fuser -u /dev/st0,
And check the pid using ps -eaf?

HTH,

Gideon
peterchu
Super Advisor

Re: tape drive device busy

if still not found any process lock the device , is there any mothed to release the device ? thx