Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

623
Vistas
how to move workspace(a simple project) from windows file system (/mnt/) to linux (~/home)

I am developing a Django project (nothing) and trying to use using WSL2.

so if I use the Ubuntu Terminal from Windows to create a project and try running it in VScode, I got this little message,

enter image description here

I just don't know how to do that at all,

it's the first time I tried to use WSL2 (which is awesome), if someone could help, thank you very much.

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

If you have your project in some mounted folder -> linux path starting with /mnt/ e.g. /mnt/c/Users/rasto/Desktop/some_folder/my_project/

When you open VS Code in this directory (via running command code . or opening the VS Code from windows) you get the warning:

This workspace is on the Windows file system (/mnt/). For best performance, we recommend moving the workspace to the Linux file system (~/home).

The solution is easy -> move/copy the project folder to ~/my_project/ directory:

In WSL terminal:

Recursively copy all files from source-path to destination-path and if the folder ~/my_project/ does not exists, it will be created

 cp -R /mnt/c/Users/rasto/Desktop/some_folder/my_project/ ~/my_project

Move to the directory in your terminal

cd ~/my_project

And open VS Code from console with

code .

Note: To open VS Code from terminal you must have installe extension Remote Development extension pack

Note2: To access the linux folder from windows file explorer just right click in VS Code explorer and Reveal in explorer or with the path like: \\wsl$\Ubuntu-18.04\home\rasto\my_projects

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda