3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

usbipd: error: The 'wsl' subcommand has been removed.

Last updated at Posted at 2023-12-20

usbipd: error: The 'wsl' subcommand has been removed.

WSL2からUSBデバイスを参照できるようにするため、usbipdを利用しようとしていた時に遭遇したエラー。
エラー内にある、Microsoftの公式ページがまだ更新されていないようだったので記事にしました。

「usbipd wsl list」が実行できない

事象としては単純で、usbipdにサブコマンドとしてwslを指定して実行するのがこれまでの手法だったのですが、wslのサブコマンドが廃止されたそうです。

PowerShell
usbipd wsl list
error
usbipd: error: The 'wsl' subcommand has been removed. Learn about the new syntax at https://learn.microsoft.com/windows/wsl/connect-usb#attach-a-usb-device.

ではどうすればいいのかというと、wslを抜くだけです。

PowerShell
usbipd list

なお、エラー内にあるURL先のMicrosoftの公式ページでは、まだ旧コマンドになっており、参考にするともちろんエラーになります。

image.png

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?