<?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: hard disk wipe out in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977025#M419014</link>
    <description>thank you</description>
    <pubDate>Wed, 03 May 2006 16:20:09 GMT</pubDate>
    <dc:creator>subhashni</dc:creator>
    <dc:date>2006-05-03T16:20:09Z</dc:date>
    <item>
      <title>hard disk wipe out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977019#M419008</link>
      <description>Hello , &lt;BR /&gt;is there any easy and reliable method to wipe out the hard disk in hp.&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 03 May 2006 11:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977019#M419008</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2006-05-03T11:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: hard disk wipe out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977020#M419009</link>
      <description>This should suffice for all but the most sensitive situations:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/zero bs=1024k of=/dev/rdsk/c1t5d0&lt;BR /&gt;&lt;BR /&gt;For better wiping on 11.11 systems and up, multiple passes of this command to write random data (rather than 0's) to every disk sector:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/urandom ibs=256 obs=1024k of=/dev/rdsk/c1t5d0&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 11:46:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977020#M419009</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-05-03T11:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: hard disk wipe out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977021#M419010</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Look at the &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=634477" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=634477&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 03 May 2006 11:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977021#M419010</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2006-05-03T11:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: hard disk wipe out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977022#M419011</link>
      <description>Hi Subhashni,&lt;BR /&gt;&lt;BR /&gt;here is a method to wipe out harddisk.&lt;BR /&gt;&lt;A href="http://www.brandonhutchinson.com/Wiping_HP-UX_disks.html" target="_blank"&gt;http://www.brandonhutchinson.com/Wiping_HP-UX_disks.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sung</description>
      <pubDate>Wed, 03 May 2006 11:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977022#M419011</guid>
      <dc:creator>Sung Oh</dc:creator>
      <dc:date>2006-05-03T11:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: hard disk wipe out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977023#M419012</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Use the mediainit command :&lt;BR /&gt;# mediainit â  v /dev/rdsk/cxtxd  &lt;BR /&gt;&lt;BR /&gt;This will destroy all user data in the disk&lt;BR /&gt;&lt;BR /&gt;Rgds / James&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 12:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977023#M419012</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2006-05-03T12:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: hard disk wipe out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977024#M419013</link>
      <description>sorry ofr the junks in the command:&lt;BR /&gt;&lt;BR /&gt;# mediainit -v /dev/rdsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;Rgds / James&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 12:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977024#M419013</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2006-05-03T12:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: hard disk wipe out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977025#M419014</link>
      <description>thank you</description>
      <pubDate>Wed, 03 May 2006 16:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hard-disk-wipe-out/m-p/4977025#M419014</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2006-05-03T16:20:09Z</dc:date>
    </item>
  </channel>
</rss>

