You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Machines do not start on a "wslfs"/"lxfs" filesystem, which is what Windows Subsystem for Linux version 1 uses. WSLv2 is unaffected because it uses ext4.
To Reproduce
Steps to reproduce the behavior:
Try to start a machine on WSL version 1
Expected behavior
The machine starts.
Proposed solution
If it is not possible to provide support for WSLv1, add a check for WSL version in check_configuration.sh and error when trying to start machines on version 1, telling the user to upgrade to version 2.
The text was updated successfully, but these errors were encountered:
Describe the bug
Machines do not start on a "
wslfs
"/"lxfs
" filesystem, which is what Windows Subsystem for Linux version 1 uses. WSLv2 is unaffected because it usesext4
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The machine starts.
Proposed solution
If it is not possible to provide support for WSLv1, add a check for WSL version in
check_configuration.sh
and error when trying to start machines on version 1, telling the user to upgrade to version 2.The text was updated successfully, but these errors were encountered: