Changes

Jump to: navigation, search

OPS235 Lab 3 Braille

120 bytes added, 11:47, 24 February 2012
no edit summary
# Dump the XML for the virtual machine 'fedora1' into a file: <code>virsh dumpxml fedora1 >fedora1.xml</code>
# Examine the file to determine the structure.
# Add another virtual diskto the XML configuration file. Use the filename <code>/var/lib/libvirt/images/fedora1-1.img</code>.# Redefine the VM using the XML configuration file: <code>virsh define fedora1.xml</code>
# Create the tile <code>/var/lib/libvirt/images/fedora1-1.img</code> as an empty file with a size of 10G: <code>dd if=/dev/zero of=/var/lib/libvirt/images/fedora1-1.img bs=1G count=10</code>
# Start the VM.

Navigation menu