Created
February 26, 2022 12:12
-
-
Save GiovanniGrieco/df1d216732a4ad35edfce46e0fd6ac1a to your computer and use it in GitHub Desktop.
Enable filesystem metadata on WSL2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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