<?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: Clean disk ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005177#M297965</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;dd is the easy way. Mediainit also goo one. Damaging/destroying/degaussing disks are other ways around. But you are returning back the disks to HP!!!&lt;BR /&gt; &lt;BR /&gt;Here is the commercial one:&lt;BR /&gt;BCWipe for UNIX  is designed to securely delete files from the disk. Standard file deletion leaves the contents of the "deleted" file on your disk. Unless it has been overwritten by files subsequently saved, it can be easily  recovered using standard disk utilities. BCWipe is fully integrated into the Windows Shell and efficiently shreds data in files so that they can not be recovered by any means. &lt;BR /&gt;&lt;A href="http://www.jetico.com/bcwipe_unix.htm" target="_blank"&gt;http://www.jetico.com/bcwipe_unix.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.</description>
    <pubDate>Wed, 23 May 2007 03:18:47 GMT</pubDate>
    <dc:creator>Rasheed Tamton</dc:creator>
    <dc:date>2007-05-23T03:18:47Z</dc:date>
    <item>
      <title>Clean disk ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005168#M297956</link>
      <description>Hi,&lt;BR /&gt;I have been asked to clean data from the disks (rp7424 internal disk HP) HP-UX 11.0 because there were borrowed by hp and contains data.&lt;BR /&gt;Do you have any idea how to do it ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Cheers&lt;BR /&gt;Kate</description>
      <pubDate>Tue, 22 May 2007 14:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005168#M297956</guid>
      <dc:creator>kate32</dc:creator>
      <dc:date>2007-05-22T14:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Clean disk ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005169#M297957</link>
      <description>Kate:&lt;BR /&gt;&lt;BR /&gt;A very large magnet and a bath of aqua regia works quite well.&lt;BR /&gt;&lt;BR /&gt;If you are REALLY intent on reading what was once there, the acid-bath is about the only sure way to prevent this.&lt;BR /&gt;&lt;BR /&gt;It *is* possible to read data written 10-15 (or more) passes ago with the proper technology.&lt;BR /&gt;&lt;BR /&gt;A simple solution is to write zeros or some random pattern at least once over the disk. This is a "reasonable" attempt for most.&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/zeros of=/dev/rdsk/cXtYdZ bs=1024k&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/urandom of=dev/rdsk/CxtYdZ bs=1024k&lt;BR /&gt;&lt;BR /&gt;Note the use of the raw disk device to circumvent the LVM layer. Note, too, the use of a large blocksize for fast I/O.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 22 May 2007 15:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005169#M297957</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-05-22T15:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Clean disk ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005170#M297958</link>
      <description>Hello, please see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1024405" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1024405&lt;/A&gt;</description>
      <pubDate>Tue, 22 May 2007 15:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005170#M297958</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-05-22T15:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Clean disk ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005171#M297959</link>
      <description>For all but the most rigorous needs, this will suffice:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/zero bs=64k of=/dev/rdsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;If you are doing system disks, do them last.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2007 15:03:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005171#M297959</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-05-22T15:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Clean disk ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005172#M297960</link>
      <description>The simplest is to boot up into single user mode, determine the physical disk device file(s) and then run mediainit on each one. Leave the root disk to the last. When mediainit is finished with the last disk, the system will probably panic as there is nothing on the disk anymore. For high security situations (military, government, etc), the best solution is a sledge hammer.</description>
      <pubDate>Tue, 22 May 2007 15:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005172#M297960</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-05-22T15:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Clean disk ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005173#M297961</link>
      <description>Easy way:&lt;BR /&gt;&lt;BR /&gt;pvcreate -f DISK&lt;BR /&gt;&lt;BR /&gt;then create a vg and add the disks to it.&lt;BR /&gt;&lt;BR /&gt;next, create a lvol - using all the space.&lt;BR /&gt;&lt;BR /&gt;next, newfs that lvol...&lt;BR /&gt;&lt;BR /&gt;Then, remove the lvol, and vgexport the vg&lt;BR /&gt;&lt;BR /&gt;No more relevant data at all   :)&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 22 May 2007 15:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005173#M297961</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-05-22T15:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Clean disk ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005174#M297962</link>
      <description>Kate:&lt;BR /&gt;&lt;BR /&gt;Please also see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;https://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 22 May 2007 15:25:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005174#M297962</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-05-22T15:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Clean disk ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005175#M297963</link>
      <description>We recently purchased disk scrubbing services from HP. Check out the URL if interested (although it ain't free unlike the other solutions).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20219.www2.hp.com/services/cache/66370-0-0-225-121.aspx?jumpid=reg_R1002_USEN" target="_blank"&gt;http://h20219.www2.hp.com/services/cache/66370-0-0-225-121.aspx?jumpid=reg_R1002_USEN&lt;/A&gt;</description>
      <pubDate>Tue, 22 May 2007 16:23:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005175#M297963</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-05-22T16:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Clean disk ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005176#M297964</link>
      <description>Hi guys,&lt;BR /&gt;cheers for your reply.&lt;BR /&gt;&lt;BR /&gt;I will follow them and for the first time be able to crashed everything and have some fun! yeap will be funny!&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;Cheers&lt;BR /&gt;Kate</description>
      <pubDate>Tue, 22 May 2007 18:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005176#M297964</guid>
      <dc:creator>kate32</dc:creator>
      <dc:date>2007-05-22T18:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Clean disk ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005177#M297965</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;dd is the easy way. Mediainit also goo one. Damaging/destroying/degaussing disks are other ways around. But you are returning back the disks to HP!!!&lt;BR /&gt; &lt;BR /&gt;Here is the commercial one:&lt;BR /&gt;BCWipe for UNIX  is designed to securely delete files from the disk. Standard file deletion leaves the contents of the "deleted" file on your disk. Unless it has been overwritten by files subsequently saved, it can be easily  recovered using standard disk utilities. BCWipe is fully integrated into the Windows Shell and efficiently shreds data in files so that they can not be recovered by any means. &lt;BR /&gt;&lt;A href="http://www.jetico.com/bcwipe_unix.htm" target="_blank"&gt;http://www.jetico.com/bcwipe_unix.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.</description>
      <pubDate>Wed, 23 May 2007 03:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-disk/m-p/4005177#M297965</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-05-23T03:18:47Z</dc:date>
    </item>
  </channel>
</rss>

