aboutsummaryrefslogtreecommitdiff
path: root/lvm.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-06 18:46:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-06 18:46:57 +0200
commite8c6392ae59509c42a3e48fd9c5a32b472a0b5ef (patch)
treed57fdbd432a22a7bd16c81627d5b00b486a8c104 /lvm.wiki
parentons 5 okt 2022 22:23:55 CEST (diff)
downloadwiki-public-e8c6392ae59509c42a3e48fd9c5a32b472a0b5ef.tar.gz
wiki-public-e8c6392ae59509c42a3e48fd9c5a32b472a0b5ef.tar.xz
tor 6 okt 2022 18:46:57 CEST
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`
+