<?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>ewanm89 blog &#187; EXT2IFS</title>
	<atom:link href="http://ewanm89.co.uk/category/ext2ifs/feed/" rel="self" type="application/rss+xml" />
	<link>http://ewanm89.co.uk</link>
	<description>Ewan&#039;s blog</description>
	<lastBuildDate>Mon, 30 Aug 2010 19:25:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Windows Volume Device Names</title>
		<link>http://ewanm89.co.uk/2009/05/24/windows-volume-names/</link>
		<comments>http://ewanm89.co.uk/2009/05/24/windows-volume-names/#comments</comments>
		<pubDate>Sun, 24 May 2009 09:04:27 +0000</pubDate>
		<dc:creator>ewanm89</dc:creator>
				<category><![CDATA[EXT2IFS]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://ewanm89.co.uk/?p=62</guid>
		<description><![CDATA[For those that don&#8217;t know, windows has a virtual device filesystem much like /dev on linux, however you are not able to query it directly. Part of this filesystem includes UUID like volume identifying. Windows actually uses these to assign the right drive letters to the right partitions. Anyway, why am I droning on about [...]]]></description>
			<content:encoded><![CDATA[<p>For those that don&#8217;t know, windows has a virtual device filesystem much like /dev on linux, however you are not able to query it directly. Part of this filesystem includes UUID like volume identifying. Windows actually uses these to assign the right drive letters to the right partitions.</p>
<p>Anyway, why am I droning on about all this? Well I wanted to setup <a href="http://www.virtualbox.org/">VirtualBox (xVM)</a> to directly access a flash drive a couple of months ago, now while in the documentation it told how to do it. They never mentioned how to find the volume name to do it with in the documentation. Anyway after a while trying to find out on google and not succeeding I gave up.</p>
<p>A couple of weeks ago I had a slight problem with some ntfs corruption, so I wiped the windows XP partition and installed Windows 7 RC x64. Next I tried to get <a href="http://fs-driver.org/">EXT2IFS</a> to read the linux filesystems, and while this worked fine in Vista compatibility mode (to bypass an OS check in the installer) Windows would not remember the drive letter assignments on reboot. So reading the EXT2IFS FAQ mentioned <code>mountvol</code> for manually getting volume UUID names and manually mounting volumes.</p>
<p>As this is exactly what I needed for VirtualBox and to put it in black and white for google and such.</p>
<p><strong>To get Windows Volume Device Names of detectected partitions (mounted or not) one can use <code>mountvol</code> in cmd.</strong></p>
<p>I wrote a little powershell script to mount each ext volume and put it in wondows task schedular to run automatically each system startup as the system account (only way to run something at startup with admin rights without UAC popups) and have reported the problem to the EXT2IFS developer.</p>
]]></content:encoded>
			<wfw:commentRss>http://ewanm89.co.uk/2009/05/24/windows-volume-names/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
