However, the virtual machine cannot be started. Even if you try to reinstall the system, it will automatically shut down.Everything was normal before this accident. Most of the previously installed virtual machines are running normally at present, but after the failure occurs, an error is reported when creating a new virtual machine.you have to start the virtual machine before you can connect to it.
If you just want to delete the vm, do the following in a shell window:
rm /etc/pve/qemu-server/108.conf
rm /mnt/sdc/images/108/vm-108-disk-0.qcow2
If you're not able to delete the qcow2 file, your underlying disk is mounted read only. perform fsck -fy /mnt/sdc and reboot.
Looks like your physical disk is full or damaged and became read-only. What is the output ofWell,I think I found some reasons. When I deleted the virtual machine before, I did not delete the VM disk. Now when I try to delete the VM disk, the error message is that unlink '/mnt/sdc/images/108/vm-108-disk-0.qcow2' failed - Read only file system
df -h
? Are you sure /mnt/sdc is mounted on another drive and not filling up the root filesystem?