-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WSL can not access mounted drives #11079
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
Closed similar issues:
|
thank you bot. this looks like a dupe of #10792 |
Windows Version
Microsoft Windows [Version 10.0.22631.3007]
WSL Version
2.0.9.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.133.1-1
Distro Version
Ubuntu 22.04.3 LTS
Other Software
No response
Repro Steps
Create a DevDrive in spare space on a local disk in windows.
Mount the drive under a path (e.g.
c:\workarea
)e.g. ->
cd
toc:\workarea
start wsl (e.g.
bash
)Expected Behavior
the bash command is started in the dev drive mounted directory e.g.
/mnt/c/workarea/
Actual Behavior
<3>WSL (1159) ERROR: CreateProcessEntryCommon:493: chdir(/mnt/c/workarea) failed 5
the cwd is set to
/
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: