UNRAID 安裝 Windows XP 需要掛載的驅動 VirtIO Floppy img

直接下載

http://forum.ubuntu.org.cn/download/file.php?id=105340&sid=4c7521521674e46b753d7ee5e9791343

編輯 VM XML

加入以下(/path/to/your改成img的實際路徑)

<disk type=’file’ device=’floppy’>

    <source file=’/path/to/your/viostor-31-03-2010-floppy.img’/>

    <target dev=’fda’/>

</disk>