 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Linux &#8211; Check disk status</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/linux-check-disk-status/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/linux-check-disk-status/</link>
	<description></description>
	<lastBuildDate>Sun, 26 May 2013 01:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: swiftd</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/linux-check-disk-status/#comment-45492</link>
		<dc:creator>swiftd</dc:creator>
		<pubDate>Sun, 09 Apr 2006 16:54:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-45492</guid>
		<description><![CDATA[For S.M.A.R.T. Hard drives, there&#039;s Smart support.

http://www.linuxjournal.com/article/6983

It&#039;s probably not what you are looking for, but it does provide a lot of information.

]]></description>
		<content:encoded><![CDATA[<p>For S.M.A.R.T. Hard drives, there&#8217;s Smart support.</p>
<p><a href="http://www.linuxjournal.com/article/6983" rel="nofollow">http://www.linuxjournal.com/article/6983</a></p>
<p>It&#8217;s probably not what you are looking for, but it does provide a lot of information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klewis</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/linux-check-disk-status/#comment-45493</link>
		<dc:creator>klewis</dc:creator>
		<pubDate>Sun, 09 Apr 2006 10:21:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-45493</guid>
		<description><![CDATA[Thanks, Swiftd.  It looks like that package still lacks the crucial &#039;-e&#039; flag to report disk errors.  I posted this questing back in April and received similar results - I just don&#039;t think Linux has a way to report disk errors.  It seems filesystem errors are as far as we can go.]]></description>
		<content:encoded><![CDATA[<p>Thanks, Swiftd.  It looks like that package still lacks the crucial &#8216;-e&#8217; flag to report disk errors.  I posted this questing back in April and received similar results &#8211; I just don&#8217;t think Linux has a way to report disk errors.  It seems filesystem errors are as far as we can go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swiftd</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/linux-check-disk-status/#comment-45494</link>
		<dc:creator>swiftd</dc:creator>
		<pubDate>Sat, 08 Apr 2006 13:29:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-45494</guid>
		<description><![CDATA[There&#039;s a sysstat package that can be downloaded that contains iostat for Linux: http://perso.wanadoo.fr/sebastien.godard/

Outside of gathering this info from /proc/partitions and /proc/stat, it&#039;s probably your best option.]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s a sysstat package that can be downloaded that contains iostat for Linux: <a href="http://perso.wanadoo.fr/sebastien.godard/" rel="nofollow">http://perso.wanadoo.fr/sebastien.godard/</a></p>
<p>Outside of gathering this info from /proc/partitions and /proc/stat, it&#8217;s probably your best option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klewis</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/linux-check-disk-status/#comment-45495</link>
		<dc:creator>klewis</dc:creator>
		<pubDate>Sat, 08 Apr 2006 10:46:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-45495</guid>
		<description><![CDATA[I don&#039;t think this is what the poster is asking for.  Solaris iostat gives output similar to:
solaris9-test% iostat -E
sd0      Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: IBM      Product: DDYS-T36950M     Revision: S80D Serial No:
Size: 36.70GB
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
sd1      Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: IBM      Product: DDYS-T36950M     Revision: S80D Serial No:
Size: 36.70GB
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
 which reports disk-level errors.  fsck runs a filesystem level check, and does not report disk errors.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t think this is what the poster is asking for.  Solaris iostat gives output similar to:<br />
solaris9-test% iostat -E<br />
sd0      Soft Errors: 0 Hard Errors: 0 Transport Errors: 0<br />
Vendor: IBM      Product: DDYS-T36950M     Revision: S80D Serial No:<br />
Size: 36.70GB<br />
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0<br />
Illegal Request: 0 Predictive Failure Analysis: 0<br />
sd1      Soft Errors: 0 Hard Errors: 0 Transport Errors: 0<br />
Vendor: IBM      Product: DDYS-T36950M     Revision: S80D Serial No:<br />
Size: 36.70GB<br />
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0<br />
 which reports disk-level errors.  fsck runs a filesystem level check, and does not report disk errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edwardzeng</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/linux-check-disk-status/#comment-45496</link>
		<dc:creator>edwardzeng</dc:creator>
		<pubDate>Fri, 07 Apr 2006 07:00:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-45496</guid>
		<description><![CDATA[First mount your hd to read-only. 
secondly, if you are use ext3/ext2, e2fsck /dev/hda, if you are using reiser, then use the reiserfsck command]]></description>
		<content:encoded><![CDATA[<p>First mount your hd to read-only.<br />
secondly, if you are use ext3/ext2, e2fsck /dev/hda, if you are using reiser, then use the reiserfsck command</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.014 seconds using memcached
Object Caching 324/327 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-26 09:07:42 -->