LoginSignup
0
0

More than 3 years have passed since last update.

WSL2のトラブルシューティングまとめ

Last updated at Posted at 2020-07-13

WSL2で/mnt/c や /mnt/d にアクセスすると IO Errorが表示される

WSL2の再起動をする

C:\Users\User>wsl2 --shutdown

(参考元)[https://qiita.com/melty12/items/285b65a5e8ef6aeebb39]

WSL2のterminal内で名前解決に失敗する(ホストが見つかりません問題)

#vim /etc/resolv.conf
nameserver 172.29.0.1 
↓
nameserver 8.8.8.8
0
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
0
0