<?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>Joe Fleming dot net &#187; Virtualization</title>
	<atom:link href="http://joefleming.net/category/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://joefleming.net</link>
	<description>what you see is what you get</description>
	<lastBuildDate>Tue, 17 Jan 2012 16:24:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>USB Devices in VirtualBox</title>
		<link>http://joefleming.net/2007/09/06/usb-devices-in-virtualbox/</link>
		<comments>http://joefleming.net/2007/09/06/usb-devices-in-virtualbox/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 02:02:19 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Computers & Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://joefleming.net/2007/09/06/usb-devices-in-virtualbox/</guid>
		<description><![CDATA[I&#8217;ve been using VirtualBox for a while now after finding it in Automatix in Ubuntu. Anyway, until now, I&#8217;ve been perfectly happy not using USB devices with it. For the most part, I still am, but I was curious how hard it was to set up, so I looked it up. Here&#8217;s what I found [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://www.virtualbox.org/" rel="ext">VirtualBox</a> for a while now after finding it in Automatix in Ubuntu. Anyway, until now, I&#8217;ve been perfectly happy not using USB devices with it. For the most part, I still am, but I was curious how hard it was to set up, so I looked it up. Here&#8217;s what I found (originally posted <a href="http://ubuntuforums.org/showpost.php?p=2202027&#038;postcount=18" rel="ext">here</a>)</p>
<p>-Install the other OS</p>
<p>-Create a group called &#8220;usbfs&#8221; and add yourself to it.</p>
<pre>groupadd usbfs
usermod -aG usbfs <username></pre>
<p>-Edit /etc/fstab and add the following, changing the group ID to match that of the usbfs group you just added (tail /etc/group)</p>
<pre># 1002 is the USB group ID
none /proc/bus/usb usbfs devgid=1002,devmode=664 0 0</pre>
<p>-In terminal, issue the following command to see available USB devices</p>
<pre>VBoxManage list usbhost</pre>
<p>-Use the output of this command to set up the filters for USB devices under VirtualBox.</p>
<p>-Reboot your machine. This is required to both recognize the new group and new mounting options</p>
<p>*USB DEVICES HAVE TO BE UNMOUNTED BEFORE VIRTUAL MACHINE CAN RECOGNIZE THEM*</p>
<p>There it is. Now, simply unmount the USB device from the host OS before booting the guest and you&#8217;re good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://joefleming.net/2007/09/06/usb-devices-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

