<?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>howudune.com &#187; VMware</title>
	<atom:link href="http://www.howudune.com/category/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howudune.com</link>
	<description></description>
	<lastBuildDate>Sat, 17 Oct 2009 00:50:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Mount a USB key in VMware ESX 3.0.1</title>
		<link>http://www.howudune.com/2007/04/mount-a-usb-key-in-vmware-esx-301/</link>
		<comments>http://www.howudune.com/2007/04/mount-a-usb-key-in-vmware-esx-301/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 00:42:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.howudune.com/?p=6</guid>
		<description><![CDATA[For anyone familiar with Linux, this is a trivial task. But for those new to Linux or VMware it might not seem straightforward. After many fruitless Google searches, I hope someone finds this helpful.The following worked on an HP DL380 G5. Your mileage may vary on different hardware. Mounting a USB drive: The &#8220;mount&#8221; command [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-2582881985534901";
google_ad_slot = "5117093324";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
For anyone familiar with Linux, this is a trivial task. But for those new to Linux or VMware it might not seem straightforward. After many fruitless Google searches, I hope someone finds this helpful.The following worked on an HP DL380 G5.  Your mileage may vary on different hardware.</p>
<p>Mounting a USB drive:</p>
<p>The &#8220;mount&#8221; command by itself will show you the currently mounted volumes.<br />
# mount</p>
<p>First create a mount point:<br />
# mkdir /mnt/usbkey</p>
<p>Now mount the drive:<br />
# mount /dev/sda1 /mnt/usbkey -t vfat</p>
<p>Don&#8217;t forget to unmount it when your done.<br />
# umount /dev/sda1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howudune.com/2007/04/mount-a-usb-key-in-vmware-esx-301/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
