<?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: Check Hard Disk for damaged sectors in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581497#M59413</link>
    <description>IDE drives don't give you access to actual sectors.  They manage and remap to spares anything that exhibits any anomaly.</description>
    <pubDate>Thu, 11 Feb 2010 00:52:40 GMT</pubDate>
    <dc:creator>David Claypool</dc:creator>
    <dc:date>2010-02-11T00:52:40Z</dc:date>
    <item>
      <title>Check Hard Disk for damaged sectors</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581495#M59411</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;Howto check Hard Disk for damaged sectors?&lt;BR /&gt;I've tried to format 80GB IDE Hard Disk using gparted, but it was to quick.</description>
      <pubDate>Wed, 10 Feb 2010 16:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581495#M59411</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2010-02-10T16:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Check Hard Disk for damaged sectors</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581496#M59412</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;dd&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/sda of=/dev/null bs=1024&lt;BR /&gt;&lt;BR /&gt;If you have i/o errors, you have bad sectors.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 10 Feb 2010 21:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581496#M59412</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-10T21:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Check Hard Disk for damaged sectors</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581497#M59413</link>
      <description>IDE drives don't give you access to actual sectors.  They manage and remap to spares anything that exhibits any anomaly.</description>
      <pubDate>Thu, 11 Feb 2010 00:52:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581497#M59413</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2010-02-11T00:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Check Hard Disk for damaged sectors</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581498#M59414</link>
      <description>Get a copy of SpinRite.&lt;BR /&gt;&lt;A href="http://grc.com" target="_blank"&gt;http://grc.com&lt;/A&gt;</description>
      <pubDate>Thu, 11 Feb 2010 04:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581498#M59414</guid>
      <dc:creator>Sheldon Smith</dc:creator>
      <dc:date>2010-02-11T04:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Check Hard Disk for damaged sectors</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581499#M59415</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To check if a harddisk is in good shape,&lt;BR /&gt;you can use its SMART capabilities:&lt;BR /&gt;&lt;BR /&gt;smartctl -t long /dev/hda&lt;BR /&gt;&lt;BR /&gt;To check for bad sectors, use&lt;BR /&gt;&lt;BR /&gt;badblocks -sv /dev/hda&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Thu, 11 Feb 2010 06:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581499#M59415</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-02-11T06:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Check Hard Disk for damaged sectors</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581500#M59416</link>
      <description>Thx, but does this command:&lt;BR /&gt;&lt;BR /&gt;badblocks -sv /dev/hda&lt;BR /&gt;&lt;BR /&gt;just checking (reading) without damaging data from the Hard disk?</description>
      <pubDate>Sun, 19 Dec 2010 16:26:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581500#M59416</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2010-12-19T16:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Check Hard Disk for damaged sectors</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581501#M59417</link>
      <description>Yes  "Badblocks -sv /dev/hda " is readonly&lt;BR /&gt;The man page say's so (on ext2 and ext3)&lt;BR /&gt;&lt;BR /&gt;Only the -n and -w (mutually exclusive) will write to disk ... &lt;BR /&gt;&lt;BR /&gt;-w BEWARE WILL DESTROY ALL THE DATA ON YOUR DISK, &lt;BR /&gt;&lt;BR /&gt;-n is "safer" &lt;BR /&gt;&lt;BR /&gt;------- extract from man page badblocks -----&lt;BR /&gt;&lt;BR /&gt;-n     Use non-destructive read-write mode.  By  default  only  a  non-&lt;BR /&gt;              destructive  read-only  test  is  done.  This option must not be&lt;BR /&gt;              combined with the -w option, as they are mutually exclusive.&lt;BR /&gt;&lt;BR /&gt;------- End of extract from man page --------&lt;BR /&gt;&lt;BR /&gt;Just to test this i tried badblocks -sv on a spare disk (ext2 with some data on it), be patient this does take a long  time.&lt;BR /&gt;&lt;BR /&gt;# badblocks -sv /dev/sdb&lt;BR /&gt;Checking blocks 0 to 17716607&lt;BR /&gt;Checking for bad blocks (read-only test): done                                &lt;BR /&gt;Pass completed, 0 bad blocks found.&lt;BR /&gt;&lt;BR /&gt;In my this case no badblocks and my filesystem did survive this test !&lt;BR /&gt;&lt;BR /&gt;as a side point how reliable is this I don't really know and lot of other thinks beside bad blocks could be wrong with a hard disk the controller electronic could also be wrong!&lt;BR /&gt;&lt;BR /&gt;Enjoy life.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    &lt;BR /&gt;</description>
      <pubDate>Mon, 20 Dec 2010 09:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-hard-disk-for-damaged-sectors/m-p/4581501#M59417</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2010-12-20T09:11:48Z</dc:date>
    </item>
  </channel>
</rss>

