This post will explain the process of connecting / mounting USB devices to Windows Linux Sub Systems
Mount removable media (e.g. E:)
$ sudo mkdir /mnt/e
$ sudo mount -t drvfs E: /mnt/e
Unmount
$ sudo umount /mnt/e
Send your comments and feedback to psrdotcom@gmail.com
No comments:
Post a Comment