root@kvmhost1:~# virsh snapshot-create win10test Fehler: Nicht unterstützte Konfiguration: Interner Snapshot für Disk vda nicht für Speicher-Typ raw unterstützt root@kvmhost1:~# _ Wichtige Einschränkung, deshalb ist Verzicht auf Thin-Pool keine Option! Allerdings: https://www.computerweekly.com/de/tipp/Die-Snapshot-Grundlagen-von-KVM-verstehen root@kvmhost1:~# lvcreate -s -n win10test_ss -L 10G kvmhd/win10test Logical volume "win10test_ss" created. root@kvmhost1:~# _ TO DO: Wie mit diesem Hilfs-LV Snapshot anlegen? Ansonsten so sieht es danach aus: root@kvmhost1:~# lvdisplay --- Logical volume --- LV Path /dev/kvmhd/win10test LV Name win10test VG Name kvmhd LV UUID Kv6eLM-dT42-P1TQ-ml0I-xGA2-qaB0-MKJYYB LV Write Access read/write LV Creation host, time kvmhost1, 2024-07-03 08:51:03 +0200 LV snapshot status source of win10test_ss [active] LV Status available # open 0 LV Size 64.00 GiB Current LE 16384 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:0 --- Logical volume --- LV Path /dev/kvmhd/winxptest LV Name winxptest VG Name kvmhd LV UUID RxjPxm-CEAc-P1Y7-jQYi-U49e-JGJ4-MbBaQK LV Write Access read/write LV Creation host, time kvmhost1, 2024-07-03 08:51:33 +0200 LV Status available # open 1 LV Size 20.00 GiB Current LE 5120 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:1 --- Logical volume --- LV Path /dev/kvmhd/win10test_ss LV Name win10test_ss VG Name kvmhd LV UUID hjzfqs-GVlA-8YhS-cHLH-BW8E-idEL-sWPxKm LV Write Access read/write LV Creation host, time kvmhost1, 2024-07-03 14:21:02 +0200 LV snapshot status active destination for win10test LV Status available # open 0 LV Size 64.00 GiB Current LE 16384 COW-table size 10.00 GiB COW-table LE 2560 Allocated to snapshot 0.00% Snapshot chunk size 4.00 KiB Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:4 root@kvmhost1:~# _ Für Clonezilla-Test diesen Snapshot wieder entfernt: root@kvmhost1:~# lvremove kvmhd/win10test_ss Do you really want to remove active logical volume kvmhd/win10test_ss? [y/n]: y Logical volume "win10test_ss" successfully removed. root@kvmhost1:~# _