Directorio grabable mundial inseguro /mnt/c en PATH, modo 040777 en vagrant

Directorio grabable mundial inseguro /mnt/c en PATH, modo 040777 en vagrant

Estoy intentando ejecutar vagrant up en el subsistema Windows Linux y aparece este error.

/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

Ya intenté eliminar y reinstalar vagrant y ese no es el problema. estaba haciendo

chmod go-w /mnt/c

para cada mundo inseguro se puede escribir, pero para /mnt/c este comando no funciona. ¿Alguien me puede ayudar?

También ya intenté hacer

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

en etc/wsl.conf hay un archivo que creé y no funcionó. Ni siquiera puedo emitir ssh vagabundo.

información relacionada