<?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: A command to format the harddisk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291797#M182345</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;assign some points to all who help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
    <pubDate>Tue, 01 Jun 2004 06:13:43 GMT</pubDate>
    <dc:creator>Joseph Loo</dc:creator>
    <dc:date>2004-06-01T06:13:43Z</dc:date>
    <item>
      <title>A command to format the harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291790#M182338</link>
      <description>Hi all &lt;BR /&gt;&lt;BR /&gt;Is there any command that formats the hardisk , I tried Mediainit but it works only for the tape drive. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any help will be appreciated. &lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;OS ver HP-UX 11.0</description>
      <pubDate>Tue, 01 Jun 2004 04:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291790#M182338</guid>
      <dc:creator>presage112</dc:creator>
      <dc:date>2004-06-01T04:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: A command to format the harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291791#M182339</link>
      <description>mediainit also works disks. One need to use raw device file with the mediainit command.&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Tue, 01 Jun 2004 04:55:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291791#M182339</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-06-01T04:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: A command to format the harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291792#M182340</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can try the following&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/random of=/dev/rdsk/cXtXdX bs=1024k&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;dd if=/dev/zero of=/dev/rdsk/cXtXdX bs=1024k&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;Siju&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2004 04:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291792#M182340</guid>
      <dc:creator>SIJU JOSE</dc:creator>
      <dc:date>2004-06-01T04:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: A command to format the harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291793#M182341</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;how about doing a "pvcreate -f &lt;DEVICE file="" of="" disk=""&gt;" instead of mediainit?&lt;BR /&gt;&lt;BR /&gt;regards.&lt;/DEVICE&gt;</description>
      <pubDate>Tue, 01 Jun 2004 04:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291793#M182341</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-06-01T04:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: A command to format the harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291794#M182342</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;mediainit is a command which is used to initialize disk as well as a dds tape.&lt;BR /&gt;&lt;BR /&gt;#mediainit /dev/rdsk/c0t4d0&lt;BR /&gt;should work for you&lt;BR /&gt;man mediainit for more details&lt;BR /&gt;&lt;BR /&gt;also you could pvcreate -f /dev/rdsk/c0t4d0 the disk to wipe off the contents.&lt;BR /&gt;&lt;BR /&gt;you can dd if=/dev/null of=/dev/rdsk/c0t4d0 bs=1024 to wipe the disk&lt;BR /&gt;&lt;BR /&gt;with best wishes&lt;BR /&gt;Naveej</description>
      <pubDate>Tue, 01 Jun 2004 04:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291794#M182342</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-06-01T04:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: A command to format the harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291795#M182343</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Maybe "mediainit" command will be useful for you, this initializes mass storage media by formatting the media (man mediainit for details).&lt;BR /&gt;&lt;BR /&gt;But before use it pls check the following link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x410d57bd90a9d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x410d57bd90a9d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Tue, 01 Jun 2004 05:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291795#M182343</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-06-01T05:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: A command to format the harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291796#M182344</link>
      <description>Thanks everybody.&lt;BR /&gt;&lt;BR /&gt;this was so helpful.</description>
      <pubDate>Tue, 01 Jun 2004 05:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291796#M182344</guid>
      <dc:creator>presage112</dc:creator>
      <dc:date>2004-06-01T05:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: A command to format the harddisk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291797#M182345</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;assign some points to all who help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 01 Jun 2004 06:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-command-to-format-the-harddisk/m-p/3291797#M182345</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-06-01T06:13:43Z</dc:date>
    </item>
  </channel>
</rss>

