Hi all,
I met a problem when I passthrough the usb device that supports to insert two 3.5 inch hard disks.
I can successfully passthrough the usb device, verified by `lsusb` (the first line "JMicron ...")
However, the block device is not listed:
I tried stop and restart the vm, tried using both bus-port and vendor: product format. Still the same result. The hard disks is listed by `lsblk` in host when the vm is stopped.
Any inputs are welcome!
PVE version 5.4-3
More info about the guest vm:
(remove external links as new user is not allowed :~)
I met a problem when I passthrough the usb device that supports to insert two 3.5 inch hard disks.
I can successfully passthrough the usb device, verified by `lsusb` (the first line "JMicron ...")
Code:
root@ubuntu-vm:~# lsusb
Bus 003 Device 002: ID 152d:9561 JMicron Technology Corp. / JMicron USA Technology Corp.
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
However, the block device is not listed:
Code:
root@ubuntu-vm:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 10G 0 disk
└─sda1 8:1 0 10G 0 part /
sr0 11:0 1 883M 0 rom
I tried stop and restart the vm, tried using both bus-port and vendor: product format. Still the same result. The hard disks is listed by `lsblk` in host when the vm is stopped.
Any inputs are welcome!
PVE version 5.4-3
More info about the guest vm:
Code:
cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.2 LTS"
VERSION_ID="18.04"
HOME_URL="xxxx"
SUPPORT_URL="xxx"
BUG_REPORT_URL="xxx"
PRIVACY_POLICY_URL="xxx"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
Code:
uname -a
Linux ubuntu-vm 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Last edited: