<?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: HPUX Equivalent of Norton WipeDisk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664203#M756503</link>
    <description>Hello Ken,&lt;BR /&gt;&lt;BR /&gt;Ian's answer is the only reliable one, I am afraid to say!&lt;BR /&gt;&lt;BR /&gt;Data Recovery companies are able to restore data overwritten on the disk platters even after up to 20 overwrites, AFAIK...&lt;BR /&gt;&lt;BR /&gt;So go for the hammer-approach, or do the "dd" or "mediainit" quite often (and hence taking a long, long time).&lt;BR /&gt;Oh, a huge electro-magnet might be useful - like they use on the crans at the "waste-metal-dumps" (metal-junkyards? you know, where the put old cars to a "rest", and lift them with electro-magents on a cran...).&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch</description>
    <pubDate>Wed, 13 Feb 2002 23:19:51 GMT</pubDate>
    <dc:creator>Wodisch</dc:creator>
    <dc:date>2002-02-13T23:19:51Z</dc:date>
    <item>
      <title>HPUX Equivalent of Norton WipeDisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664196#M756496</link>
      <description>I need an HPUX utility or product that will let me permanently erase sensitive data for maximum security. Can anyone provide a suggestion or information on such a product? Thank you!&lt;BR /&gt;--&lt;BR /&gt;KenR</description>
      <pubDate>Wed, 13 Feb 2002 16:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664196#M756496</guid>
      <dc:creator>Ken Rahaim</dc:creator>
      <dc:date>2002-02-13T16:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Equivalent of Norton WipeDisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664197#M756497</link>
      <description>Hi Ken:&lt;BR /&gt;&lt;BR /&gt;The easiest method in UNIX is to write 0's to every byte on the drive. One method is this:&lt;BR /&gt;dd if=/dev/zero of=/dev/rdsk/cXtYdZ bs=8000k &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you don't have a /dev/zero make one like this:&lt;BR /&gt;&lt;BR /&gt;mknod /dev/zero c 3 0x000003&lt;BR /&gt;chmod 444 /dev/zero&lt;BR /&gt;&lt;BR /&gt;It will supply an unlimited number of ASCII NUL's.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Feb 2002 16:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664197#M756497</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-02-13T16:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Equivalent of Norton WipeDisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664198#M756498</link>
      <description>sledgehammer - quick, easy, convenient!&lt;BR /&gt;&lt;BR /&gt;No points, please!&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian Dennison</description>
      <pubDate>Wed, 13 Feb 2002 16:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664198#M756498</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-02-13T16:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Equivalent of Norton WipeDisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664199#M756499</link>
      <description>Clay,&lt;BR /&gt;&lt;BR /&gt;Will this process of writing zero's across the whole drive render it useless? We eventually intend to use these drives in a less sensitive environment.&lt;BR /&gt;--&lt;BR /&gt;KenR</description>
      <pubDate>Wed, 13 Feb 2002 16:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664199#M756499</guid>
      <dc:creator>Ken Rahaim</dc:creator>
      <dc:date>2002-02-13T16:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Equivalent of Norton WipeDisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664200#M756500</link>
      <description>Wouldnt the mediainit command take care of that?  Running mediainit -v /dev/rdsk/cxtxdx re-initializes the, uh, media, but does it render the data that was there unrecoverable?  That I dont know.&lt;BR /&gt;&lt;BR /&gt;-Bob</description>
      <pubDate>Wed, 13 Feb 2002 17:38:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664200#M756500</guid>
      <dc:creator>Robert_Jewell</dc:creator>
      <dc:date>2002-02-13T17:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Equivalent of Norton WipeDisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664201#M756501</link>
      <description>Ken,&lt;BR /&gt;&lt;BR /&gt;No, it will still be usable. Just the data will be zeroes!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 13 Feb 2002 17:47:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664201#M756501</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-13T17:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Equivalent of Norton WipeDisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664202#M756502</link>
      <description>Hi again:&lt;BR /&gt;&lt;BR /&gt;No the drive will still be fully functional. You will need to do a new pvcreate or a fdisk\format if it is going to be used in one of those alien operating systems.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Feb 2002 18:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664202#M756502</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-02-13T18:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Equivalent of Norton WipeDisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664203#M756503</link>
      <description>Hello Ken,&lt;BR /&gt;&lt;BR /&gt;Ian's answer is the only reliable one, I am afraid to say!&lt;BR /&gt;&lt;BR /&gt;Data Recovery companies are able to restore data overwritten on the disk platters even after up to 20 overwrites, AFAIK...&lt;BR /&gt;&lt;BR /&gt;So go for the hammer-approach, or do the "dd" or "mediainit" quite often (and hence taking a long, long time).&lt;BR /&gt;Oh, a huge electro-magnet might be useful - like they use on the crans at the "waste-metal-dumps" (metal-junkyards? you know, where the put old cars to a "rest", and lift them with electro-magents on a cran...).&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch</description>
      <pubDate>Wed, 13 Feb 2002 23:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-equivalent-of-norton-wipedisk/m-p/2664203#M756503</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-02-13T23:19:51Z</dc:date>
    </item>
  </channel>
</rss>

