-
I have created a vhdx drive like this:
So that I can shared data between my wsl distros by just mount it with: Can I do the same with a podman container? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
we are looking at mounting options on windows, specifically wsl, this fall. @l0rd is this something that will get considered in your work? |
Beta Was this translation helpful? Give feedback.
-
What I'm end up doing right now is run mount /dev/sde /mnt/shared |
Beta Was this translation helpful? Give feedback.
What I'm end up doing right now is run
wsl.exe --mount --name shared --vhd C:\shared.vhdx
Then manually mount the shared disk inside a podman container
podman run -it --privileged ubuntu