<?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 Re: formatting tha DDS tape completely in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174693#M793754</link>
    <description>Hello Michael &amp;amp; Mark&lt;BR /&gt;&lt;BR /&gt;Thank you for quickly replying.&lt;BR /&gt;&lt;BR /&gt;We have a customer who has very very strict security rule for them data.&lt;BR /&gt;&lt;BR /&gt;So,we have to elase all of the data on the tape completely.&lt;BR /&gt;&lt;BR /&gt;dd is best way to elase those?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Katsu</description>
    <pubDate>Tue, 27 Jan 2004 02:51:33 GMT</pubDate>
    <dc:creator>Katsu39</dc:creator>
    <dc:date>2004-01-27T02:51:33Z</dc:date>
    <item>
      <title>formatting tha DDS tape completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174689#M793750</link>
      <description>Hello all;&lt;BR /&gt;&lt;BR /&gt;Would someboy tell me that how can I format the DDS tape completely.&lt;BR /&gt;Which mean from B.O.T to E.O.T.&lt;BR /&gt;&lt;BR /&gt;"mediainit" can format only data area?&lt;BR /&gt;&lt;BR /&gt;Sorry such a begginers question, &lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Katsu</description>
      <pubDate>Tue, 27 Jan 2004 02:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174689#M793750</guid>
      <dc:creator>Katsu39</dc:creator>
      <dc:date>2004-01-27T02:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: formatting tha DDS tape completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174690#M793751</link>
      <description>You generally don't actually need to format the tape.  Any particular reason why you want to in this case?</description>
      <pubDate>Tue, 27 Jan 2004 02:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174690#M793751</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-01-27T02:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: formatting tha DDS tape completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174691#M793752</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;why do you want to format the unused part?&lt;BR /&gt;You yould use:&lt;BR /&gt;dd if=/dev/zero of=/dev/rmt/"tape device" bs=1024 count=10000000&lt;BR /&gt;Use a device with no compression.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jan 2004 02:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174691#M793752</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-01-27T02:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: formatting tha DDS tape completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174692#M793753</link>
      <description># mknod /dev/zero c 3 0x00003 &lt;BR /&gt;&lt;BR /&gt;Overwrite the tape with zeros as follows: &lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/zero of=/dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;If you have to be absolutely sure, put a magnet on the tape for a day, or burn it&lt;BR /&gt;&lt;BR /&gt;It's very easy to write a C program or a perl script to do the same as above. Maybe even better, by writing 0x55555555 first from BOT to EOT, then rewind and write 0xAAAAAAAA from bot to EOT, but the /dev/zero method is a whole lot easier&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 27 Jan 2004 02:45:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174692#M793753</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-01-27T02:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: formatting tha DDS tape completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174693#M793754</link>
      <description>Hello Michael &amp;amp; Mark&lt;BR /&gt;&lt;BR /&gt;Thank you for quickly replying.&lt;BR /&gt;&lt;BR /&gt;We have a customer who has very very strict security rule for them data.&lt;BR /&gt;&lt;BR /&gt;So,we have to elase all of the data on the tape completely.&lt;BR /&gt;&lt;BR /&gt;dd is best way to elase those?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Katsu</description>
      <pubDate>Tue, 27 Jan 2004 02:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174693#M793754</guid>
      <dc:creator>Katsu39</dc:creator>
      <dc:date>2004-01-27T02:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: formatting tha DDS tape completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174694#M793755</link>
      <description>Nope, in this case, I would go for procura's solution above.  A big magnet or a fire.</description>
      <pubDate>Tue, 27 Jan 2004 03:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174694#M793755</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-01-27T03:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: formatting tha DDS tape completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174695#M793756</link>
      <description>Hi,&lt;BR /&gt;If there is a large number of tapes dd will be rather slow. There is bulk erase equipment avilable on the market.</description>
      <pubDate>Tue, 27 Jan 2004 03:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174695#M793756</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2004-01-27T03:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: formatting tha DDS tape completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174696#M793757</link>
      <description>Thank you all;&lt;BR /&gt;&lt;BR /&gt;Now we are trying the recommendation of Procura's one.&lt;BR /&gt;&lt;BR /&gt;We know destroying the tape is best way,but I think ,we will not be able to do that.&lt;BR /&gt;&lt;BR /&gt;Thank you for your cooperation.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Katsu&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jan 2004 03:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174696#M793757</guid>
      <dc:creator>Katsu39</dc:creator>
      <dc:date>2004-01-27T03:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: formatting tha DDS tape completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174697#M793758</link>
      <description>DDS tapes are cheap it may be an option to physically destroy the tapes and purchase new one rather than the amount of time loading tapes and destroying the existing data. The methods of writing to the tape are good but they are writing over the existing data not formatting the tape. &lt;BR /&gt;&lt;BR /&gt;:-) John.</description>
      <pubDate>Tue, 27 Jan 2004 03:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174697#M793758</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2004-01-27T03:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: formatting tha DDS tape completely</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174698#M793759</link>
      <description>Hi all;&lt;BR /&gt;&lt;BR /&gt;The result was, 7 hours 10 minutes.&lt;BR /&gt;125m DDS3 Tpae in DDS3 Drive.&lt;BR /&gt;&lt;BR /&gt;Oh great! I will be able to get enough sleep.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Katsu</description>
      <pubDate>Tue, 27 Jan 2004 23:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-tha-dds-tape-completely/m-p/3174698#M793759</guid>
      <dc:creator>Katsu39</dc:creator>
      <dc:date>2004-01-27T23:25:23Z</dc:date>
    </item>
  </channel>
</rss>

