# Mount host volumes in WSL2

Add the following to `/etc/wsl.conf`

```bash
[automount]
options = "metadata"

```