<?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>WiredRevolution.com &#187; disk image</title>
	<atom:link href="http://www.wiredrevolution.com/tag/disk-image/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiredrevolution.com</link>
	<description>A Bit of Linux Wisdom</description>
	<lastBuildDate>Wed, 18 Jan 2012 22:45:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Clone a VirtualBox Guest VM</title>
		<link>http://www.wiredrevolution.com/virtualbox/clone-a-virtualbox-guest-vm?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=clone-a-virtualbox-guest-vm</link>
		<comments>http://www.wiredrevolution.com/virtualbox/clone-a-virtualbox-guest-vm#comments</comments>
		<pubDate>Mon, 13 Sep 2010 14:23:20 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[disk image]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[guest]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[IP address]]></category>
		<category><![CDATA[mac address]]></category>
		<category><![CDATA[static IP]]></category>
		<category><![CDATA[VBoxManage]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1279</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/virtualbox-icon.png" width="91" height="100" alt="" title="virtualbox" /><br/>Having a clone of a particular VM is helpful whether you want to keep a backup vanilla image to use in the future, or create a cluster of identical machines that can run in parallel. This process is not well documented and can be slightly tricky. Hopefully this guide will help many of you through [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/virtualbox/setup-ssh-access-between-virtualbox-host-and-guest-vms' rel='bookmark' title='Permanent Link: Setup SSH access between VirtualBox Host and Guest VMs'>Setup SSH access between VirtualBox Host and Guest VMs</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/mount-a-virtualbox-shared-folder-inside-a-guest-vm' rel='bookmark' title='Permanent Link: Mount a VirtualBox shared folder inside a guest VM'>Mount a VirtualBox shared folder inside a guest VM</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/setup-usb-support-in-oracle-virtualbox' rel='bookmark' title='Permanent Link: Setup USB support in Oracle VirtualBox'>Setup USB support in Oracle VirtualBox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/virtualbox-icon.png" width="91" height="100" alt="" title="virtualbox" /><br/><p>Having a clone of a particular VM is helpful whether you want to keep a backup vanilla image to use in the future, or create a cluster of identical machines that can run in parallel. This process is not well documented and can be slightly tricky. Hopefully this guide will help many of you through the process.</p>
<p>First off make sure your Guest virtual machine is shut down and <strong>not running or suspended</strong> and then run:<br />
<code>$ VBoxManage clonevdi source.vdi target.vdi</code></p>
<p>This may take a few minutes depending on the size of your VM<br />
<code>Oracle VM VirtualBox Command Line Management Interface Version 3.2.8<br />
(C) 2005-2010 Oracle Corporation<br />
All rights reserved.<br />
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%<br />
Clone hard disk created in format 'VDI'. UUID: c18b8549-33ab-41a1-8d66-25f884fef86a<br />
</code></p>
<p>Now that you have cloned your disk image, you need to create another VM. Duplicate the exact setup you had with the previous VM, making sure to create the same network adapters, shared folders, memory limits, etc. </p>
<p>The final step is to attach the cloned vdi to your new VM and start it.</p>
<p><strong>Common Issues:</strong></p>
<p>- VirtualBox will create new random MAC addresses for network adapters. This may or may not cause a problem. If it does you will have to reconfigure the device within the cloned VM if you want to use the old and cloned VM simultaneously, otherwise you can change the MAC address to be the same as the original.</p>
<p>- You may want to change the hostname as well as the IP address if it is statically allocated. Again if you are not running multiple machines simultaneously this may not be a problem for you. </p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/virtualbox/setup-ssh-access-between-virtualbox-host-and-guest-vms' rel='bookmark' title='Permanent Link: Setup SSH access between VirtualBox Host and Guest VMs'>Setup SSH access between VirtualBox Host and Guest VMs</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/mount-a-virtualbox-shared-folder-inside-a-guest-vm' rel='bookmark' title='Permanent Link: Mount a VirtualBox shared folder inside a guest VM'>Mount a VirtualBox shared folder inside a guest VM</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/setup-usb-support-in-oracle-virtualbox' rel='bookmark' title='Permanent Link: Setup USB support in Oracle VirtualBox'>Setup USB support in Oracle VirtualBox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/virtualbox/clone-a-virtualbox-guest-vm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to mount an ISO disk image</title>
		<link>http://www.wiredrevolution.com/system-administration/how-to-mount-an-iso-disk-image?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-mount-an-iso-disk-image</link>
		<comments>http://www.wiredrevolution.com/system-administration/how-to-mount-an-iso-disk-image#comments</comments>
		<pubDate>Thu, 12 Mar 2009 17:48:40 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[system administration]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[disk image]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[loopback]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[mount point]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=991</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/sysadmin_icon.png" width="80" height="94" alt="" title="system administration" /><br/>An ISO image is an archive file (disk image) of an optical disc using a conventional ISO (International Organization for Standardization) format. ISO image files typically have a file extension of .ISO. Many times is convenient to mount an ISO file directly instead of burning it to a CD first. Not only does this save [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/system-administration/creating-a-windows-boot-disk-with-a-linux-machine' rel='bookmark' title='Permanent Link: Creating a Windows Boot Disk with a Linux Machine'>Creating a Windows Boot Disk with a Linux Machine</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/share-a-remote-filesystem-over-ssh' rel='bookmark' title='Permanent Link: Share a remote filesystem over SSH'>Share a remote filesystem over SSH</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/mount-a-virtualbox-shared-folder-inside-a-guest-vm' rel='bookmark' title='Permanent Link: Mount a VirtualBox shared folder inside a guest VM'>Mount a VirtualBox shared folder inside a guest VM</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/sysadmin_icon.png" width="80" height="94" alt="" title="system administration" /><br/><p>An ISO image is an archive file (disk image) of an optical disc using a conventional ISO (International Organization for Standardization) format. ISO image files typically have a file extension of .ISO.</p>
<p>Many times is convenient to mount an ISO file directly instead of burning it to a CD first. Not only does this save on wasted CDs/DVDs, but allows much faster access to the ISO since it is on the hard disk itself.</p>
<p>Create the directory or mount point for the ISO.</p>
<pre>
$ sudo mkdir -p /mnt/disk
</pre>
<p>Use the mount command to mount the ISO</p>
<pre>
$ sudo mount -o loop disk_image.iso /mnt/disk
</pre>
<p>A loop device is a pseudo-device that makes a file accessible as a block device. You can now access the files within the ISO as you would a normal disk at the mount point &#8216;/mnt/disk&#8217;.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/system-administration/creating-a-windows-boot-disk-with-a-linux-machine' rel='bookmark' title='Permanent Link: Creating a Windows Boot Disk with a Linux Machine'>Creating a Windows Boot Disk with a Linux Machine</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/share-a-remote-filesystem-over-ssh' rel='bookmark' title='Permanent Link: Share a remote filesystem over SSH'>Share a remote filesystem over SSH</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/mount-a-virtualbox-shared-folder-inside-a-guest-vm' rel='bookmark' title='Permanent Link: Mount a VirtualBox shared folder inside a guest VM'>Mount a VirtualBox shared folder inside a guest VM</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/system-administration/how-to-mount-an-iso-disk-image/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Windows Boot Disk with a Linux Machine</title>
		<link>http://www.wiredrevolution.com/system-administration/creating-a-windows-boot-disk-with-a-linux-machine?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-a-windows-boot-disk-with-a-linux-machine</link>
		<comments>http://www.wiredrevolution.com/system-administration/creating-a-windows-boot-disk-with-a-linux-machine#comments</comments>
		<pubDate>Mon, 17 Nov 2008 12:36:27 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[system administration]]></category>
		<category><![CDATA[boot disk]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[disk image]]></category>
		<category><![CDATA[floppy disk]]></category>
		<category><![CDATA[self extracting exe]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=672</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/sysadmin_icon.png" width="80" height="94" alt="" title="system administration" /><br/>The standard way to create a Windows boot disk is to have access to a Windows system. If you have access to a Linux system instead, and know a couple tricks, you can create boot disk as well. The first thing to do is find a website that has the boot disks available for download. [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/system-administration/how-to-mount-an-iso-disk-image' rel='bookmark' title='Permanent Link: How to mount an ISO disk image'>How to mount an ISO disk image</a></li>
<li><a href='http://www.wiredrevolution.com/windows/find-the-mac-address-on-a-windows-machine' rel='bookmark' title='Permanent Link: Find the MAC address on a Windows machine'>Find the MAC address on a Windows machine</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/install-the-grub-boot-loader-to-the-mbr' rel='bookmark' title='Permanent Link: Install the GRUB boot loader to the MBR'>Install the GRUB boot loader to the MBR</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/sysadmin_icon.png" width="80" height="94" alt="" title="system administration" /><br/><p>The standard way to create a Windows boot disk is to have access to a Windows system.  If you have access to a Linux system instead, and know a couple tricks, you can create boot disk as well.</p>
<p>The first thing to do is find a website that has the boot disks available for download.  There are plenty of these out there so take your pick. The only thing you must specifically do is make sure that you download the <strong>disk image</strong> and not a <strong>self extracting executable</strong> file which must be run under Windows.</p>
<p>If the image is zipped unzip it.</p>
<pre>
$ unzip cdboot1.zip
</pre>
<pre>
Archive:  cdboot1.zip
  inflating: CDBOOT1.IMG
</pre>
<p>Check that the disk image is the correct size.</p>
<pre>
$ ls -lh CDBOOT1.IMG
</pre>
<pre>
-r--r--r-- 1 ryan ryan 1.5M 1999-12-07 12:00 CDBOOT1.IMG
</pre>
<p>Finally, you will use the <strong>dd</strong> command to copy the disk image to a blank floppy disk.</p>
<pre>
$ dd if=CDBOOT1.IMG of=/dev/fd0
</pre>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/system-administration/how-to-mount-an-iso-disk-image' rel='bookmark' title='Permanent Link: How to mount an ISO disk image'>How to mount an ISO disk image</a></li>
<li><a href='http://www.wiredrevolution.com/windows/find-the-mac-address-on-a-windows-machine' rel='bookmark' title='Permanent Link: Find the MAC address on a Windows machine'>Find the MAC address on a Windows machine</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/install-the-grub-boot-loader-to-the-mbr' rel='bookmark' title='Permanent Link: Install the GRUB boot loader to the MBR'>Install the GRUB boot loader to the MBR</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/system-administration/creating-a-windows-boot-disk-with-a-linux-machine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

