<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Make a Copy of VirtualBox .vdi</title>
	<atom:link href="http://www.kernelhardware.org/make-a-copy-of-virtualbox-vdi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kernelhardware.org/make-a-copy-of-virtualbox-vdi/</link>
	<description>Your Source for Linux tutorials, programming and hardware advice</description>
	<lastBuildDate>Thu, 04 Mar 2010 06:12:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Ramirez</title>
		<link>http://www.kernelhardware.org/make-a-copy-of-virtualbox-vdi/comment-page-1/#comment-6498</link>
		<dc:creator>David Ramirez</dc:creator>
		<pubDate>Tue, 03 Nov 2009 19:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.kernelhardware.org/?p=303#comment-6498</guid>
		<description>To release the .vdi file using the command line you can do:

# remove disk from VM &quot;moody&quot;:
sh0x@vbox:~# VBoxManage modifyvm moody -hda none

# restore copied VDI and open medium in virtualbox
sh0x@vbox:~# VBoxManage openmedium disk /opt/VBox/HardDisks/moody.vdi


# add disk to VM
sh0x@vbox:~# VBoxManage modifyvm moody -hda /opt/VBox/HardDisks/moody.vdi</description>
		<content:encoded><![CDATA[<p>To release the .vdi file using the command line you can do:</p>
<p># remove disk from VM &#8220;moody&#8221;:<br />
sh0x@vbox:~# VBoxManage modifyvm moody -hda none</p>
<p># restore copied VDI and open medium in virtualbox<br />
sh0x@vbox:~# VBoxManage openmedium disk /opt/VBox/HardDisks/moody.vdi</p>
<p># add disk to VM<br />
sh0x@vbox:~# VBoxManage modifyvm moody -hda /opt/VBox/HardDisks/moody.vdi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
