2 qemu floppy virtual-machine linux-kvm libvirt
假设我有 floppy.vfd 映像。
我应该如何填写 xml 文件才能附加软盘映像?我有类似的模板
<disk type='*' device='*'>
<device name='*' type='*'/>
<target dev='*' bus='*'/>
</disk>
Run Code Online (Sandbox Code Playgroud)
是的,我在网上搜索了有关附加软盘的信息,但没有找到,甚至在 libvirt.org 上也是如此
小智 5
你需要device=floppy,dev=fda和bus=fdc, 例如
<disk type='file' device='floppy'>
<source file='/var/lib/libvirt/images/floppy.vfd'/>
<target dev='fda' bus='fdc'/>
</disk>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3086 次 |
| 最近记录: |