This message was deleted.
# rancher-desktop
a
This message was deleted.
c
You might be able to attach and mount your disk to
rancher-desktop
wsl distro with something like
wsl --mount <DiskPath> --bare
https://learn.microsoft.com/en-us/windows/wsl/wsl2-mount-disk#mounting-a-partitioned-disk
Actually, that would be incorrect. You might need to manually mount your second disk in the
rancher-desktop
wsl distro via something like:
Copy code
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
125 Views