<?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: How to test hard disc surface in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858246#M95437</link>
    <description>Ok,&lt;BR /&gt;&lt;BR /&gt;That is a good READ test of the disc surface.&lt;BR /&gt;&lt;BR /&gt;Any idea abaout a WRITE non-destructive test ???</description>
    <pubDate>Thu, 05 Dec 2002 08:37:15 GMT</pubDate>
    <dc:creator>Jose Manuel Cuena</dc:creator>
    <dc:date>2002-12-05T08:37:15Z</dc:date>
    <item>
      <title>How to test hard disc surface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858243#M95434</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I want to make a non-destructive test on a SCSI disk that seems to have problems.&lt;BR /&gt;&lt;BR /&gt;I have used STM but it??s not enough for me.&lt;BR /&gt;&lt;BR /&gt;What kind of tool can I use ??&lt;BR /&gt;I have used STM but it??s not enough for me.</description>
      <pubDate>Thu, 05 Dec 2002 08:25:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858243#M95434</guid>
      <dc:creator>Jose Manuel Cuena</dc:creator>
      <dc:date>2002-12-05T08:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to test hard disc surface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858244#M95435</link>
      <description>&lt;BR /&gt;dd is the tool you want. If it passes over an entire disk surface without any errors your non-destructive read test is fine and the disk is ok;&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/cxxxxxx of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2002 08:26:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858244#M95435</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-12-05T08:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to test hard disc surface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858245#M95436</link>
      <description>Hi Jose Manuel,&lt;BR /&gt;&lt;BR /&gt;Execute this command:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/cxtydz of=/dev/null&lt;BR /&gt;&lt;BR /&gt;Change cxtydz with the device file of the disk you suspect with problems.&lt;BR /&gt;&lt;BR /&gt;This options check hardware integrity.&lt;BR /&gt;&lt;BR /&gt;Regards Vicente.</description>
      <pubDate>Thu, 05 Dec 2002 08:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858245#M95436</guid>
      <dc:creator>Vicente Sanchez_3</dc:creator>
      <dc:date>2002-12-05T08:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to test hard disc surface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858246#M95437</link>
      <description>Ok,&lt;BR /&gt;&lt;BR /&gt;That is a good READ test of the disc surface.&lt;BR /&gt;&lt;BR /&gt;Any idea abaout a WRITE non-destructive test ???</description>
      <pubDate>Thu, 05 Dec 2002 08:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858246#M95437</guid>
      <dc:creator>Jose Manuel Cuena</dc:creator>
      <dc:date>2002-12-05T08:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to test hard disc surface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858247#M95438</link>
      <description>That last reply should say use /dev/rdsk/c...&lt;BR /&gt;not /dev/dsk/c....&lt;BR /&gt;&lt;BR /&gt;Always use the rdsk entry when doing a surface check.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2002 08:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858247#M95438</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-12-05T08:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to test hard disc surface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858248#M95439</link>
      <description>Write test - same command;&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/zero of=/dev/rdsk/cxxxxxx bs=1024k&lt;BR /&gt;&lt;BR /&gt;This will write zeroes to all parts of your disk and again, if it works your disk is fine, if it fails with an I/O error then you have a problem.&lt;BR /&gt;&lt;BR /&gt;Another command you can use is mediainit (this does a low level format) but its NOT recommended for modern disks as it may reduce their lifetime. Only use if your desperate (ie. cant get the disk replaced). Again, if mediainit fails your disk is dead, bin it, if it works your disk is usable but its lifetime may be reduced.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2002 08:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858248#M95439</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-12-05T08:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to test hard disc surface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858249#M95440</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I??m using this:&lt;BR /&gt;dd if=/dev/rdsk/c3t15d0 of=/dev/rdsk/c3t15d0 bs=1024k&lt;BR /&gt;&lt;BR /&gt;for a NON-destructive test, I??m now waiting for the errors ....</description>
      <pubDate>Thu, 05 Dec 2002 09:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-test-hard-disc-surface/m-p/2858249#M95440</guid>
      <dc:creator>Jose Manuel Cuena</dc:creator>
      <dc:date>2002-12-05T09:09:51Z</dc:date>
    </item>
  </channel>
</rss>

