<?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>ItHowTo.ro &#187; force</title>
	<atom:link href="http://www.ithowto.ro/tag/force/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ithowto.ro</link>
	<description>Blog about IT realated stuff by WSS</description>
	<lastBuildDate>Tue, 06 Jul 2010 16:35:28 +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>HowTo: force umount a busy device in linux</title>
		<link>http://www.ithowto.ro/2009/04/howto-force-umount-a-busy-device-in-linux/</link>
		<comments>http://www.ithowto.ro/2009/04/howto-force-umount-a-busy-device-in-linux/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 14:44:01 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux administration]]></category>
		<category><![CDATA[force]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[umount]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=90</guid>
		<description><![CDATA[Here&#8217;s how :
When you try to umount the regular way, if a device is busy you&#8217;ll get the following :
dev:/# umount /dev/sda1
umount2: Device or resource busy
umount: /boot: device is busy
This can be solver very easy by entering this :
dev:/# umount -l /dev/sda1
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how :</p>
<p>When you try to umount the regular way, if a device is busy you&#8217;ll get the following :</p>
<p><em><strong>dev:/# umount /dev/sda1</strong><br />
umount2: Device or resource busy<br />
umount: /boot: device is busy</em></p>
<p>This can be solver very easy by entering this :</p>
<p><strong><em>dev:/# umount -l /dev/sda1</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/04/howto-force-umount-a-busy-device-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
