4.4. 在客户端中添加虚拟光驱或者 DVD 设备
To attach an ISO file to a guest while the guest is online use virsh
with the attach-disk
parameter.
- # virsh attach-disk
[domain-id] [source] [target] --driver file --type cdrom --mode readonly
The source
and target
parameters are paths for the files and devices, on the host and guest respectively. The source
parameter can be a path to an ISO file or the device from the /dev
directory.
当前内容版权归 fedoraproject 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 fedoraproject .