 




<?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: Mounting USB drive in Ubuntu</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/mounting-usb-drive-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/mounting-usb-drive-in-ubuntu/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 04:58:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: The Most-Watched IT Questions: June 21, 2011 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/mounting-usb-drive-in-ubuntu/#comment-93450</link>
		<dc:creator>The Most-Watched IT Questions: June 21, 2011 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 21 Jun 2011 06:07:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-93450</guid>
		<description><![CDATA[[...] Mariodlg gave some steps to try if you encounter errors when mounting USB drive in Ubuntu.  6. One member is still waiting for help slipstreaming Windows Server 2003 R2 installation [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Mariodlg gave some steps to try if you encounter errors when mounting USB drive in Ubuntu.  6. One member is still waiting for help slipstreaming Windows Server 2003 R2 installation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mariodlg</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/mounting-usb-drive-in-ubuntu/#comment-93011</link>
		<dc:creator>mariodlg</dc:creator>
		<pubDate>Tue, 07 Jun 2011 15:26:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-93011</guid>
		<description><![CDATA[I  think you  are asking because the system is not recognizing the usb drive.

Login as root and execute fdisk command to see your devices and look at the usb drive.
&lt;pre&gt;
fdisk -l
&lt;/pre&gt;

Assuming your usb drive is the /dev/sdb1 device create a mount point like this
&lt;pre&gt;
mkdir  /mnt/sdb1
&lt;/pre&gt;
Then  you can mount the drive executing the following command:
&lt;pre&gt;
mount  -t vfat /dev/sdb1  /mnt/sdb1
&lt;/pre&gt;

vfat is the filesystem of the usb drive.
Tell us if you have troubles.

Regards.]]></description>
		<content:encoded><![CDATA[<p>I  think you  are asking because the system is not recognizing the usb drive.</p>
<p>Login as root and execute fdisk command to see your devices and look at the usb drive.</p>
<pre>
fdisk -l
</pre>
<p>Assuming your usb drive is the /dev/sdb1 device create a mount point like this</p>
<pre>
mkdir  /mnt/sdb1
</pre>
<p>Then  you can mount the drive executing the following command:</p>
<pre>
mount  -t vfat /dev/sdb1  /mnt/sdb1
</pre>
<p>vfat is the filesystem of the usb drive.<br />
Tell us if you have troubles.</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.015 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 05:06:32 -->