User Tools

Site Tools


ubuntu:kvm:add_disk_image

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:kvm:add_disk_image [2019/11/30 12:50] – created peterubuntu:kvm:add_disk_image [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 29: Line 29:
  
 <code bash> <code bash>
-qemu-img create -f raw example-vm-swap.img 1G+sudo qemu-img create -f raw example-vm-swap.img 1G
 </code> </code>
  
Line 44: Line 44:
 We use virsh to attach the disk image **/var/lib/libvirt/images/example-vm-swap** as a **virtio** (**/dev/vdb**) disk to the domain (vm) **example-vm**. We use virsh to attach the disk image **/var/lib/libvirt/images/example-vm-swap** as a **virtio** (**/dev/vdb**) disk to the domain (vm) **example-vm**.
  
-The **--persistent** option updates the domain xml file with an element for the newly attached disk.+The **--<nowiki>persistent</nowiki>** option updates the domain xml file with an element for the newly attached disk.
  
 Note that if you already have a **/dev/vdb** disk you need to change **vdb** to a free device like **vdc** or **vdd**. Note that if you already have a **/dev/vdb** disk you need to change **vdb** to a free device like **vdc** or **vdd**.
Line 50: Line 50:
 ---- ----
  
-===== Formatting the disk =====+===== Reboot the Virtual Machine =====
  
-Execute these steps in your virtual machine.+Reboot so that the kernel sees the new disk.
  
-Reboot so that the kernel sees the new disk:+Execute this in the virtual machine.
  
 <code bash> <code bash>
-reboot+sudo reboot
 </code> </code>
  
 +----
  
-==== Partition the drive ====+===== Partition the drive =====
  
 Partition the drive with **cfdisk**. Partition the drive with **cfdisk**.
  
 For our example we use filesystem type 82 (linux/linux swap): For our example we use filesystem type 82 (linux/linux swap):
 +
 +Execute this in the virtual machine.
  
 <code bash> <code bash>
Line 85: Line 88:
 ---- ----
  
-==== Make the swap active ====+===== Make the swap active =====
  
 <code bash> <code bash>
ubuntu/kvm/add_disk_image.1575118230.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki