<?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>Random Renegade Bits &#187; vhd</title>
	<atom:link href="http://rrbits.com/epb/tag/vhd/feed/" rel="self" type="application/rss+xml" />
	<link>http://rrbits.com/epb</link>
	<description>Whatever comes to mind</description>
	<lastBuildDate>Wed, 29 Feb 2012 18:10:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Mounting a VHD in Linux</title>
		<link>http://rrbits.com/epb/2010/01/17/mounting-a-vhd-in-linux/</link>
		<comments>http://rrbits.com/epb/2010/01/17/mounting-a-vhd-in-linux/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:52:12 +0000</pubDate>
		<dc:creator>epb</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[mounting]]></category>
		<category><![CDATA[vhd]]></category>

		<guid isPermaLink="false">http://rrbits.com/epb/?p=154</guid>
		<description><![CDATA[Let&#8217;s say you have a VHD file you&#8217;d like to access while in Linux without attaching it to a Virtual Machine.  There are many reasons you might like to do this, but it&#8217;s not immediately obvious how to do so with Linux. There are two ways I know of: You can use vmware-mount provided by [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you have a VHD file you&#8217;d like to access while in Linux without attaching it to a Virtual Machine.  There are many reasons you might like to do this, but it&#8217;s not immediately obvious how to do so with Linux.</p>
<p>There are two ways I know of:</p>
<p>You can use vmware-mount provided by VMWare Server.  I don&#8217;t actually like this method because VMWare Server is huge and I don&#8217;t use VMWare.  However, if you do, take a gander at this: <a href="http://www.vmware.com/support/reference/linux/loopback_linux.html">http://www.vmware.com/support/reference/linux/loopback_linux.html</a></p>
<p>The method I ultimately went with was <a href="http://forums.virtualbox.org/viewtopic.php?f=7&amp;t=17574">vdfuse</a> since I use VirtualBox.  It allows you to mount any disk image supported by VirtualBox.  Basically, if you follow the instructions at that the vdfuse forum link I just provided, you can mount the VHD to a mount point in your filesystem.  Now, this alone doesn&#8217;t yet give you access to your files yet.  It provides the partitions as standard files (and a file for the entire disk as well).  The partitions are named Partition1, Partition2, etc.  You can then mount the partition you want as a loopback device.</p>
]]></content:encoded>
			<wfw:commentRss>http://rrbits.com/epb/2010/01/17/mounting-a-vhd-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

