WSL
WSL2 설치경로 변경 ( VHDX 파일 이동)
v처니v
2022. 4. 15. 16:01
1. move-wsl 받기
git clone https://github.com/pxlrbt/move-wsl
GitHub - pxlrbt/move-wsl: Easily move your WSL distros VHDX file to a new location.
Easily move your WSL distros VHDX file to a new location. - GitHub - pxlrbt/move-wsl: Easily move your WSL distros VHDX file to a new location.
github.com
2. wsl 선택 및 대상 경로 지정.

3. 개인 개정으로 시작 하기.
adduser [사용자]

4. windows terminal 에서 사용자로 로그인 하기.
wsl.exe -d [대상리눅스] -u [사용자]
