<?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 DAT tapes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-dat-tapes/m-p/2523871#M878433</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you like to know what is written to the tape (mediainit is somewhat hidden, and the man page does not say what and how much is written), you can also use &lt;BR /&gt;&lt;BR /&gt;telnet localhost chargen | dd of=/dev/rmt/0m bs=1k&lt;BR /&gt;&lt;BR /&gt;with this you can also verify, how many blocks are transferred to the tape, to see if it has been written to the very end.&lt;BR /&gt;&lt;BR /&gt;Volker</description>
    <pubDate>Wed, 02 May 2001 14:29:12 GMT</pubDate>
    <dc:creator>Volker Borowski</dc:creator>
    <dc:date>2001-05-02T14:29:12Z</dc:date>
    <item>
      <title>formatting DAT tapes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-dat-tapes/m-p/2523868#M878430</link>
      <description>What is the best/quickest way of ensuring sensitive information is removed from DDS tapes prior to re-use.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 02 May 2001 13:49:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-dat-tapes/m-p/2523868#M878430</guid>
      <dc:creator>HSW Support</dc:creator>
      <dc:date>2001-05-02T13:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: formatting DAT tapes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-dat-tapes/m-p/2523869#M878431</link>
      <description>mediainit /dev/rmt/0m</description>
      <pubDate>Wed, 02 May 2001 13:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-dat-tapes/m-p/2523869#M878431</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-02T13:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: formatting DAT tapes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-dat-tapes/m-p/2523870#M878432</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;here an endless loop:&lt;BR /&gt;&lt;BR /&gt;prealloc /var/tmp/scratch 1048576&lt;BR /&gt;while :&lt;BR /&gt;do&lt;BR /&gt;cat /var/tmp/scratch&lt;BR /&gt;done | dd of=/dev/rmt/0m bs=10k&lt;BR /&gt;&lt;BR /&gt;This loop writes until end of tape and then gives an I/O error.&lt;BR /&gt;After that remove the scatch file.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 02 May 2001 14:26:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-dat-tapes/m-p/2523870#M878432</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2001-05-02T14:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: formatting DAT tapes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-dat-tapes/m-p/2523871#M878433</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you like to know what is written to the tape (mediainit is somewhat hidden, and the man page does not say what and how much is written), you can also use &lt;BR /&gt;&lt;BR /&gt;telnet localhost chargen | dd of=/dev/rmt/0m bs=1k&lt;BR /&gt;&lt;BR /&gt;with this you can also verify, how many blocks are transferred to the tape, to see if it has been written to the very end.&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Wed, 02 May 2001 14:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-dat-tapes/m-p/2523871#M878433</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-05-02T14:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: formatting DAT tapes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-dat-tapes/m-p/2523872#M878434</link>
      <description>okay one more,&lt;BR /&gt;&lt;BR /&gt;1. Determine if the /dev/zero pseudo driver is available: &lt;BR /&gt;&lt;BR /&gt;# lssf /dev/zero &lt;BR /&gt;pseudo driver mm minor 0x000003 /dev/zero &lt;BR /&gt;&lt;BR /&gt;Note: If /dev/zero is not available, then execute the following command to create the driver: &lt;BR /&gt;&lt;BR /&gt;# mknod /dev/zero c 3 0x00003 &lt;BR /&gt;&lt;BR /&gt;2. Overwrite all of the data with zeros: &lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/zero of=/dev/rmt/0m &lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;Thiery.&lt;BR /&gt;(I have some other ideas but they are not compatible with the word 'reuse' ;-)</description>
      <pubDate>Wed, 02 May 2001 14:36:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-dat-tapes/m-p/2523872#M878434</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-05-02T14:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: formatting DAT tapes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formatting-dat-tapes/m-p/2523873#M878435</link>
      <description>Gentlemen, I'm in favor of an old fashioned demagnitizer from Radio Shack. It's fast, it's cheap, it provides a reasonable level of protection from somebody who wants to read the tape. You can then do a media init to make the tape usable. Of course if you *really* want to make sure the data is gone you need to burn the tape (gasoline makes a wonderful fire) or do a number of passes over it with a random pattern of data.&lt;BR /&gt;&lt;BR /&gt;How much effort you put out demands on who you are protecting the data from. Are you protecting atomic secrets from foreign governments? Or are you protecting the company financials from your competitor down the street?</description>
      <pubDate>Wed, 02 May 2001 15:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formatting-dat-tapes/m-p/2523873#M878435</guid>
      <dc:creator>paul courry</dc:creator>
      <dc:date>2001-05-02T15:36:17Z</dc:date>
    </item>
  </channel>
</rss>

