<?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: Cloning VM’s with VirtualBox, LVM and Snapshots!</title>
	<atom:link href="http://www.parkingdenied.com/2009/05/15/cloning-vm%e2%80%99s-with-virtualbox-lvm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parkingdenied.com/2009/05/15/cloning-vm%e2%80%99s-with-virtualbox-lvm/</link>
	<description>Redline is just a suggestion</description>
	<lastBuildDate>Wed, 26 Oct 2011 13:43:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ross</title>
		<link>http://www.parkingdenied.com/2009/05/15/cloning-vm%e2%80%99s-with-virtualbox-lvm/comment-page-1/#comment-552</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Sun, 10 Apr 2011 01:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.parkingdenied.com/?p=205#comment-552</guid>
		<description>Does it have permission to access that raw device from the user you are running it as?</description>
		<content:encoded><![CDATA[<p>Does it have permission to access that raw device from the user you are running it as?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lallau</title>
		<link>http://www.parkingdenied.com/2009/05/15/cloning-vm%e2%80%99s-with-virtualbox-lvm/comment-page-1/#comment-548</link>
		<dc:creator>lallau</dc:creator>
		<pubDate>Fri, 18 Mar 2011 10:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.parkingdenied.com/?p=205#comment-548</guid>
		<description>Hi, I have been trying to create a rawdisk on a LVM partition.
However, I had the following error :

$ VBoxManage internalcommands createrawvmdk -filename ~/.VirtualBox/VM_1.vmdk -rawdisk /dev/mapper/vg-VM_1
VBoxManage: error: Cannot open the raw disk &#039;/dev/mapper/vg-VM_1&#039;: VERR_ACCESS_DENIED
VBoxManage: error: The raw disk vmdk file was not created

The command succeeds if I use sudo but the resulting vmdk file belongs to root.
After some &#039;chown&#039; magic, VirtualBox failed adding this new disk.

Failed to open the hard disk /home/bertrand/.VirtualBox/VM_1.vmdk.
The medium &#039;~/.VirtualBox/VM_1.vmdk&#039; can&#039;t be used as the requested device type.
Result Code: 
NS_ERROR_FAILURE (0x80004005)

Any idea ?</description>
		<content:encoded><![CDATA[<p>Hi, I have been trying to create a rawdisk on a LVM partition.<br />
However, I had the following error :</p>
<p>$ VBoxManage internalcommands createrawvmdk -filename ~/.VirtualBox/VM_1.vmdk -rawdisk /dev/mapper/vg-VM_1<br />
VBoxManage: error: Cannot open the raw disk &#8216;/dev/mapper/vg-VM_1&#8242;: VERR_ACCESS_DENIED<br />
VBoxManage: error: The raw disk vmdk file was not created</p>
<p>The command succeeds if I use sudo but the resulting vmdk file belongs to root.<br />
After some &#8216;chown&#8217; magic, VirtualBox failed adding this new disk.</p>
<p>Failed to open the hard disk /home/bertrand/.VirtualBox/VM_1.vmdk.<br />
The medium &#8216;~/.VirtualBox/VM_1.vmdk&#8217; can&#8217;t be used as the requested device type.<br />
Result Code:<br />
NS_ERROR_FAILURE (0&#215;80004005)</p>
<p>Any idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.parkingdenied.com/2009/05/15/cloning-vm%e2%80%99s-with-virtualbox-lvm/comment-page-1/#comment-517</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Fri, 03 Sep 2010 00:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.parkingdenied.com/?p=205#comment-517</guid>
		<description>I should note that you can do this from within VirtualBox with a bit of fiddling around using an immutable disk and then creating VM&#039;s from this and telling those differencing disks not to reset.</description>
		<content:encoded><![CDATA[<p>I should note that you can do this from within VirtualBox with a bit of fiddling around using an immutable disk and then creating VM&#8217;s from this and telling those differencing disks not to reset.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.parkingdenied.com/2009/05/15/cloning-vm%e2%80%99s-with-virtualbox-lvm/comment-page-1/#comment-510</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Mon, 14 Jun 2010 12:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.parkingdenied.com/?p=205#comment-510</guid>
		<description>No this is completely independent. It would be nice if it did but then it would be less cross platform :(</description>
		<content:encoded><![CDATA[<p>No this is completely independent. It would be nice if it did but then it would be less cross platform <img src='http://www.parkingdenied.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.parkingdenied.com/2009/05/15/cloning-vm%e2%80%99s-with-virtualbox-lvm/comment-page-1/#comment-509</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 23 Apr 2010 20:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.parkingdenied.com/?p=205#comment-509</guid>
		<description>Interesting article. Does VirtualBox support VM snapshots when using an LVM storage backend? i.e. if you click the snapshot button in the GUI will it actually work and generate an LVM snapshot along with the memory snapshot?</description>
		<content:encoded><![CDATA[<p>Interesting article. Does VirtualBox support VM snapshots when using an LVM storage backend? i.e. if you click the snapshot button in the GUI will it actually work and generate an LVM snapshot along with the memory snapshot?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.parkingdenied.com/2009/05/15/cloning-vm%e2%80%99s-with-virtualbox-lvm/comment-page-1/#comment-188</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Sat, 23 Jan 2010 10:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.parkingdenied.com/?p=205#comment-188</guid>
		<description>Whilst it is a fast way of getting VM&#039;s up and running it does rely on you keeping an eye on things so that your VM doesn&#039;t grow past the maximum space allocated for changes. So for short term testing its fine.

For more long term fun I&#039;ve been testing lessFS which does data de-duplication. So using the standard VirtualBox interface and VDI files and letting the filesystem do dedupe to save on space. Whilst not &quot;quite&quot; the same speed for building new VM&#039;s its a little nicer for long term VM storage. And the dedupe massively saves on disk if your VM&#039;s are similar operating systems.</description>
		<content:encoded><![CDATA[<p>Whilst it is a fast way of getting VM&#8217;s up and running it does rely on you keeping an eye on things so that your VM doesn&#8217;t grow past the maximum space allocated for changes. So for short term testing its fine.</p>
<p>For more long term fun I&#8217;ve been testing lessFS which does data de-duplication. So using the standard VirtualBox interface and VDI files and letting the filesystem do dedupe to save on space. Whilst not &#8220;quite&#8221; the same speed for building new VM&#8217;s its a little nicer for long term VM storage. And the dedupe massively saves on disk if your VM&#8217;s are similar operating systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre Dumont</title>
		<link>http://www.parkingdenied.com/2009/05/15/cloning-vm%e2%80%99s-with-virtualbox-lvm/comment-page-1/#comment-153</link>
		<dc:creator>Alexandre Dumont</dc:creator>
		<pubDate>Tue, 19 May 2009 13:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.parkingdenied.com/?p=205#comment-153</guid>
		<description>I&#039;ve just read this post, and although I have tryed it yet, I find it a really nice way of cloning VBox machines. No doubt it&#039;s also the fastest way of doing it.

I&#039;m also using VBox at home, on 2 boxes, one geing Vista, the other Opensolaris 2008.11 (hence why I choose VBox over VMware, for interoperability between those OSes).  In none of them I&#039;ll be able to do LVM snapshots, for obvious reason (no LVM support under Vista yet, neither in Opensolaris), but I think the same idea may probably be working with ZFS volumes and snapshots.
I&#039;ll try when time allows me to...

Thanks for sharing the idea!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just read this post, and although I have tryed it yet, I find it a really nice way of cloning VBox machines. No doubt it&#8217;s also the fastest way of doing it.</p>
<p>I&#8217;m also using VBox at home, on 2 boxes, one geing Vista, the other Opensolaris 2008.11 (hence why I choose VBox over VMware, for interoperability between those OSes).  In none of them I&#8217;ll be able to do LVM snapshots, for obvious reason (no LVM support under Vista yet, neither in Opensolaris), but I think the same idea may probably be working with ZFS volumes and snapshots.<br />
I&#8217;ll try when time allows me to&#8230;</p>
<p>Thanks for sharing the idea!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

