VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/cloningvdis.dita@ 105300

Last change on this file since 105300 was 105300, checked in by vboxsync, 9 months ago

FE/Qt: bugref:10705. More white space fixes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="cloningvdis">
4 <title>Cloning Disk Images</title>
5
6 <body>
7 <p> You can duplicate hard disk image files on the same host to quickly produce a second virtual
8 machine with the same OS setup. However, you should <i>only</i> make copies of virtual disk
9 images using the utility supplied with <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. See <xref
10 href="vboxmanage-clonemedium.dita"/>. This is because <ph conkeyref="vbox-conkeyref-phrases/product-name"/> assigns a UUID to
11 each disk image, which is also stored inside the image, and <ph conkeyref="vbox-conkeyref-phrases/product-name"/> will refuse
12 to work with two images that use the same number. If you do accidentally try to reimport a
13 disk image which you copied normally, you can make a second copy using the
14 <userinput>VBoxManage clonevm</userinput> command and import that instead. </p>
15 <p>
16 Note that Linux distributions identify the boot hard disk from the
17 ID of the drive. The ID <ph conkeyref="vbox-conkeyref-phrases/product-name"/> reports for a drive is
18 determined from the UUID of the virtual disk image. So if you
19 clone a disk image and try to boot the copied image the guest
20 might not be able to determine its own boot disk as the UUID
21 changed. In this case you have to adapt the disk ID in your boot
22 loader script, for example
23 <filepath>/boot/grub/menu.lst</filepath>. The disk ID looks like
24 the following:
25 </p>
26 <pre xml:space="preserve">scsi-SATA_VBOX_HARDDISK_VB5cfdb1e2-c251e503</pre>
27 <p>
28 The ID for the copied image can be determined as follows:
29 </p>
30 <pre xml:space="preserve">hdparm -i /dev/sda</pre>
31 </body>
32
33</topic>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette