https://github.com/arkane-systems/wsl-share-fs
Automatically share the filesystem of a distro with other WSL distros.
https://github.com/arkane-systems/wsl-share-fs
Last synced: 2 months ago
JSON representation
Automatically share the filesystem of a distro with other WSL distros.
- Host: GitHub
- URL: https://github.com/arkane-systems/wsl-share-fs
- Owner: arkane-systems
- License: gpl-3.0
- Created: 2021-07-11T20:28:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T21:27:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T13:54:14.774Z (4 months ago)
- Language: Makefile
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# wsl-share-fs
Automatically share the filesystem of a distro with other WSL distros.This is a systemd unit which automates the mounting of the distribution filesystem under the /mnt/wsl folder, which makes it available to other WSL distributions. It runs automatically when systemd starts. (See https://github.com/microsoft/WSL/issues/4654 for how this works.)
## Why?
Because I'm tired of doing it manually.
# Installation
1. Set up the WSL Transdebian repository [following the instructions here](https://arkane-systems.github.io/wsl-transdebian/), if you have not already done so.
2. `apt install wsl-share-fs`
3. Either restart WSL, or `sudo systemctl start wsl-share-fs`.