Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Wiping Tapes 1

Status
Not open for further replies.

bambock

Programmer
Joined
Oct 26, 2005
Messages
60
Location
US
Hey all,

Does anyone have a method for wiping data off of backup tapes such as an 8mm data cartridge?

Thanks
 
1. degausser

2. shredder

3. overwrite with something else


depends on if you want to reuse it or not.
 
I would overwrite the tape like this.....

dd if=/dev/zero of=/dev/rmtx.x

That should clear your data and leave you with a reusable tape.


Jim Hirschauer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top