Closed borjamunozf closed 7 months ago
Thank you @borjamunozf. Can you share full /logs of a repro ?
Hello! Could you please provide more logs to help us better diagnose your issue?
To collect WSL logs, download and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1
Set-ExecutionPolicy Bypass -Scope Process -Force
.\collect-wsl-logs.ps1
The scipt will output the path of the log file once done.
Once completed please upload the output files to this Github issue.
Click here for more info on logging
If you choose to email these logs instead of attaching to the bug, please send them to wsl-gh-logs@microsoft.com with the number of the github issue in the subject, and in the message a link to your comment in the github issue.
Thank you!
This issue has been automatically closed since it has not had any author activity for the past 7 days. If you're still experiencing this issue please re-file it as a new issue.
Thank you!
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1 Set-ExecutionPolicy Bypass -Scope Process -Force
Hello, I'm having a similar issue.
I ran wsl --update (i can't recall how old it was before)
and now debian won't mount using drvfs
when I start debian:
`<3>WSL (113) ERROR: CreateProcessParseCommon:711: Failed to translate C:\Users\Tiago
<3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\WINDOWS\system32 <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\WINDOWS <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\WINDOWS\System32\Wbem <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\WINDOWS\System32\WindowsPowerShell\v1.0\ <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\WINDOWS\System32\OpenSSH\ <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\ProgramData\chocolatey\bin <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\ <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\Program Files\dotnet\ <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\Program Files (x86)\dotnet\ <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\Program Files\Microsoft VS Code\bin <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\Program Files\Portugal Identity Card\ <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\Users\Tiago\AppData\Local\Microsoft\WindowsApps <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\Program Files\JetBrains\PyCharm Community Edition 2019.2.5\bin <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\Program Files\JetBrains\PyCharm 2019.2.5\bin <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\Users\Tiago\OneDrive\Documents\WindowsPowerShell\Scripts <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\Users\Tiago\bin <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\Users\Tiago\AppData\Local\GitHubDesktop\bin <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\Users\Tiago\AppData\Local\Programs\Lens\resources\cli\bin <3>WSL (113) ERROR: UtilTranslatePathList:2866: Failed to translate C:\Users\Tiago\AppData\Local\Microsoft\WinGet\Packages\Gyan.FFmpeg_Microsoft.Winget.Source_8wekyb3d8bbwe\ffmpeg-6.0-full_build\bin Processing fstab with mount -a failed. Failed to mount C:\, see dmesg for more details. Failed to mount P:\, see dmesg for more details. cusco@DESKTOP-FFKGGLD:~$ sudo mount -t drvfs C: /mnt/c <3>WSL (209) ERROR: UtilCreateProcessAndWait:665: /bin/mount failed with 2 <3>WSL (208) ERROR: UtilCreateProcessAndWait:6 [WslLogs-2024-06-11_16-48-45.zip](https://github.com/user-attachments/files/15791677/WslLogs-2024-06-11_16-48-45.zip) 87: /bin/mount failed with status 0xff00`
Windows Version
10.0.22631.3007
WSL Version
2.0.14
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.133.1-1
Distro Version
Ubuntu 22.04
Other Software
No response
Repro Steps
Created launch config in Windows Terminal for Ubuntu 22 with the following:
Start distro.
Expected Behavior
Actual Behavior
It's true that overall it can be mounted running afterwards
sudo mount -a
Diagnostic Logs
dmesg shows an error about not being able to find any disk with LABEL=workspace
Full dmesg