Closed Civon closed 1 week ago
Learn Build status updates of commit d08a15a:
File | Status | Preview URL | Details |
---|---|---|---|
WSL/disk-space.md | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
FYR: I may also need to close Docker Desktop(on Windows) to not getting error _Wsl/Service/CreateInstance/MountVhd/HCS/ERROR_SHARINGVIOLATION while running next command wsl.exe sudo e2fsck -f /dev/sdc
Learn Build status updates of commit c62fceb:
File | Status | Preview URL | Details |
---|---|---|---|
WSL/disk-space.md | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
Good update - thank you!
This PR addresses the issue where the first attempt to run wsl --shutdown using an unprivileged PowerShell fails.
Steps to Reproduce
wsl.exe --shutdown
.Solution
Run the command in a privileged PowerShell session.