Skip to content

Instantly share code, notes, and snippets.

@GiovanniGrieco
Created February 26, 2022 12:12
Show Gist options
  • Save GiovanniGrieco/df1d216732a4ad35edfce46e0fd6ac1a to your computer and use it in GitHub Desktop.
Save GiovanniGrieco/df1d216732a4ad35edfce46e0fd6ac1a to your computer and use it in GitHub Desktop.
Enable filesystem metadata on WSL2
# Place this file in /etc/wsl.conf, then reboot WSL VM via the following command
# PS> wsl --shutdown
# (then open a new WSL2 terminal session)
#
[automount]
enabled = true
options = metadata
mountFsTab = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment