WhitewaterFoundry / Fedora-Remix-for-WSL

Fedora Remix for Windows Subsystem for Linux.
Other
698 stars 51 forks source link

ln: failed to create symbolic link '/home/.../winhome' -> '': No such file or directory #68

Open norbread2003 opened 4 years ago

norbread2003 commented 4 years ago

image It will show every time when starting. F drive is controlled by IT, which is set as the default cmd loc but cannot be accessed.

crramirez commented 4 years ago

Hello,

We will make a patch so at least you won't see the error message.

Thank you for reporting

patrick330602 commented 4 years ago

Hi, could you show the result of echo %HOMEDRIVE% from an opened Command Prompt? thanks!

mgjadoul commented 4 years ago

Hello, Same issue and same reasons. H: is managed by IT and is my home. H is certainly a network drive.

H:>echo %HOMEDRIVE% H:

crramirez commented 3 years ago

The fix for it is to change %HOMEDRIVE%%HOMEPATH% by %USERPROFILE% and make the corresponding tests