<?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>jamesoff.net &#187; tip</title>
	<atom:link href="http://jamesoff.net/site/tag/tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesoff.net/site</link>
	<description>you heard</description>
	<lastBuildDate>Thu, 01 Sep 2011 17:39:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Random tip: monitoring progress in fsck</title>
		<link>http://jamesoff.net/site/2008/02/01/random-tip-monitoring-progress-in-fsck/</link>
		<comments>http://jamesoff.net/site/2008/02/01/random-tip-monitoring-progress-in-fsck/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 16:11:13 +0000</pubDate>
		<dc:creator>jamesoff</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[fsck]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://jamesoff.net/site/2008/02/01/random-tip-monitoring-progress-in-fsck/</guid>
		<description><![CDATA[fsck in Linux has had some kind of progress bar for a while now (at least, last time I used SuSE it did). FreeBSD&#8217;s fsck is Too Advanced for such things, and if you&#8217;re checking a big disk (like /usr) you can find yourself just sitting there with no idea of what progress it&#8217;s making. [...]]]></description>
			<content:encoded><![CDATA[<p><code>fsck</code> in Linux has had some kind of progress bar for a while now (at least, last time I used SuSE it did). FreeBSD&#8217;s fsck is Too Advanced for such things, and if you&#8217;re checking a big disk (like <code>/usr</code>) you can find yourself just sitting there with no idea of what progress it&#8217;s making.</p>

<p>Sit no more! Just hit <code>Ctrl-t</code> and <code>fsck</code> will reveal its secrets. (This sends the currently running process a <code>SIGINFO</code>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesoff.net/site/2008/02/01/random-tip-monitoring-progress-in-fsck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

