f56f4de801175a24dc95735714e98bdac6fc1e89
wsl2/\344\273\256\346\203\263\343\203\236\343\202\267\343\203\263\343\202\222\345\210\245\343\203\207\343\202\243\343\202\271\343\202\257\343\201\253\347\247\273\345\213\225\343\201\231\343\202\213.md
... | ... | @@ -0,0 +1,15 @@ |
1 | +[ubuntu - How to Move a Windows 10 WSL 2 Linux Distribution to Another Location - Stack Overflow](https://stackoverflow.com/questions/62533122/how-to-move-a-windows-10-wsl-2-linux-distribution-to-another-location) |
|
2 | + |
|
3 | +``` |
|
4 | +$ wsl --export Ubuntu-20.04 - | wsl --import Moved-Ubuntu-20.04 d:\wsl - |
|
5 | +``` |
|
6 | + |
|
7 | +名前を元に戻す。ただし、以下を実行すると**元のVMが消滅するので注意!!!** |
|
8 | + |
|
9 | +``` |
|
10 | +$ wsl --unregister Ubuntu-20.04 |
|
11 | +``` |
|
12 | + |
|
13 | +ディストロの名前変更方法について |
|
14 | + |
|
15 | +[windows subsystem for linux - How to change the name of a WSL distro to reflect the actual distro? - Super User](https://superuser.com/questions/1507237/how-to-change-the-name-of-a-wsl-distro-to-reflect-the-actual-distro) |
|
... | ... | \ No newline at end of file |