<?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>Ubuntu Guy &#187; e2fsck</title>
	<atom:link href="http://ubuntuguy.com/tag/e2fsck/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntuguy.com</link>
	<description>Ubuntu tips and tricks from a random guy</description>
	<lastBuildDate>Fri, 26 Feb 2010 13:55:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to force ubuntu to check hard disks on startup</title>
		<link>http://ubuntuguy.com/how-to/how-to-force-ubuntu-to-check-hard-disks-on-startup/</link>
		<comments>http://ubuntuguy.com/how-to/how-to-force-ubuntu-to-check-hard-disks-on-startup/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 14:36:16 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[e2fsck]]></category>
		<category><![CDATA[ext4]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntuguy.com/?p=66</guid>
		<description><![CDATA[Today I have converted my laptop&#8217;s hard disk to ext4 and I wanted to perform a hard disk check just to be sure that everything was ok.
As you may know there is a tool called e2fsck that checks hard disks for problems, but this will work best on an unmounted partition so I really wanted [...]]]></description>
			<content:encoded><![CDATA[<p>Today I have converted my laptop&#8217;s hard disk to ext4 and I wanted to perform a hard disk check just to be sure that everything was ok.</p>
<p>As you may know there is a tool called e2fsck that checks hard disks for problems, but this will work best on an unmounted partition so I really wanted to force Ubuntu to check the disks on boot.</p>
<p>Anyway to do that there are two ways. The hard one that involves the use of the tune2fs command and the easy one which is this:</p>
<p><code>sudo touch /forcefsck</code></p>
<p>I know it is funny how easy are things some times <img src='http://ubuntuguy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For the record I performed a boot benchmark with ext3 and ext4 and the results are kind of funny. With ext3 file system and ext3 drivers (/etc/fstab) my Toshiba satellite laptop booted in 54 seconds. With ext3 file system and ext4 drivers it took 47 seconds and with ext4 drivers and file system 48 sec!</p>
<p>I know it sounds funny but &#8211; according to the documentation &#8211; converting your file system to ext4 wont affect the files already present in the disk, but only the files that are going to be written later. So I will have to wait for a kernel update in order to check it again <img src='http://ubuntuguy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguy.com/how-to/how-to-force-ubuntu-to-check-hard-disks-on-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
