Is usb supported on Bash on Ubuntu on Windows 10?

后端 未结 2 718
庸人自扰
庸人自扰 2020-12-23 12:26
  • I have no files or paths about usb on dev/
  • When I plug in a flash disk, nothing appears on dev/ or mnt/ or media/ about it.
  • sudo lsusb

2条回答
  •  北海茫月
    2020-12-23 12:37

    Edit:
    According to a blog post from Microsoft this feature is now fixed from build 16176 and forward.

    https://blogs.msdn.microsoft.com/wsl/2017/04/18/file-system-improvements-to-the-windows-subsystem-for-linux/

    There is no USB support at the moment. Only fixed disks will be mounted (automatically) in /mnt.

    Also other storage (other than auto-mounted fixed disks) are not supported, This includes CD-ROM drives, loopback devices and network shares.

    Here is a link to the developer feedback page: Unable to access USB devices from bash

提交回复
热议问题