Hi all.
I read a lot, but cannot find any information about how to passthrough a physical drive to vm.
Actually i need this to update firmware on it (crucial mx500).
passing /dev/disk/by-id (or by-path) shows in VM as qemu scsi harddisk or qemu harddisk (with sata not scsi).
but i need to see in vm it as physical drive like on host. is it really to do?
for linux there is no ability to make full trim and update firmware on crucial mx500 drives.
host is in other country now, so i cannot reach it to detach disk and make things with notebook.
returns
so i have to zeroout it, but as i read blkdiscard -z is not actually the same as trim.
thank you a lot.
I read a lot, but cannot find any information about how to passthrough a physical drive to vm.
Actually i need this to update firmware on it (crucial mx500).
passing /dev/disk/by-id (or by-path) shows in VM as qemu scsi harddisk or qemu harddisk (with sata not scsi).
but i need to see in vm it as physical drive like on host. is it really to do?
for linux there is no ability to make full trim and update firmware on crucial mx500 drives.
host is in other country now, so i cannot reach it to detach disk and make things with notebook.
Code:
blkdiscard -s /dev/sda
Code:
blkdiscard: /dev/sde: BLKSECDISCARD ioctl failed: Operation not supported
thank you a lot.
Last edited: