<?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 erase data from root disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/erase-data-from-root-disk/m-p/3735906#M255309</link>
    <description>Hey ,&lt;BR /&gt;&lt;BR /&gt;Please give me some script to erase data from root disk.&lt;BR /&gt;I want to clear the system is going to be traded.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Santosh Jha</description>
    <pubDate>Tue, 21 Feb 2006 07:02:55 GMT</pubDate>
    <dc:creator>santosh jha</dc:creator>
    <dc:date>2006-02-21T07:02:55Z</dc:date>
    <item>
      <title>erase data from root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/erase-data-from-root-disk/m-p/3735906#M255309</link>
      <description>Hey ,&lt;BR /&gt;&lt;BR /&gt;Please give me some script to erase data from root disk.&lt;BR /&gt;I want to clear the system is going to be traded.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Santosh Jha</description>
      <pubDate>Tue, 21 Feb 2006 07:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/erase-data-from-root-disk/m-p/3735906#M255309</guid>
      <dc:creator>santosh jha</dc:creator>
      <dc:date>2006-02-21T07:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: erase data from root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/erase-data-from-root-disk/m-p/3735907#M255310</link>
      <description>Hi Santhosh, &lt;BR /&gt;&lt;BR /&gt;Check this thread and read A.Clay's solution for removing data, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=860835" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=860835&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 21 Feb 2006 07:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/erase-data-from-root-disk/m-p/3735907#M255310</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-21T07:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: erase data from root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/erase-data-from-root-disk/m-p/3735908#M255311</link>
      <description>Firstly, if your system is properly configured, there shouldn't be any data other than the Operating System itself on your root disk.  You can simply remove your site specific configuration files and ship it off. &lt;BR /&gt;&lt;BR /&gt;If you wish to be more thorough than that, you can either use dd (dd if=/dev/zero of=/dev/rdsk/c0t0d0 bs=1024k, for example) or run mediainit.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 21 Feb 2006 07:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/erase-data-from-root-disk/m-p/3735908#M255311</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-02-21T07:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: erase data from root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/erase-data-from-root-disk/m-p/3735909#M255312</link>
      <description>One of the easiest ways - just re-install the OS...&lt;BR /&gt;&lt;BR /&gt;For the most part, a simple rm -rf / does a pretty good job.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 21 Feb 2006 09:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/erase-data-from-root-disk/m-p/3735909#M255312</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-21T09:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: erase data from root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/erase-data-from-root-disk/m-p/3735910#M255313</link>
      <description>The following command failed&lt;BR /&gt;&lt;BR /&gt;"bash-2.01$ sudo dd if=/dev/zero bs=256k of=/dev/rdsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt;Password:&lt;BR /&gt;&lt;BR /&gt;I/O error&lt;BR /&gt;138932+0 records in&lt;BR /&gt;138931+1 records out&lt;BR /&gt;bash-2.01$&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 21 Feb 2006 09:03:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/erase-data-from-root-disk/m-p/3735910#M255313</guid>
      <dc:creator>santosh jha</dc:creator>
      <dc:date>2006-02-21T09:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: erase data from root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/erase-data-from-root-disk/m-p/3735911#M255314</link>
      <description>Hi Santosh:&lt;BR /&gt;&lt;BR /&gt;The command didn't fail.  You wrote 138,932 records until the disk's end.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 21 Feb 2006 09:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/erase-data-from-root-disk/m-p/3735911#M255314</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-02-21T09:14:30Z</dc:date>
    </item>
  </channel>
</rss>

