<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>unorganized.net (Entries tagged as disable)</title>
    <link>http://unorganized.net/blog/</link>
    <description>directly from the brain of Eike Bernhardt</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.3 - http://www.s9y.org/</generator>
    
    

<item>
    <title>OS X: Ignore USB Storage device temporarily</title>
    <link>http://unorganized.net/blog/archives/144-OS-X-Ignore-USB-Storage-device-temporarily.html</link>
    
    <comments>http://unorganized.net/blog/archives/144-OS-X-Ignore-USB-Storage-device-temporarily.html#comments</comments>
    <wfw:comment>http://unorganized.net/blog/wfwcomment.php?cid=144</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://unorganized.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=144</wfw:commentRss>
    

    <author>nospam@example.com (Eike Bernhardt)</author>
    <content:encoded>
    	&lt;p&gt;I needed to ignore an &lt;span class=&quot;caps&quot;&gt;USB&lt;/span&gt; storage device, or at least disable the automount feature for it, because I wanted the &lt;span class=&quot;caps&quot;&gt;USB&lt;/span&gt; device to be available for VirtualBox.&lt;/p&gt;

	&lt;p&gt;There does not seem to be an device-specific ignore functionality, but in my case it was enough to temporarily unload the &lt;span class=&quot;caps&quot;&gt;USB&lt;/span&gt; storage kext:&lt;/p&gt;

	&lt;p&gt;&lt;code&gt;
sudo kextunload /System/Library/Extensions/IOUSBMassStorageClass.kext 
&lt;/code&gt;&lt;/p&gt;

	&lt;p&gt;&lt;strong&gt;This will disable all &lt;span class=&quot;caps&quot;&gt;USB&lt;/span&gt; storage media temporarily!&lt;/strong&gt;&lt;/p&gt;

	&lt;p&gt;When you are finished using the &lt;span class=&quot;caps&quot;&gt;USB&lt;/span&gt; storage device in VirtualBox, shut it down, and then do a&lt;/p&gt;

	&lt;p&gt;&lt;code&gt;
sudo kextload /System/Library/Extensions/IOUSBMassStorageClass.kext 
&lt;/code&gt;&lt;/p&gt;

	&lt;p&gt;to restore the &lt;span class=&quot;caps&quot;&gt;USB&lt;/span&gt; storage functionality.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 31 Mar 2009 20:21:28 +0200</pubDate>
    <guid isPermaLink="false">http://unorganized.net/blog/archives/144-guid.html</guid>
    <category>automount</category>
<category>disable</category>
<category>Mac</category>
<category>OS X</category>
<category>USB Storage</category>

</item>

</channel>
</rss>