How to import in place vhdx WSL2 from a NAS with User credentials
I currently have a .vhdx file on my NAS of a distribution and I would like to be able to import and run the distribute from the NAS. Where I am currently at:
In PowerShell (administrator mode)
I have ran this command successfully:
wsl --import-in-place my_distro_name "path_to_my_vhdx_fileext4.vhdx"
and it imports just fine.
then when I run
wsl -d my_distro_name
I get the following error:
“Failed to attach disk ‘path_to_my_vhdx_fileext4.vhdx’ to WSL2: The user name or password is incorrect.”