Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WSL persist mount #2

Open
thomasmarkrea opened this issue Feb 12, 2020 · 1 comment
Open

WSL persist mount #2

thomasmarkrea opened this issue Feb 12, 2020 · 1 comment

Comments

@thomasmarkrea
Copy link
Owner

create process to update /etc/fstab so A: drive mounted is persisted

initial mount:

# mount a drive
sudo mkdir /mnt/a
sudo mount -t drvfs A: /mnt/a

A: drive /etc/fstab record:

A: /mnt/a drvfs rw,relatime,case=off 0 0

https://superuser.com/questions/1293401/win-10-linux-subsystem-auto-mount-network-drives
microsoft/WSL#2636

@WSLUser
Copy link

WSLUser commented Apr 6, 2020

Use wsl.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants