So i managed to succesfully pass directly two NVME SSDs to a windows VM by adding
virtio1: /dev/disk/by-id/nvme-Samsung_SSD_960_EVO_250GB_S3ESNX0J226774E,size=244198584K
virtio2: /dev/disk/by-id/nvme-Samsung_SSD_950_PRO_512GB_S2GMNCAGB36660K,size=500107608K
to the VM.conf file
Trying to add the Physical CdRom by id doesnt work. VM doesnt start.
With the command
ls -l /dev/disk/by-id
i get to see my two DVD drives
ata-HL-DT-ST_BD-RE_BH16NS40_K8MD2LB1545 -> ../../sr0
ata-TSSTcorp_BDDVDW_SN-506BB_R90H6GTCB0024V -> ../../sr1
adding
virtio3 /dev/disk/by-id/ata-HL-DT-ST_BD-RE_BH16NS40_K8MD2LB1545
Listing Storage with
lshw -class disk -class storage
i can see their logial names:
the first CD-ROM has the following text listed
-scsi:0
physical id: 1
logical name: scsi1
capabilities: emulated
*-cdrom
description: DVD-RAM writer
product: BD-RE BH16NS40
vendor: HL-DT-ST
physical id: 0.0.0
bus info: scsi@1:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/sr0
version: 1.00
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=nodisc
Second CDROM
-scsi:1
physical id: 2
logical name: scsi2
capabilities: emulated
*-cdrom
description: DVD-RAM writer
product: BDDVDW SN-506BB
vendor: TSSTcorp
physical id: 0.0.0
bus info: scsi@2:0.0.0
logical name: /dev/sr1
version: SB00
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=nodisc
Adding the Logical name in the VM doesnt work as well.
virtio3: /dev/sr1
Doesnt also work.
How can i add my DVDroms to the VM ?
Can i add them at all without a media inserted ?
DO i need to passtrough directly their SATA ports ?
virtio1: /dev/disk/by-id/nvme-Samsung_SSD_960_EVO_250GB_S3ESNX0J226774E,size=244198584K
virtio2: /dev/disk/by-id/nvme-Samsung_SSD_950_PRO_512GB_S2GMNCAGB36660K,size=500107608K
to the VM.conf file
Trying to add the Physical CdRom by id doesnt work. VM doesnt start.
With the command
ls -l /dev/disk/by-id
i get to see my two DVD drives
ata-HL-DT-ST_BD-RE_BH16NS40_K8MD2LB1545 -> ../../sr0
ata-TSSTcorp_BDDVDW_SN-506BB_R90H6GTCB0024V -> ../../sr1
adding
virtio3 /dev/disk/by-id/ata-HL-DT-ST_BD-RE_BH16NS40_K8MD2LB1545
Listing Storage with
lshw -class disk -class storage
i can see their logial names:
the first CD-ROM has the following text listed
-scsi:0
physical id: 1
logical name: scsi1
capabilities: emulated
*-cdrom
description: DVD-RAM writer
product: BD-RE BH16NS40
vendor: HL-DT-ST
physical id: 0.0.0
bus info: scsi@1:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/sr0
version: 1.00
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=nodisc
Second CDROM
-scsi:1
physical id: 2
logical name: scsi2
capabilities: emulated
*-cdrom
description: DVD-RAM writer
product: BDDVDW SN-506BB
vendor: TSSTcorp
physical id: 0.0.0
bus info: scsi@2:0.0.0
logical name: /dev/sr1
version: SB00
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=nodisc
Adding the Logical name in the VM doesnt work as well.
virtio3: /dev/sr1
Doesnt also work.
How can i add my DVDroms to the VM ?
Can i add them at all without a media inserted ?
DO i need to passtrough directly their SATA ports ?