<?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>willoller.com &#187; Linux</title>
	<atom:link href="http://www.willoller.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willoller.com</link>
	<description>Learning to match the beat of the Old World man.</description>
	<lastBuildDate>Sat, 28 Aug 2010 00:33:16 +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>fuser</title>
		<link>http://www.willoller.com/fuser/</link>
		<comments>http://www.willoller.com/fuser/#comments</comments>
		<pubDate>Tue, 26 Dec 2006 22:25:53 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.willoller.com/fuser/</guid>
		<description><![CDATA[A quick blurb about the most useful command you practically never use.]]></description>
			<content:encoded><![CDATA[<p>Ever tried to unmount a drive only to get hit with a mysterious &#8220;in use&#8221; message?<br />

Even when you are <em>sure</em> you are not using it?</p><br />
<p>Yea, that was one of the early problems that made learning linux tough.  Then I learned about the fuser command:<br />

<code>&lt;br /&gt;<br />
fuser -v /path/to/mount&lt;br /&gt;<br />
</code></p><br />
<p>You will get back what process is still using that mountpoint, and who owns that process:<br />

<code>&lt;br /&gt;<br />
USER   PID   ACCESS   COMMAND&lt;br /&gt;<br />
root    2117  ..C... /bin/bash&lt;br /&gt;<br />
</code></p><br />
<p>As you can see, I accidentally left a terminal open.  Oops.</p><br />
<p><strong>Related Links</strong></p>
<ul>
<li><a href="http://www.linuxcommand.org/man_pages/fuser1.html" class="external text" title="http://www.linuxcommand.org/man_pages/fuser1.html">fuser</a> at <a href="http://www.linuxcommand.org/">linuxcommand.org<br />

</a></li>
<li>Also this <a href="http://www.linuxjournal.com/article/7330">linuxjournal</a> article.</li>
</ul>


 ]]></content:encoded>
			<wfw:commentRss>http://www.willoller.com/fuser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
