adamant-kite-43734
02/24/2023, 10:11 AMcurved-zebra-30454
02/24/2023, 4:56 PMrancher-desktop
wsl distro with something like wsl --mount <DiskPath> --bare
https://learn.microsoft.com/en-us/windows/wsl/wsl2-mount-disk#mounting-a-partitioned-diskcurved-zebra-30454
02/24/2023, 5:14 PMrancher-desktop
wsl distro via something like:
wsl -d rancher-desktop -u root sh -c "mkdir -p /mnt/d && mount -t drvfs d: /mnt/d"
replacing D:
with any drive letter that you would like to mount