PATH의 안전하지 않은 세계 쓰기 가능 디렉토리 /mnt/c, vagrant의 모드 040777

PATH의 안전하지 않은 세계 쓰기 가능 디렉토리 /mnt/c, vagrant의 모드 040777

Windows Linux 하위 시스템에서 vagrant up을 발행하려고 하는데 이 오류가 나타납니다.

/opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/util/which.rb:37: warning: Insecure world writable dir /mnt/c in PATH, mode 040777
Vagrant failed to initialize at a very early stage:

Vagrant is unable to use the VirtualBox provider from the Windows Subsystem for
Linux without access to the Windows environment. Enabling this access must be
done with caution and an understanding of the implications. For more information
on enabling Windows access and using VirtualBox from the Windows Subsystem for
Linux, please refer to the Vagrant documentation:

  https://www.vagrantup.com/docs/other/wsl.html

이미 vagrant를 제거하고 다시 설치하려고 시도했지만 문제가 아닙니다. 나는하고 있었다

chmod go-w /mnt/c

모든 안전하지 않은 세계에 쓰기 가능하지만 /mnt/c에 대해서는 이 명령이 작동하지 않습니다. 누군가 나를 도와줄 수 있나요?

또한 나는 이미 시도했습니다

[automount]
options="metadata,umask=0033"

etc/wsl.conf에서 내가 만든 파일이 작동하지 않았습니다. 방랑하는 SSH를 발행할 수도 없습니다.

관련 정보