I am able to mount my ext4 partition in wsl-2 using the following command in powershell:
wsl --mount \\.\PHYSICALDRIVE4 --partition 1
However when I either restart my computer or run wsl --restart
the partition is unmounted and I have to run the above command again. Is there a way of automounting the partition?
Thanks.