<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HELM, WHM/cPanel, Windows, Linux, web hosting talk, Search Engine Optimization, PHP, ASP discussion blog &#187; FIle System check</title>
	<atom:link href="http://blog.webhostingdiscussion.net/tag/file-system-check/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.webhostingdiscussion.net</link>
	<description>Blog is dedicated for web hosting talk, SEO, programming issues, Databases, server administration etc.</description>
	<lastBuildDate>Wed, 01 Feb 2012 10:06:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What is FSCK?</title>
		<link>http://blog.webhostingdiscussion.net/operating-systems/what-is-fsck.htm</link>
		<comments>http://blog.webhostingdiscussion.net/operating-systems/what-is-fsck.htm#comments</comments>
		<pubDate>Mon, 14 Jul 2008 04:43:26 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Check disk]]></category>
		<category><![CDATA[Chkdsk]]></category>
		<category><![CDATA[FIle System check]]></category>
		<category><![CDATA[FSCK]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=17964</guid>
		<description><![CDATA[What is FSCK? Why is it required? There are several reasons behind the system file corruption. For example, you forgot to shut down your system properly, suddenly cut off the power supply, a storage device was removed when system is in process to write the data on it, accidentally press the restart button of your [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://blog.webhostingdiscussion.net/operating-systems/requirement-of-bootini-file-on-windows.htm" rel="bookmark">Requirement of Boot.ini file on Windows</a><!-- (5.8)--></li>
		<li><a href="http://blog.webhostingdiscussion.net/operating-systems/operating-system.htm" rel="bookmark">Operating system</a><!-- (5.6)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Foperating-systems%2Fwhat-is-fsck.htm"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Foperating-systems%2Fwhat-is-fsck.htm&amp;source=webhosttalk&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>What is FSCK? Why is it required? There are several reasons behind the system file corruption. For example, you forgot to shut down your system properly, suddenly cut off the power supply, a storage device was removed when system is in process to write the data on it, accidentally press the restart button of your system.</p>
<p>In Linux some data is kept in the memory before it is written to the disk. This speeds up the process and it used in many systems including Windows OS. If the system is turned off or improperly shut down before it writes the data from memory to disk then there is a chance of the system file corruption. Hence, it is required to shut down the system properly. During improper shut down, the file systems are unmounted from the memory. FSCK will unmount these file systems during boot automatically. You can also run FSCK program manually using the below command:</p>
<p>To check root file system:<br />
fsck -V -a </p>
<p>For all other than root file systems:<br />
fsck -R -A -V -a</p>
<p>The last command will check everything except root (-R) file systems.</p>
<p>You can also tell fsck to show what it did using echo option as below:</p>
<p>fsck -A -V ; echo ==$?==</p>
<p>The fsck codes are listed in the below table:</p>
<p><code><strong>Code 	Explanation</strong><br />
0 	  No errors<br />
1 	  File system errors corrected<br />
2 	  System should be rebooted<br />
4 	  File system errors left uncorrected<br />
8 	  Operational error<br />
16 	 Usage or syntax error<br />
128 	Shared library error</code></p>
<p>Generally, fsck repairs the file systems automatically. If it fails to repair the file systems then you probably have a corrupted superblock.</p>
<p><strong><u>Kailash Aghera</u></strong></p>
<h3>Related Posts</h3>
<ol>
		<li><a href="http://blog.webhostingdiscussion.net/operating-systems/requirement-of-bootini-file-on-windows.htm" rel="bookmark">Requirement of Boot.ini file on Windows</a><!-- (5.8)--></li>
		<li><a href="http://blog.webhostingdiscussion.net/operating-systems/operating-system.htm" rel="bookmark">Operating system</a><!-- (5.6)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/operating-systems/what-is-fsck.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

