对于来宾计算机,我如何知道在 vm 中创建的文件(不是 VM 配置文件,而是我在使用 VM 时创建的实际文件)存储在主机上的位置?虚拟机的根目录映射到我的主机的哪个目录?
答案1
答案2
要从命令行获取信息(以 root 身份):
- 确定您要检查的域名:
# virsh list --all Id Name State ------------------------------ - lab_master1 shut off - lab_worker1 shut off - lab_worker2 shut off - rhel9.2 shut off
- 从域'获取文件位置信息RHEL9.2':
# virsh domstats rhel9.2 | grep path block.0.path=/var/lib/libvirt/images/rhel9.2.qcow2