2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

WSL上にドライブをマウントする

Posted at

はじめに

DropboxだったりpCloudだったりWSL側からも使いたいよね!

  • Linux側にクライアントは要らない。
  • Windows側にクライアントをインストールして使えるようにしておく。

呪文

  • WSLのデフォルトユーザ(uid=1000, gid=1000)でマウント
  • Windows側ではP:
  • マウント先は/mnt/p
    • 先に/mnt/pという空ディレクトリ作っておくこと
$ sudo mount -t drvfs -o noatime,uid=1000,gid=1000 p: /mnt/p
2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?