Skip to content
Discussion options

You must be logged in to vote

For what it's worth I found a solution in the Microsoft WSL webpages (https://learn.microsoft.com/en-us/windows/wsl/)

step 1 (in Powershell)
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

step 2 (in Powershell)
sudo mount -t drvfs D: /mnt/d

step 3 (in WSL)
cd /mnt/d
ls -al /mnt/d

I'd actually tried starting from step 2 unsuccessfully before finding out I had to do step 1 first (not obvious from the instructions), but I was finally able to view the 16TB external USB drive from WSL. I did notice access was quite slow, a simple ls taking up to 10 seconds to execute, so it doesn't fully solve my problem of running Linux executables that save fi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by flyenz0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant