aboutsummaryrefslogtreecommitdiff
path: root/lvm.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.wiki')
-rw-r--r--lvm.wiki12
1 files changed, 12 insertions, 0 deletions
diff --git a/lvm.wiki b/lvm.wiki
index 8e408b1..7256573 100644
--- a/lvm.wiki
+++ b/lvm.wiki
@@ -1,3 +1,5 @@
+= Logical Volume Manager =
+
pvs :: physical volumes
lvs :: logical volumes
vgs :: volume groups
@@ -6,3 +8,13 @@ vgs :: volume groups
lvcreate -n vm-<hostname> -V 100G --thinpool lvpoolData VolGroup
Se även [[wn.private:adrift_space]]
+
+ WARNING: Sum of all thin volume sizes (500.00 GiB) exceeds the size of thin pool VolGroup/lvpoolData and the amount of free space in volume group (188.78 GiB).
+ WARNING: You have not turned on protection against thin pools running out of space.
+ WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
+ Logical volume "vm-mintkrokant" created.
+
+
+- `qemu-system-x86_64 -enable-kvm -m "2048" -usbdevice tablet -drive file=/dev/VolGroup/vm-mintkrokant,if=virtio,format=raw -drive file=/usr/net/os/linuxmint-20.3-cinnamon-64bit.iso,media=cdrom -boot d`
+- `qemu-system-x86_64 -enable-kvm -m "2048" -usbdevice tablet -drive file=/dev/VolGroup/vm-mintkrokant,if=virtio,format=raw`
+