So I found this snippet on the web for attaching a disk to a virtual machine:

<disk type='block' device='disk'>
  <driver name='qemu' type='raw' />
  <source dev='/dev/md/storage' />
  <target dev='vdb' bus='virtio' />
</disk>

This will work for a linux guest I think, but what about windows? I have an 
NTFS partition I wish to attach directly to the windows vm without having to go 
through samba. Any tips/tricks?

_______________________________________________
Blinux-list mailing list
Blinux-list@redhat.com
https://listman.redhat.com/mailman/listinfo/blinux-list

Reply via email to