Skip to content

Instantly share code, notes, and snippets.

@AuruTus
Last active June 7, 2024 17:00
Show Gist options
  • Select an option

  • Save AuruTus/cdc2f3f6d8cd592754792dc1916eba7b to your computer and use it in GitHub Desktop.

Select an option

Save AuruTus/cdc2f3f6d8cd592754792dc1916eba7b to your computer and use it in GitHub Desktop.
WSL change virtual disk directories in Win

Remember to terminate the WSL distribution first

wsl --export Ubuntu-20.04 "D:\Hyper-V\wsl\Ubuntu_20_04\Ubuntu_20_04.tar"
wsl --unregister Ubuntu-20.04
wsl --import Ubuntu-20.04 "D:\Hyper-V\wsl\Ubuntu_20_04" "D:\Hyper-V\wsl\Ubuntu_20_04\Ubuntu_20_04.tar" --version 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment