aboutsummaryrefslogtreecommitdiff
path: root/lvm.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-10 19:26:11 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-10 19:26:11 +0200
commit893eea56214e82c8a5b54f51deae7bd4a638f392 (patch)
treedee2c1182a3e5f1c486ff4493c0990f4f493064c /lvm.wiki
parentmån 10 okt 2022 19:24:15 CEST (diff)
parentmån 10 okt 2022 15:20:41 CEST (diff)
downloadwiki-public-893eea56214e82c8a5b54f51deae7bd4a638f392.tar.gz
wiki-public-893eea56214e82c8a5b54f51deae7bd4a638f392.tar.xz
Merge branch 'master' of git.hornquist.se:git/wiki-public
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`
+