Get back unused disk space from Ubuntu on WSL2
apt缓存清理
1 | sudo apt-get clean |
移除无用的多语言、日志、man、文档等
1 | sudo apt install localepurge |
垃圾文件清理
1 | rm -r ~/.local/share/Trash/info/ && rm -r ~/.local/share/Trash/files/ |
docker 清理
1 | 查看最大空间占用目录 |
清理完后,压缩wsl空间。diskpart操作有风险,注意备份ext4.vhdx
1 | 查看正在运行的wsl |