windows - wsl 非常慢的问题: yarn mount /mnt/c/
访问量: 67
refer to:
问题原因:wsl 2 对于windows的 /mnt/c 这样的文件系统访问就是超级慢。
解决办法:
1. 把目标文件夹copy到 wsl 的home目录下。就特别快了。 我的yarn start 从原来的2,分钟缩短到2秒 msfconsole也是一样
2. 使用上文链接中的软件。(我还没用。)
访问量: 67
refer to:
问题原因:wsl 2 对于windows的 /mnt/c 这样的文件系统访问就是超级慢。
解决办法:
1. 把目标文件夹copy到 wsl 的home目录下。就特别快了。 我的yarn start 从原来的2,分钟缩短到2秒 msfconsole也是一样
2. 使用上文链接中的软件。(我还没用。)