<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Manage the tape in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/manage-the-tape/m-p/4330086#M34746</link>
    <description>I have a tape drive that attached to the server , I use mt command could manage it , tar command to write data to it , could advise if I want to format the tape , or erase the data in the tape , what can i do ? thx</description>
    <pubDate>Tue, 30 Dec 2008 10:46:11 GMT</pubDate>
    <dc:creator>heaman1</dc:creator>
    <dc:date>2008-12-30T10:46:11Z</dc:date>
    <item>
      <title>Manage the tape</title>
      <link>https://community.hpe.com/t5/operating-system-linux/manage-the-tape/m-p/4330086#M34746</link>
      <description>I have a tape drive that attached to the server , I use mt command could manage it , tar command to write data to it , could advise if I want to format the tape , or erase the data in the tape , what can i do ? thx</description>
      <pubDate>Tue, 30 Dec 2008 10:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/manage-the-tape/m-p/4330086#M34746</guid>
      <dc:creator>heaman1</dc:creator>
      <dc:date>2008-12-30T10:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Manage the tape</title>
      <link>https://community.hpe.com/t5/operating-system-linux/manage-the-tape/m-p/4330087#M34747</link>
      <description>Typically you can only overwrite the data that is already there or degauss it.</description>
      <pubDate>Tue, 30 Dec 2008 12:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/manage-the-tape/m-p/4330087#M34747</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-12-30T12:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Manage the tape</title>
      <link>https://community.hpe.com/t5/operating-system-linux/manage-the-tape/m-p/4330088#M34748</link>
      <description>To destroy the old data on the tape without putting in any meaningful new data, there are several options:&lt;BR /&gt;&lt;BR /&gt;Overwrite with zero bytes:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/zero of=/dev/&lt;TAPE device=""&gt; bs=10240&lt;BR /&gt;&lt;BR /&gt;Overwrite with random bytes (slower):&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/urandom of=/dev/&lt;TAPE device=""&gt; bs=10240&lt;BR /&gt;&lt;BR /&gt;Adjust the bs= (blocksize) parameter to match the preferred block size of your tape drive type.&lt;BR /&gt;&lt;BR /&gt;But if you have a magnetic tape degausser device, just put the tape in/on the degausser device and switch it on. The strong magnetic field will erase the data from the entire tape all at once. This is the fastest way to erase all data from a tape.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/TAPE&gt;&lt;/TAPE&gt;</description>
      <pubDate>Tue, 30 Dec 2008 13:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/manage-the-tape/m-p/4330088#M34748</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-12-30T13:10:39Z</dc:date>
    </item>
  </channel>
</rss>

