Hide Forgot
Description of problem: On a 450Go ext3 partion, I create a virtual disk og 20Go. When begining, virt-make-fs shrink the image file to 3.4Go And full the file until crash. Version-Release number of selected component (if applicable): libguestfs-tools-c-1.32.3-2.fc23.x86_64 How reproducible: several times Steps to Reproduce: 1. qemu-img create -f raw /mnt/dest/test.img 20Go 2. virt-format --partition -a /mnt/dest/test.img 3. virt-make-fs /mnt/org /dev/dest/test.img Actual results: disk full, crash et image file disappear Expected results: Additional info:
(In reply to arnaud.bougeard from comment #0) > Description of problem: > On a 450Go ext3 partion, I create a virtual disk og 20Go. > When begining, virt-make-fs shrink the image file to 3.4Go > And full the file until crash. > > Version-Release number of selected component (if applicable): > libguestfs-tools-c-1.32.3-2.fc23.x86_64 > > How reproducible: > several times > > Steps to Reproduce: > 1. qemu-img create -f raw /mnt/dest/test.img 20Go > 2. virt-format --partition -a /mnt/dest/test.img > 3. virt-make-fs /mnt/org /dev/dest/test.img ^^^ assuming you mean /mnt here Steps (1) and (2) do nothing. virt-make-fs creates the output disk, overwriting anything that is already there.
Hi Arnaud, can you please check Rich's questions in comment #1?
works fine with Richard advice