Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
web:eclipse [2025/06/23 14:04] – [Java] Bernard Condrauweb:eclipse [2025/12/03 16:12] (current) – [WSL Settings] Bernard Condrau
Line 14: Line 14:
 ===== WSL Settings ===== ===== WSL Settings =====
   - To change the default setting of WSL (WSL1/WSL2) to allow file permissions on mounted Windows drives add the file ''wsl.conf'' with the following content to ''/etc'' in your linux distro:<code>[automount]   - To change the default setting of WSL (WSL1/WSL2) to allow file permissions on mounted Windows drives add the file ''wsl.conf'' with the following content to ''/etc'' in your linux distro:<code>[automount]
-options="metadata"</code>+options="metadata,umask=22,fmask=11"</code>
   - Stop wsl from the Windows command line:<code>wsl --shutdown [OR] wsl -t NAME</code>   - Stop wsl from the Windows command line:<code>wsl --shutdown [OR] wsl -t NAME</code>
   - Start wsl from the Windows command line:<code>wsl [OR] wsl --distribution NAME</code>   - Start wsl from the Windows command line:<code>wsl [OR] wsl --distribution NAME</code>