You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# On PowerShell side:> usbipd list
Connected:
BUSID VID:PID DEVICE STATE
4-3 0951:1666 USB-masslagringsenhet Attached
4-11 0489:e0e2 MediaTek Bluetooth Adapter Not shared
4-14 1e71:300c NZXT Kraken Elite, USB-enhet Not shared
4-16 0b05:19af AURA LED Controller, USB-enhet Not shared
6-1 05ac:024f USB-enhet Not shared
6-3 048d:8295 USB-enhet Not shared
6-6 0bda:1100 USB-enhet Not shared
Persisted:
GUID
# On WSL2 (Ubuntu) side:> lsblk
NAME
MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 388.4M 1 disk
sdb 8:16 0 8G 0 disk [SWAP]
sdc 8:32 0 1T 0 disk /mnt/wslg/distro
/
> lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50 Kyson
If I do a wsl --shutdown the usbipd list command shows the device is Shared again (as opposed to Attached) so restarting WSL does not work. I am using the latest Ubuntu and WSL kernel release.
Why can I not see the USB device under lsblk so that I can mount it under /media/?
The text was updated successfully, but these errors were encountered:
If I do a
wsl --shutdown
theusbipd list
command shows the device isShared
again (as opposed toAttached
) so restarting WSL does not work. I am using the latest Ubuntu and WSL kernel release.Why can I not see the USB device under
lsblk
so that I can mount it under/media/
?The text was updated successfully, but these errors were encountered: