I just have tried
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?
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>
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?