ubuntu:kvm:add_disk_image
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:kvm:add_disk_image [2019/11/30 12:52] – [Attach the disk to the example virtual machine using virsh] peter | ubuntu: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 |
</ | </ | ||
Line 50: | Line 50: | ||
---- | ---- | ||
- | ===== Formatting | + | ===== Reboot |
- | 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 |
</ | </ | ||
+ | ---- | ||
- | ==== 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/ | For our example we use filesystem type 82 (linux/ | ||
+ | |||
+ | 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.1575118321.txt.gz · Last modified: 2020/07/15 09:30 (external edit)