<?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 how to clear the content of a used harddisk? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-clear-the-content-of-a-used-harddisk/m-p/2778189#M76582</link>
    <description>I want to clear all information of a harddisk which was used.&lt;BR /&gt;how to use the command 'dd' to clear the content?&lt;BR /&gt;&lt;BR /&gt;TIA.</description>
    <pubDate>Fri, 02 Aug 2002 01:49:20 GMT</pubDate>
    <dc:creator>Merlin M.</dc:creator>
    <dc:date>2002-08-02T01:49:20Z</dc:date>
    <item>
      <title>how to clear the content of a used harddisk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-clear-the-content-of-a-used-harddisk/m-p/2778189#M76582</link>
      <description>I want to clear all information of a harddisk which was used.&lt;BR /&gt;how to use the command 'dd' to clear the content?&lt;BR /&gt;&lt;BR /&gt;TIA.</description>
      <pubDate>Fri, 02 Aug 2002 01:49:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-clear-the-content-of-a-used-harddisk/m-p/2778189#M76582</guid>
      <dc:creator>Merlin M.</dc:creator>
      <dc:date>2002-08-02T01:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear the content of a used harddisk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-clear-the-content-of-a-used-harddisk/m-p/2778190#M76583</link>
      <description>Is 'dd' a must or other options is appreciated?&lt;BR /&gt;&lt;BR /&gt;What I can think of is the 'pvcreate' command:&lt;BR /&gt;&lt;BR /&gt;pvcreate -f /dev/rdsk/cxtydz (change to your raw device)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kenneth&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Aug 2002 01:59:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-clear-the-content-of-a-used-harddisk/m-p/2778190#M76583</guid>
      <dc:creator>Kenneth_19</dc:creator>
      <dc:date>2002-08-02T01:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear the content of a used harddisk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-clear-the-content-of-a-used-harddisk/m-p/2778191#M76584</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This depend on what you wish to use the disk for. If you are re-using it for LVM, the method suggestion for 'pvcreate' will be fine. If you just wish to flatten the disk before throwing it away, then the use of 'mediainit' is the way to go.&lt;BR /&gt;There are 'man' pages for both of these commands.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Aug 2002 02:15:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-clear-the-content-of-a-used-harddisk/m-p/2778191#M76584</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-02T02:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear the content of a used harddisk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-clear-the-content-of-a-used-harddisk/m-p/2778192#M76585</link>
      <description>Hi (again)&lt;BR /&gt;&lt;BR /&gt;I neglected to mention that 'dd' can also be used, and it fine and much faster than using 'mediainit'&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/zero of=dev/rdsk/cxtydz bs=64k &lt;BR /&gt;&lt;BR /&gt;Substitute your device where cxtydz&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Fri, 02 Aug 2002 02:26:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-clear-the-content-of-a-used-harddisk/m-p/2778192#M76585</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-02T02:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to clear the content of a used harddisk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-clear-the-content-of-a-used-harddisk/m-p/2778193#M76586</link>
      <description>check these links&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x24b53a7b3682d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x24b53a7b3682d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3c0f36e69499d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3c0f36e69499d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Aug 2002 03:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-clear-the-content-of-a-used-harddisk/m-p/2778193#M76586</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-02T03:16:49Z</dc:date>
    </item>
  </channel>
</rss>

