1823064 Members
3064 Online
109645 Solutions
New Discussion юеВ

Re: Erasing DLT Tape

 
SOLVED
Go to solution
Carter Jay
Advisor

Erasing DLT Tape

Hello,

How can I erase a DLT tape (mt command?)

Best Regards

Jerome
3 REPLIES 3
Martin Johnson
Honored Contributor
Solution

Re: Erasing DLT Tape

mt -t tape rewind
mt -t tape eof

You can use dd to write dummy data to the tape first.

HTH
Marty
Jean-Luc Oudart
Honored Contributor

Re: Erasing DLT Tape

Sajid_1
Honored Contributor

Re: Erasing DLT Tape

Basically, there is no *erase* command for doing this task. You can just do a 'dd' or 'fbackup' command to output a file to the media which will erase the old headers and data.

If you want you can degauss the media.

hth,
learn unix ..