發表文章

目前顯示的是 3月, 2025的文章

VMware VM 打不開

肇因為實體機關機前未替 VM 關機或停機,雖然 VM 的狀態已是關機的了但開啓時會跳出錯誤而且無法開機。參考錯誤如下: Unable to change virtual machine power state: ?????? Cannot open the disk '/ path/to/foobar/VMname/VMname -cl1-000001.vmdk' or one of the snapshot disks it depends on. Module 'Disk' power on failed. Failed to start the virtual machine.  最簡單粗暴解法為刪除暫存檔, rm -r / path/to/foobar/VMname/ *.lck 當然未存的變更可能會丢失 。