<?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>Ubuntu Sharing &#187; USB drive</title>
	<atom:link href="http://ubuntuguide.net/tag/usb-drive/feed" rel="self" type="application/rss+xml" />
	<link>http://ubuntuguide.net</link>
	<description>Ubuntu Tips &#124; Ubuntu Howtos &#124; Ubuntu Tutorials</description>
	<lastBuildDate>Tue, 07 Sep 2010 12:09:54 +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>Enable VirtualBox virtual machines(Guests) USB support</title>
		<link>http://ubuntuguide.net/enable-virtualbox-virtual-machinesguests-usb-support</link>
		<comments>http://ubuntuguide.net/enable-virtualbox-virtual-machinesguests-usb-support#comments</comments>
		<pubDate>Wed, 30 Sep 2009 08:32:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[USB drive]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1477</guid>
		<description><![CDATA[I installed Virtualbox and XP guest in Ubuntu 9.04,and enabled file sharing between them.But I encountered USB problem when I inserted a USB disk.Finally,I worked it out by following steps.
1.Open up VirtualBox,select the virtual machine and click on  Settings.Then select USB in left and check the two checkboxes.

2.Open up terminal(Applications->Accessories->Terminal).Create usb group and add [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/how-to-share-folder-between-virtualbox-host-and-virutal-machinesguests' rel='bookmark' title='Permanent Link: How to share folder between VirtualBox Host and Virutal Machines(Guests)'>How to share folder between VirtualBox Host and Virutal Machines(Guests)</a></li>
<li><a href='http://ubuntuguide.net/enable-virtualbox-ubuntu-guest-3d-acceleration' rel='bookmark' title='Permanent Link: Enable VirtualBox ubuntu guest 3D Acceleration'>Enable VirtualBox ubuntu guest 3D Acceleration</a></li>
<li><a href='http://ubuntuguide.net/enable-remote-desktop-in-virtual-machinevirtualbox-guest' rel='bookmark' title='Permanent Link: Enable remote desktop in Virtual machine(Virtualbox guest)'>Enable remote desktop in Virtual machine(Virtualbox guest)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I installed Virtualbox and XP guest in Ubuntu 9.04,and enabled file sharing between them.But I encountered USB problem when I inserted a USB disk.Finally,I worked it out by following steps.<br />
1.Open up VirtualBox,select the virtual machine and click on <strong> Settings</strong>.Then select USB in left and check the two checkboxes.<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox_usb1.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox_usb1-479x360.png" alt="virtualbox_usb1" title="virtualbox_usb1" width="479" height="360" class="alignnone size-medium wp-image-1478" /></a><br />
2.Open up terminal(Applications->Accessories->Terminal).Create usb group and add current user to the group:</p>
<pre lang="bash">sudo groupadd usbfs
sudo adduser your_username_here usbfs</pre>
<p>3.Use this command,and you will get group id:</p>
<pre lang="bash">cat /etc/group | grep usbfs</pre>
<p>Example of output:</p>
<pre lang="bash">usbfs:x:1001:wraith</pre>
<p>Here,<strong>1001</strong> is the group id.<br />
4.Edit /etc/fstab by this command:</p>
<pre lang="bash">sudo gedit /etc/fstab</pre>
<p>Add this line in the bottom.</p>
<pre lang="bash">none /proc/bus/usb usbfs devgid=1001,devmode=664 0 0</pre>
<p>Here 1001 is the group id in step 3.<br />
5.Run following command:</p>
<pre lang="bash">sudo chmod 777 /proc/bus/usb</pre>
<p>Restart your computer.<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox_usb.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/09/virtualbox_usb-500x201.png" alt="virtualbox_usb" title="virtualbox_usb" width="500" height="201" class="alignnone size-medium wp-image-1480" /></a><br />
<br />
<strong>Tips:</strong><br />
I don&#8217;t konw whether it matters,but you&#8217;d better install <em>guest additions</em> (from <em>Devices->Install guest additions</em> in VM window)</p>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/how-to-share-folder-between-virtualbox-host-and-virutal-machinesguests' rel='bookmark' title='Permanent Link: How to share folder between VirtualBox Host and Virutal Machines(Guests)'>How to share folder between VirtualBox Host and Virutal Machines(Guests)</a></li>
<li><a href='http://ubuntuguide.net/enable-virtualbox-ubuntu-guest-3d-acceleration' rel='bookmark' title='Permanent Link: Enable VirtualBox ubuntu guest 3D Acceleration'>Enable VirtualBox ubuntu guest 3D Acceleration</a></li>
<li><a href='http://ubuntuguide.net/enable-remote-desktop-in-virtual-machinevirtualbox-guest' rel='bookmark' title='Permanent Link: Enable remote desktop in Virtual machine(Virtualbox guest)'>Enable remote desktop in Virtual machine(Virtualbox guest)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/enable-virtualbox-virtual-machinesguests-usb-support/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create bootable Live USB Ubuntu with UNetbootin</title>
		<link>http://ubuntuguide.net/create-bootable-live-usb-ubuntu-with-unetbootin</link>
		<comments>http://ubuntuguide.net/create-bootable-live-usb-ubuntu-with-unetbootin#comments</comments>
		<pubDate>Mon, 07 Sep 2009 03:38:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[USB drive]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1116</guid>
		<description><![CDATA[It&#8217;s very very easy to create a bootable Ubuntu live USB.You just need UNetbootin,Ubuntu .iso image and a usb device.
UNetbootin is a tool,allows you to create bootable Live USB drives for a variety of Linux distributions.
1.Install UNetbootin,install it in Windows or Linux.
Here is how to install UNetbootin in ubuntu
For windows,just go to this page and [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/create-a-bootable-usb-flash-drive-with-unetbootin' rel='bookmark' title='Permanent Link: Create a Bootable USB Flash Drive with UNetbootin'>Create a Bootable USB Flash Drive with UNetbootin</a></li>
<li><a href='http://ubuntuguide.net/lili-usb-creator-create-ubuntu-bootable-liveusbdirectly-run-in-windows' rel='bookmark' title='Permanent Link: LiLi USB Creator-Create Ubuntu bootable LiveUSB,directly run in Windows'>LiLi USB Creator-Create Ubuntu bootable LiveUSB,directly run in Windows</a></li>
<li><a href='http://ubuntuguide.net/how-to-install-unetbootin-in-ubuntu' rel='bookmark' title='Permanent Link: How to install UNetbootin in ubuntu'>How to install UNetbootin in ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s very very easy to create a bootable Ubuntu<em> live USB</em>.You just need <em>UNetbootin</em>,<a href="http://www.ubuntu.com/" target="_blank"><em>Ubuntu .iso image</em></a> and <em>a usb device</em>.</p>
<p><em>UNetbootin</em> is a tool,allows you to create bootable Live USB drives for a variety of Linux distributions.</p>
<p>1.Install <em>UNetbootin</em>,install it in Windows or Linux.</p>
<p>Here is <a href="http://ubuntuguide.net/how-to-install-unetbootin-in-ubuntu"><em>how to install UNetbootin in ubuntu</em></a><br />
For windows,just go to <a href="http://unetbootin.sourceforge.net/">this page </a>and download it.(Just open it by clicking on the downloaded file.)<br />
2.Download ubuntu .iso file from <a href="http://www.ubuntu.com/">www.ubuntu.com</a>.</p>
<p>3.Connect usb device and then open <em>UNetbootin</em> (Go to <em>Applications-&gt;System Tools-&gt;UNetbootin)</em>.</p>
<p>Check <strong><em>Diskimag</em></strong>,select the .iso file by clicking on marked button at right.Select USB drive at bottom.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/09/liveusb12.png"><img class="alignnone size-medium wp-image-1119" title="liveusb12" src="http://ubuntuguide.net/wp-content/uploads/2009/09/liveusb12-493x360.png" alt="liveusb12" width="493" height="360" /></a></p>
<p>Click on OK to start,</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/09/liveusb2.png"><img class="alignnone size-medium wp-image-1120" title="liveusb2" src="http://ubuntuguide.net/wp-content/uploads/2009/09/liveusb2-498x360.png" alt="liveusb2" width="498" height="360" /></a></p>
<p>After a few minutes,you will see this window.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/09/liveusb.png"><img class="alignnone size-medium wp-image-1121" title="liveusb" src="http://ubuntuguide.net/wp-content/uploads/2009/09/liveusb-500x357.png" alt="liveusb" width="500" height="357" /></a></p>
<p>Now you have this <em>live usb</em> created.</p>
<p>Just,reboot from usb and in a graphic interface select <em>default</em>.</p>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/create-a-bootable-usb-flash-drive-with-unetbootin' rel='bookmark' title='Permanent Link: Create a Bootable USB Flash Drive with UNetbootin'>Create a Bootable USB Flash Drive with UNetbootin</a></li>
<li><a href='http://ubuntuguide.net/lili-usb-creator-create-ubuntu-bootable-liveusbdirectly-run-in-windows' rel='bookmark' title='Permanent Link: LiLi USB Creator-Create Ubuntu bootable LiveUSB,directly run in Windows'>LiLi USB Creator-Create Ubuntu bootable LiveUSB,directly run in Windows</a></li>
<li><a href='http://ubuntuguide.net/how-to-install-unetbootin-in-ubuntu' rel='bookmark' title='Permanent Link: How to install UNetbootin in ubuntu'>How to install UNetbootin in ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/create-bootable-live-usb-ubuntu-with-unetbootin/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to install Ubuntu from USB drive</title>
		<link>http://ubuntuguide.net/how-to-install-ubuntu-from-usb-drive</link>
		<comments>http://ubuntuguide.net/how-to-install-ubuntu-from-usb-drive#comments</comments>
		<pubDate>Mon, 31 Aug 2009 03:52:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu install]]></category>
		<category><![CDATA[USB drive]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=883</guid>
		<description><![CDATA[This tutorial will tell you how to install ubuntu from USB flash drive,it may help if your computer don&#8217;t have a CD-Rom.
Also,you can create a bootable ubuntu live usb with UNetbootin.This is highly recommended if you prefer doing this with a graphical interface and this make things very  easy
1.First,download the ubuntu CD image file from ubuntu.com,and [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/install-ubuntu-910karmic-from-windows-xp-dual-boot-system' rel='bookmark' title='Permanent Link: Install Ubuntu 9.10(Karmic) from Windows XP dual-boot system'>Install Ubuntu 9.10(Karmic) from Windows XP dual-boot system</a></li>
<li><a href='http://ubuntuguide.net/how-to-install-ubuntu904-in-xp' rel='bookmark' title='Permanent Link: How to install ubuntu9.04 dual boot with Windows XP'>How to install ubuntu9.04 dual boot with Windows XP</a></li>
<li><a href='http://ubuntuguide.net/install-fresh-ubuntu-10-04-on-ubuntu-9-10-only-machine-without-burning-cd' rel='bookmark' title='Permanent Link: Install fresh Ubuntu 10.04 on Ubuntu 9.10 only machine without burning CD'>Install fresh Ubuntu 10.04 on Ubuntu 9.10 only machine without burning CD</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This tutorial will tell you how to install ubuntu from USB flash drive,it may help if your computer don&#8217;t have a CD-Rom.</p>
<p>Also,you can <a href="http://ubuntuguide.net/create-bootable-live-usb-ubuntu-with-unetbootin">create a bootable ubuntu live usb with UNetbootin</a>.This is highly recommended if you prefer doing this with a graphical interface and this make things very  easy</p>
<p>1.First,download the ubuntu CD image file from <a href="http://www.ubuntu.com/getubuntu/download" target="_blank">ubuntu.com</a>,and download <em>“vmlinuz” </em>and <em>“initrd.gz”</em> from <a href="http://archive.ubuntu.com/ubuntu/dists/hardy/main/installer-amd64/current/images/hd-media/" target="_blank">here</a> (for amd64) and<a href="http://archive.ubuntu.com/ubuntu/dists/hardy/main/installer-i386/current/images/hd-media/" target="_blank"> here </a>(for i386).</p>
<p>2.Then,in your root directory of your USB device,create a file folder named <em>&#8220;install&#8221; </em>and copy <em>“vmlinuz” </em>,<em>“initrd.gz” </em>into this folder.</p>
<p>Double click the CD image file,and right click on <em>&#8220;isolinux&#8221; </em>folder,then extract to the root directory of your USB device.</p>
<p>Rename <em>&#8220;isolinux&#8221; </em>to <em>&#8220;syslinux&#8221;</em>,then go inside the folder and rename <em>&#8220;isolinux.cfg&#8221;</em> into<em> &#8220;syslinux.cfg&#8221;</em>.</p>
<p>3.Now,make the drive bootable.</p>
<p>For ubuntu user,run following in terminal:</p>
<pre lang="bash">sudo apt-get install syslinux

sudo syslinux /dev/sdb1 (use "sudo fdisk -l"to confirm "/dev/sdb1")</pre>
<p>For windows user,download syslinux.zip from <a href="http://www.kernel.org/pub/linux/utils/boot/syslinux/" target="_blank">here</a>,then extract it.</p>
<p>go to the file with command prompt,and run</p>
<pre lang="bash">cd win32

syslinux h: (change h: to your USB disk.)</pre>
<p>4.Copy the CD image file to the root directory of your USB device.Now four files,or folders in your USB device:<em>&#8220;syslinux&#8221;,&#8221;install&#8221;,&#8221;ldlinux.sys&#8221;,&#8221;.iso image file&#8221;.</em></p>
<p>Now,reboot computer from USB flash drive and start install ubuntu.</p>
<p>Tips:</p>
<p>You need a amd64 installer if you want to install an amd64 Ubuntu .iso image and the i386 installer for an i386 iso.</p>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/install-ubuntu-910karmic-from-windows-xp-dual-boot-system' rel='bookmark' title='Permanent Link: Install Ubuntu 9.10(Karmic) from Windows XP dual-boot system'>Install Ubuntu 9.10(Karmic) from Windows XP dual-boot system</a></li>
<li><a href='http://ubuntuguide.net/how-to-install-ubuntu904-in-xp' rel='bookmark' title='Permanent Link: How to install ubuntu9.04 dual boot with Windows XP'>How to install ubuntu9.04 dual boot with Windows XP</a></li>
<li><a href='http://ubuntuguide.net/install-fresh-ubuntu-10-04-on-ubuntu-9-10-only-machine-without-burning-cd' rel='bookmark' title='Permanent Link: Install fresh Ubuntu 10.04 on Ubuntu 9.10 only machine without burning CD'>Install fresh Ubuntu 10.04 on Ubuntu 9.10 only machine without burning CD</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/how-to-install-ubuntu-from-usb-drive/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Create a Bootable USB Flash Drive with UNetbootin</title>
		<link>http://ubuntuguide.net/create-a-bootable-usb-flash-drive-with-unetbootin</link>
		<comments>http://ubuntuguide.net/create-a-bootable-usb-flash-drive-with-unetbootin#comments</comments>
		<pubDate>Tue, 23 Jun 2009 03:13:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[USB drive]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=601</guid>
		<description><![CDATA[UNetbootin allows you to create bootable Live USB drives for a variety of Linux distributions from Windows or Linux, without requiring you to burn a CD.You can either let it download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file if you&#8217;ve already downloaded one or your preferred distribution [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/create-bootable-live-usb-ubuntu-with-unetbootin' rel='bookmark' title='Permanent Link: Create bootable Live USB Ubuntu with UNetbootin'>Create bootable Live USB Ubuntu with UNetbootin</a></li>
<li><a href='http://ubuntuguide.net/how-to-install-unetbootin-in-ubuntu' rel='bookmark' title='Permanent Link: How to install UNetbootin in ubuntu'>How to install UNetbootin in ubuntu</a></li>
<li><a href='http://ubuntuguide.net/lili-usb-creator-create-ubuntu-bootable-liveusbdirectly-run-in-windows' rel='bookmark' title='Permanent Link: LiLi USB Creator-Create Ubuntu bootable LiveUSB,directly run in Windows'>LiLi USB Creator-Create Ubuntu bootable LiveUSB,directly run in Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>UNetbootin allows you to create bootable Live USB drives for a variety of Linux distributions from Windows or Linux, without requiring you to burn a CD.You can either let it download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file if you&#8217;ve already downloaded one or your preferred distribution isn&#8217;t on the list.(extracted from ：<a href="http://unetbootin.sourceforge.net/" target="_blank">http://unetbootin.sourceforge.net/</a>)</p>
<p>To create a bootable USB flash drive,first install UNetbootin by following steps.</p>
<p>1.Open up a terminal window and run following command:</p>
<pre lang="bash">sudo gedit /etc/apt/sources.list</pre>
<p>Then,add following to the end of the file</p>
<pre lang="bash">deb http://cz.archive.ubuntu.com/ubuntu jaunty main universe</pre>
<p>2.Execute following command in terminal:</p>
<pre lang="bash">sudo apt-get update</pre>
<p>Open synaptic at <em>System&#8211;&gt;Administration&#8211;&gt;Synaptic Package Manager</em>,search &#8220;unetbootin&#8221; as keyword ,mark on the package and click on <em>Apply</em> to install</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/06/snapshot103.png"><img class="alignnone size-medium wp-image-602" title="snapshot103" src="http://ubuntuguide.net/wp-content/uploads/2009/06/snapshot103-500x352.png" alt="snapshot103" width="500" height="352" /></a></p>
<p>To create a bootable USB drive,open up UNetbootin at <em>Applications&#8211;&gt;System Tools&#8211;&gt;UNetbootin.</em>Do as following screen</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/06/snapshot104.png"><img class="alignnone size-medium wp-image-603" title="snapshot104" src="http://ubuntuguide.net/wp-content/uploads/2009/06/snapshot104-500x356.png" alt="snapshot104" width="500" height="356" /></a></p>
<p>Click on OK.It starts and you will get following screen when finish.Click on <em>Reboot Now</em>,if you want to test booting up with the USB drive on the computer.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/06/snapshot105.png"><img class="alignnone size-medium wp-image-604" title="snapshot105" src="http://ubuntuguide.net/wp-content/uploads/2009/06/snapshot105-500x346.png" alt="snapshot105" width="500" height="346" /></a></p>
<p>Tips:</p>
<p>If your USB partition is not marked as active.In your Windows,start-&gt;run-&gt;cmd and run following command</p>
<pre lang="bash">diskpart

list disk

select disk 1(the number 1 out from "list disk" )

select partition 1

active</pre>


<p>Related posts:<ol><li><a href='http://ubuntuguide.net/create-bootable-live-usb-ubuntu-with-unetbootin' rel='bookmark' title='Permanent Link: Create bootable Live USB Ubuntu with UNetbootin'>Create bootable Live USB Ubuntu with UNetbootin</a></li>
<li><a href='http://ubuntuguide.net/how-to-install-unetbootin-in-ubuntu' rel='bookmark' title='Permanent Link: How to install UNetbootin in ubuntu'>How to install UNetbootin in ubuntu</a></li>
<li><a href='http://ubuntuguide.net/lili-usb-creator-create-ubuntu-bootable-liveusbdirectly-run-in-windows' rel='bookmark' title='Permanent Link: LiLi USB Creator-Create Ubuntu bootable LiveUSB,directly run in Windows'>LiLi USB Creator-Create Ubuntu bootable LiveUSB,directly run in Windows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/create-a-bootable-usb-flash-drive-with-unetbootin/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>