LoginSignup
21
20

More than 5 years have passed since last update.

WSLでSDカードをマウントする

Posted at

SDカードがD:ドライブの前提です

マウントポイントが無い場合は作成する

sudo mkdir /mnt/d

マウントする

sudo mount -t drvfs D: /mnt/d

アンマウントするには

sudo umount /mnt/d
21
20
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
21
20