<?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>Martin Ankerl &#187; fsck</title>
	<atom:link href="http://martin.ankerl.com/tag/fsck/feed/" rel="self" type="application/rss+xml" />
	<link>http://martin.ankerl.com</link>
	<description>No movement is faster than no movement</description>
	<lastBuildDate>Tue, 13 Jul 2010 05:31:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Howto Change Ubuntu Forced fsck</title>
		<link>http://martin.ankerl.com/2007/11/03/howto-change-ubuntu-forced-fsck/</link>
		<comments>http://martin.ankerl.com/2007/11/03/howto-change-ubuntu-forced-fsck/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 00:28:01 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[boot speed]]></category>
		<category><![CDATA[fsck]]></category>
		<category><![CDATA[harddisk]]></category>
		<category><![CDATA[tune2fs]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/?p=97</guid>
		<description><![CDATA[In Ubuntu 7.10 the boot hard disk is checked every 20 boots. I have to boot my laptop quite often, so about once a week booting takes more than 10 minutes. This clearly sucks. Fortunately, there is an easy way to fix this. With tune2fs it is possible to change the interval from mount-times to [...]]]></description>
			<content:encoded><![CDATA[<p>In Ubuntu 7.10 the boot hard disk is checked every 20 boots. I have to boot my laptop quite often, so about once a week booting takes more than 10 minutes. This clearly sucks. Fortunately, there is an easy way to fix this. With <tt>tune2fs</tt> it is possible to change the interval from mount-times to timed interval:</p>
<pre>sudo tune2fs -c 0 -i 1m /dev/sda3</pre>
<p>This disables maximum mount time for forced check, but instead uses timed check. Every month the harddisk is forced to get checked. I can live with that.</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=97&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2007/11/03/howto-change-ubuntu-forced-fsck/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
