- Move to version 1 on wsl
wsl --set-version 1
- Set correct gateway using this article
The command is
mkdir longtitleproject && cd $_
In bash, the $_ variable is the last argument given to the previous command. In this case, the name of the directory you just created.
/mnt or any other directory, using e.g.sudo mount /dev/sda10 /mnt/nixx/
Read more…sudo pacman -S libtool gcc gcc-libs
Reference: stackexchange