<?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>NYC Tech Guys &#187; command line</title>
	<atom:link href="http://blog.nyctechguys.com/tech-blog/tag/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nyctechguys.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 12:31:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Trouble ejecting in OSX?</title>
		<link>http://blog.nyctechguys.com/tech-blog/2009/07/trouble-ejecting-in-osx/</link>
		<comments>http://blog.nyctechguys.com/tech-blog/2009/07/trouble-ejecting-in-osx/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 19:03:27 +0000</pubDate>
		<dc:creator>Kurt Ludwig</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[how to's]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://blog.nyctechguys.com/?p=939</guid>
		<description><![CDATA[Usually , barring a hardware problem (especially if its just software that is mounted) an application or .dmg can be locked and impossible to eject if it has open files. In OSX it can be very simple. OSX mounts things under /Volumes/mountname . If you open up terminal in OSX, and list out the Volumes [...]]]></description>
			<content:encoded><![CDATA[<p>Usually , barring a hardware problem (especially if its just software that is mounted) an application or .dmg can be locked and impossible to eject if it has open files. In OSX it can be very simple. OSX mounts things under /Volumes/mountname . If you open up terminal in OSX, and list out the Volumes (type ls /Volumes/) you can see the name of whatever is mounted. The next command is lsof ( list open files) , run that on the offending mount and find out what file is preventing you from ejecting the offending application (lsof /Volumes/mountname).</p>
<p> </p>
<p>Its easy to do and gets you closer to unix command line mastery.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nyctechguys.com/tech-blog/2009/07/trouble-ejecting-in-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

