Quantcast
Channel: Ubuntu Forums - Virtualisation
Viewing all articles
Browse latest Browse all 4211

is there any possibility to redirect whole HDD to kvm VM ?

$
0
0
I just have tried

Code:

<disk type='block' device='disk'>      <driver name='qemu' type='raw' cache='none'/>
      <source dev='/dev/sdc'/>
      <target dev='sda' bus='sata'/>
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
    </disk>

I see QEMU ... hdd in Virt Machine.

And it looks great. But I would like to get access to physical hdd under kvm VM - I would like to see name, model, smart data etc.
Also, maybe running dd or testdisk commands will be safe and possible
Is that possible?

Viewing all articles
Browse latest Browse all 4211

Trending Articles