You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problems and #7834 Like the problems encountered, the problem description is directly copied. According to the search, it is caused by the namespace. But I don't know how to solve it
In Windows Terminal (wsl env), I used sshfs to mount the home directory of my dev server into wsl:
sshfs -d -o allow_other [email protected]:/home/ryan /ryan_server/ -o nonempty,reconnect,identityfile=/.ssh/id_rsa
After cmd succeeded, I was able to see the content via bash cmd, like ls -al
But still, I cannot find anything via explorer.exe in Windows;
Expected Behavior
What the resource manager can see should be consistent with bash CMD
Actual Behavior
Nothing shown.
Here is another try that might help to locate the root cause:
I copied a file from windows into the empty directory, it can be found in explorer.exe, but cannot be found in the mounted directory via terminal;
But after un-mounted, the copied file shows up in terminal;
Hence, I suspect that my Windows cannot correctly recognize mount point, but treat them as ordinary directory.
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered:
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.
Version
Microsoft Windows [版本 10.0.22621.160]
WSL Version
Kernel Version
5.10.102.1
Distro Version
No response
Other Software
No response
Repro Steps
My problems and #7834 Like the problems encountered, the problem description is directly copied. According to the search, it is caused by the namespace. But I don't know how to solve it
In Windows Terminal (wsl env), I used sshfs to mount the home directory of my dev server into wsl:
sshfs -d -o allow_other [email protected]:/home/ryan /ryan_server/ -o nonempty,reconnect,identityfile=/.ssh/id_rsa
After cmd succeeded, I was able to see the content via bash cmd, like ls -al
But still, I cannot find anything via explorer.exe in Windows;
Expected Behavior
What the resource manager can see should be consistent with bash CMD
Actual Behavior
Nothing shown.
Here is another try that might help to locate the root cause:
I copied a file from windows into the empty directory, it can be found in explorer.exe, but cannot be found in the mounted directory via terminal;
But after un-mounted, the copied file shows up in terminal;
Hence, I suspect that my Windows cannot correctly recognize mount point, but treat them as ordinary directory.
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: