December 18, 20196 yr Hey I have deleted a Win10 VM that had 2 vDisk's attached. But the vdisk is stil there. the VM disk (where win10 was, is gone). How do i delete the 2 others vdisk's that was made for the win10 VM?
December 18, 20196 yr @iHoller open a console and navigate to the path of the specific VM. You should find the vdisk files in that specific folder. "domains" is the default share from Unraid where all the vdisks are stored separated in subfolders named the same like the VMs. If you have stored the vdisks somewhere else you have to adjust the path. cd /mnt/user/domains/VMNAME VMNAME is the name you gave the VM during setup. If you're not sure navigate to the domains folder and list the content with "ls". You should see a folder for each VM. Make sure you delete the correct folder/file. There is no way to recover from the following! if you're inside the folder list the files again and with the following you delete the vdisk: rm vdisk1.img Make sure the naming is right (vdisk1.img or vdisk2.qcow2 for example) If you're in the domains folder and want to delete a specific folder of a VM with all it's content type rm -rf /FOLDERNAME "-r" is for recursive and "f" for a folder. The folder and all of it's content will be gone! Again, make sure you delete the correct folder/file. There is no way to recover if you delete the wrong one and have no backup!
Archived
This topic is now archived and is closed to further replies.