<?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: Erase Hard Drives in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343133#M34941</link>
    <description>I also agree with those who recommend 'dd'&lt;BR /&gt;&lt;BR /&gt;as I have used 'dd' to erase disk and use 'foremost' to recover the data, and failed&lt;BR /&gt;&lt;BR /&gt;and same goes with shred.&lt;BR /&gt;&lt;BR /&gt;i.e 'dd' and 'shred' both erases the disk, so that most of the data recovery software doesn't able to recover&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Mon, 26 Jan 2009 12:51:31 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2009-01-26T12:51:31Z</dc:date>
    <item>
      <title>Erase Hard Drives</title>
      <link>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343124#M34932</link>
      <description>Hello, what's the best way to erase data of a hard drive. It currently has Linux OS installed. &lt;BR /&gt;&lt;BR /&gt;Make the system unbootable. &lt;BR /&gt;&lt;BR /&gt;Thanks and points will be assigned.</description>
      <pubDate>Thu, 22 Jan 2009 20:41:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343124#M34932</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2009-01-22T20:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Erase Hard Drives</title>
      <link>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343125#M34933</link>
      <description>Use a linux live CD boots an get a terminal window and use the dd command : dd if=/dev/zero of=/dev/hdx bs=1k &lt;BR /&gt;&lt;BR /&gt;hdx is the hard drive device file, change it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jan 2009 22:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343125#M34933</guid>
      <dc:creator>Shoghi Martinez G.</dc:creator>
      <dc:date>2009-01-22T22:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Erase Hard Drives</title>
      <link>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343126#M34934</link>
      <description>Actually, that doesn't work. I run parted.....rm..then minor number.</description>
      <pubDate>Thu, 22 Jan 2009 23:00:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343126#M34934</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2009-01-22T23:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Erase Hard Drives</title>
      <link>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343127#M34935</link>
      <description>Some interesting reads...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.engadget.com/2005/03/15/how-to-erase-old-hard-disks/" target="_blank"&gt;http://www.engadget.com/2005/03/15/how-to-erase-old-hard-disks/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linuxhelp.blogspot.com/2006/06/how-to-securely-erase-hard-disk-before.html" target="_blank"&gt;http://linuxhelp.blogspot.com/2006/06/how-to-securely-erase-hard-disk-before.html&lt;/A&gt;&lt;BR /&gt;(may wish to also review the comments)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.geocities.com/thestarman3/asm/mbr/WIPE.html#HOW" target="_blank"&gt;http://www.geocities.com/thestarman3/asm/mbr/WIPE.html#HOW&lt;/A&gt;</description>
      <pubDate>Thu, 22 Jan 2009 23:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343127#M34935</guid>
      <dc:creator>Jared Middleton</dc:creator>
      <dc:date>2009-01-22T23:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Erase Hard Drives</title>
      <link>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343128#M34936</link>
      <description>I use DBAN : &lt;A href="http://sourceforge.net/projects/dban/" target="_blank"&gt;http://sourceforge.net/projects/dban/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Very flexbile and offers quite a few options depending on your security requirements - if your data was particularly sensitive you can use the most paranoid option which writes random patterns of ones and zeros over the disks several times over.</description>
      <pubDate>Fri, 23 Jan 2009 09:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343128#M34936</guid>
      <dc:creator>Ben Stokes</dc:creator>
      <dc:date>2009-01-23T09:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Erase Hard Drives</title>
      <link>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343129#M34937</link>
      <description>The 'shred' command normally is used for this purpose.</description>
      <pubDate>Fri, 23 Jan 2009 12:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343129#M34937</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-01-23T12:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Erase Hard Drives</title>
      <link>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343130#M34938</link>
      <description>DBAN - meets a number of cert requirements, including (I believe) one from the DOD.  We've hooked a server up to a SAN and blasted it in its entirety.</description>
      <pubDate>Fri, 23 Jan 2009 15:49:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343130#M34938</guid>
      <dc:creator>Don Vanco - Linux Ninja</dc:creator>
      <dc:date>2009-01-23T15:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Erase Hard Drives</title>
      <link>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343131#M34939</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;for me the method with "dd" is the best because it is straight 'n easy. &lt;BR /&gt;&lt;BR /&gt;And it is good enough for securely delete any diskdata.&lt;BR /&gt;&lt;BR /&gt;See that interesting article on heise online:&lt;BR /&gt;&lt;A href="http://www.heise-online.co.uk/news/Secure-deletion-a-single-overwrite-will-do-it--/112432" target="_blank"&gt;http://www.heise-online.co.uk/news/Secure-deletion-a-single-overwrite-will-do-it--/112432&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jan 2009 08:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343131#M34939</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2009-01-26T08:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Erase Hard Drives</title>
      <link>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343132#M34940</link>
      <description>Well, as dennis said, shred is usually used... this is because writing the entire disk with 0's won't make it "unrestorable".. shred overwrites with useless and random data, and I believe the default amount of times written is 25. This is not 100% secure either, but it makes it alot more expensive to restore the drive :P&lt;BR /&gt;&lt;BR /&gt;You could imitate this by using dd with if=/dev/urandom but this will take very long and use alot of cpu.&lt;BR /&gt;&lt;BR /&gt;Another alternative if you just want it to be unbootable but you want to reuse the disk, then I would just recommend booting on a live cd (or rescue) and run a partition editor like cfdisk and remove the partitions... This won't clear the MBR thou so if you have a LILO or GRUB in your MBR that will remain... &lt;BR /&gt;&lt;BR /&gt;According to this forum post: &lt;A href="https://www.linuxquestions.org/questions/linux-general-1/wiping-mbr-197530/" target="_blank"&gt;https://www.linuxquestions.org/questions/linux-general-1/wiping-mbr-197530/&lt;/A&gt;&lt;BR /&gt;This would work to clean the mbr also (hda being the drive you have your MBR on):&lt;BR /&gt;dd if=/dev/zero of=/dev/hda bs=512 count=1&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Fredrik Eriksson</description>
      <pubDate>Mon, 26 Jan 2009 10:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343132#M34940</guid>
      <dc:creator>Fredrik.eriksson</dc:creator>
      <dc:date>2009-01-26T10:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Erase Hard Drives</title>
      <link>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343133#M34941</link>
      <description>I also agree with those who recommend 'dd'&lt;BR /&gt;&lt;BR /&gt;as I have used 'dd' to erase disk and use 'foremost' to recover the data, and failed&lt;BR /&gt;&lt;BR /&gt;and same goes with shred.&lt;BR /&gt;&lt;BR /&gt;i.e 'dd' and 'shred' both erases the disk, so that most of the data recovery software doesn't able to recover&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 26 Jan 2009 12:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/erase-hard-drives/m-p/4343133#M34941</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-01-26T12:51:31Z</dc:date>
    </item>
  </channel>
</rss>

