<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: How to Get USB Working in Virtual Box on Ubuntu Intrepid Ibex</title>
	<atom:link href="http://productivelinux.com/2008/11/09/how-to-get-usb-working-in-virtual-box-on-ubuntu-intrepid-ibex/feed/" rel="self" type="application/rss+xml" />
	<link>http://productivelinux.com/2008/11/09/how-to-get-usb-working-in-virtual-box-on-ubuntu-intrepid-ibex/</link>
	<description>Productivity tips &#38; tricks for the Linux desktop</description>
	<pubDate>Thu, 11 Mar 2010 18:06:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: M. Aaaalonso</title>
		<link>http://productivelinux.com/2008/11/09/how-to-get-usb-working-in-virtual-box-on-ubuntu-intrepid-ibex/comment-page-1/#comment-5772</link>
		<dc:creator>M. Aaaalonso</dc:creator>
		<pubDate>Fri, 06 Nov 2009 15:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://productivelinux.com/?p=373#comment-5772</guid>
		<description>Thank you very much! It works on PCLinuxOS too. Much obliged!

M. Alonso</description>
		<content:encoded><![CDATA[<p>Thank you very much! It works on PCLinuxOS too. Much obliged!</p>
<p>M. Alonso</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bookmarks for October 4th through October 15th &#124; David.R.Gilson</title>
		<link>http://productivelinux.com/2008/11/09/how-to-get-usb-working-in-virtual-box-on-ubuntu-intrepid-ibex/comment-page-1/#comment-5453</link>
		<dc:creator>Bookmarks for October 4th through October 15th &#124; David.R.Gilson</dc:creator>
		<pubDate>Sat, 17 Oct 2009 10:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://productivelinux.com/?p=373#comment-5453</guid>
		<description>[...] How to Get USB Working in Virtual Box on Ubuntu Intrepid Ibex [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Get <abbr class="uttInitialism" title="Universal Serial Bus">USB</abbr> Working in Virtual Box on Ubuntu Intrepid Ibex [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Accéder à ses périphériques USB avec VirtualBox sous Linux</title>
		<link>http://productivelinux.com/2008/11/09/how-to-get-usb-working-in-virtual-box-on-ubuntu-intrepid-ibex/comment-page-1/#comment-5337</link>
		<dc:creator>Accéder à ses périphériques USB avec VirtualBox sous Linux</dc:creator>
		<pubDate>Tue, 06 Oct 2009 15:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://productivelinux.com/?p=373#comment-5337</guid>
		<description>[...] How to Get USB Working in Virtual Box on Ubuntu Intrepid Ibex ]   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Get <abbr class="uttInitialism" title="Universal Serial Bus">USB</abbr> Working in Virtual Box on Ubuntu Intrepid Ibex ]   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ibrahim</title>
		<link>http://productivelinux.com/2008/11/09/how-to-get-usb-working-in-virtual-box-on-ubuntu-intrepid-ibex/comment-page-1/#comment-5248</link>
		<dc:creator>ibrahim</dc:creator>
		<pubDate>Wed, 30 Sep 2009 16:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://productivelinux.com/?p=373#comment-5248</guid>
		<description>Thanks a lot!!

it worked perfectly on Ubuntu 9.04 - the Jaunty Jackalope</description>
		<content:encoded><![CDATA[<p>Thanks a lot!!</p>
<p>it worked perfectly on Ubuntu 9.04 - the Jaunty Jackalope</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy D.</title>
		<link>http://productivelinux.com/2008/11/09/how-to-get-usb-working-in-virtual-box-on-ubuntu-intrepid-ibex/comment-page-1/#comment-3379</link>
		<dc:creator>Andy D.</dc:creator>
		<pubDate>Mon, 30 Mar 2009 21:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://productivelinux.com/?p=373#comment-3379</guid>
		<description>zcat:

I believe it's supposed to be devgid=46 (at least it works for me).  If you do 'grep 46 /etc/group', you'll see that it corresponds to the plugdev group, which is probably true for all Ubuntu distributions.

A little bit of searching brought up the following description of the plugdev group: 

------------
From http://lists.debian.org/debian-devel/2004/11/msg00201.html

...'plugdev'...
Every user who is a member of this group can access hotpluggable devices (digital cameras, USB drives etc.). pmount can only be executed by members of this group (it is root:plugdev 750), hal runs in this group to be able to detect file systems (but it does not run in 'disk'), and udev assigns the 'plugdev' group to removable devices (static drives remain in group 'disk').
--------------

Since removable devices are to be assigned to the plugdev group, it makes sense that we use devgid=46 when we make this usb-related device. :)  I hope this clairifies.</description>
		<content:encoded><![CDATA[<p>zcat:</p>
<p>I believe it&#8217;s supposed to be devgid=46 (at least it works for me).  If you do &#8216;grep 46 /etc/group&#8217;, you&#8217;ll see that it corresponds to the plugdev group, which is probably true for all Ubuntu distributions.</p>
<p>A little bit of searching brought up the following description of the plugdev group: </p>
<p>&#8212;&#8212;&#8212;&#8212;<br />
From <a href="http://lists.debian.org/debian-devel/2004/11/msg00201.html" rel="nofollow">http://lists.debian.org/debian-devel/2004/11/msg00201.html</a></p>
<p>&#8230;&#8217;plugdev&#8217;&#8230;<br />
Every user who is a member of this group can access hotpluggable devices (digital cameras, <abbr class="uttInitialism" title="Universal Serial Bus">USB</abbr> drives etc.). pmount can only be executed by members of this group (it is root:plugdev 750), hal runs in this group to be able to detect file systems (but it does not run in &#8216;disk&#8217;), and udev assigns the &#8216;plugdev&#8217; group to removable devices (static drives remain in group &#8216;disk&#8217;).<br />
&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Since removable devices are to be assigned to the plugdev group, it makes sense that we use devgid=46 when we make this <abbr class="uttInitialism" title="Universal Serial Bus">usb</abbr>-related device. :)  I hope this clairifies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eamonn</title>
		<link>http://productivelinux.com/2008/11/09/how-to-get-usb-working-in-virtual-box-on-ubuntu-intrepid-ibex/comment-page-1/#comment-2796</link>
		<dc:creator>Eamonn</dc:creator>
		<pubDate>Sat, 17 Jan 2009 23:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://productivelinux.com/?p=373#comment-2796</guid>
		<description>Nice one!</description>
		<content:encoded><![CDATA[<p>Nice one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://productivelinux.com/2008/11/09/how-to-get-usb-working-in-virtual-box-on-ubuntu-intrepid-ibex/comment-page-1/#comment-2795</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Sat, 17 Jan 2009 23:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://productivelinux.com/?p=373#comment-2795</guid>
		<description>Works a treat, many thanks!</description>
		<content:encoded><![CDATA[<p>Works a treat, many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjrn Grønbæk</title>
		<link>http://productivelinux.com/2008/11/09/how-to-get-usb-working-in-virtual-box-on-ubuntu-intrepid-ibex/comment-page-1/#comment-2696</link>
		<dc:creator>Bjrn Grønbæk</dc:creator>
		<pubDate>Sun, 11 Jan 2009 12:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://productivelinux.com/?p=373#comment-2696</guid>
		<description>Thank you, that worked like a charm.</description>
		<content:encoded><![CDATA[<p>Thank you, that worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://productivelinux.com/2008/11/09/how-to-get-usb-working-in-virtual-box-on-ubuntu-intrepid-ibex/comment-page-1/#comment-2559</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 28 Dec 2008 03:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://productivelinux.com/?p=373#comment-2559</guid>
		<description>Thank you, thank you! awesome and clearly explained and to the point it works as showed unlike others that are too wordy and worse yet they don't work like this one.  You are great! thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you, thank you! awesome and clearly explained and to the point it works as showed unlike others that are too wordy and worse yet they don&#8217;t work like this one.  You are great! thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marie</title>
		<link>http://productivelinux.com/2008/11/09/how-to-get-usb-working-in-virtual-box-on-ubuntu-intrepid-ibex/comment-page-1/#comment-2465</link>
		<dc:creator>Marie</dc:creator>
		<pubDate>Wed, 17 Dec 2008 00:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://productivelinux.com/?p=373#comment-2465</guid>
		<description>Thanks it was a huge help, one of the best explained ways I've read so far.</description>
		<content:encoded><![CDATA[<p>Thanks it was a huge help, one of the best explained ways I&#8217;ve read so far.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
