<?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>Solutions Log &#187; filesystem</title>
	<atom:link href="http://solutions.unixsherpa.com/tag/filesystem/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutions.unixsherpa.com</link>
	<description>by Dan Reiland</description>
	<lastBuildDate>Fri, 16 Apr 2010 20:28:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Disable disk checking during boot on Linux systems</title>
		<link>http://solutions.unixsherpa.com/2009/08/27/disable-disk-checking-during-boot-on-linux-systems/</link>
		<comments>http://solutions.unixsherpa.com/2009/08/27/disable-disk-checking-during-boot-on-linux-systems/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 19:39:46 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ext2]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[ext4]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[fsck]]></category>

		<guid isPermaLink="false">http://solutions.unixsherpa.com/?p=190</guid>
		<description><![CDATA[Issue: Linux (appropriately) checks filesystems after a number of boot cycles. Cause: This is by design. By default, ext[2,3,4] filesystems are automatically checked every 34 mounts or 180 days (whichever comes first). Resolution: In some cases (ephemeral machine instances in a cloud) this behavior is undesirable. It may be tuned with the following: To disable [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Issue:</strong><br />
Linux (appropriately) checks filesystems after a number of boot cycles.</p>
<p><strong>Cause:</strong><br />
This is by design. By default, ext[2,3,4] filesystems are automatically checked every 34 mounts or 180 days (whichever comes first).</p>
<p><strong>Resolution:</strong><br />
In some cases (ephemeral machine instances in a cloud) this behavior is undesirable. It may be tuned with the following:</p>
<p>To disable it use the following at the terminal:</p>
<div class="codecolorer-container bash twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">tune2fs <span style="color: #660033;">-c</span> <span style="color: #000000;">0</span> <span style="color: #660033;">-i</span> <span style="color: #000000;">0</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>hdXY</div></div>
<p>Set it to check after 30 system boots</p>
<div class="codecolorer-container bash twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">tune2fs <span style="color: #660033;">-c</span> <span style="color: #000000;">30</span> <span style="color: #660033;">-i</span> <span style="color: #000000;">0</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>hdXY</div></div>
<p>Also ensure that your /etc/fstab file reflects a similar setting. The sixth column should contain a 0 (never check) rather than a 1 (check at boot).</p>
]]></content:encoded>
			<wfw:commentRss>http://solutions.unixsherpa.com/2009/08/27/disable-disk-checking-during-boot-on-linux-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 1/13 queries in 0.066 seconds using disk
Object Caching 380/393 objects using disk

Served from: solutions.unixsherpa.com @ 2010-09-06 06:01:34 -->