Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows mounted network shares produce: Input/output error #5817

Closed
rkitover opened this issue Aug 26, 2020 · 2 comments
Closed

Windows mounted network shares produce: Input/output error #5817

rkitover opened this issue Aug 26, 2020 · 2 comments

Comments

@rkitover
Copy link

Environment

Windows build number: 10.0.20197.0
Your Distribution version: Ubuntu 20.04
Whether the issue is on WSL 2 and/or WSL 1: WSL 2: Linux version 4.19.104-microsoft-standard (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP Wed Feb 19 06:37:35 UTC 2020

Steps to reproduce

Mount a network share to a filesystem location, for example mine is mounted to C:\Users\rkitover\nas for the network path \nas\rkitover.

In powershell gi this looks like:

✔ C:\Users\rkitover
rkitover@epycwin > gi nas

    Directory: C:\Users\rkitover

Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
l----           5/31/2020  9:18 PM                nas -> UNC\nas\rkitover

WSL 2 gives an Input/output error when accessing this folder in any way:

rkitover@epycwin:/mnt/c/Users/rkitover$ ls -ld nas
ls: cannot read symbolic link 'nas': Input/output error
lrwxrwxrwx 1 rkitover rkitover 0 May 31 21:18 nas
rkitover@epycwin:/mnt/c/Users/rkitover$ cd nas
-bash: cd: nas: Input/output error

Expected behavior

It would be nice if this worked, of course I understand that may be very hard.

Since I want to use my Windows profile directory as my WSL home directory, I will use this ls function I made previously for the time being:

#2779 (comment)

@therealkenc
Copy link
Collaborator

Nice find, thank you. I don't think there is a dupe that is directly on-point. Was able to repro

image

Since I want to use my Windows profile directory as my WSL home directory

"There's yer problem"

Copy link
Contributor

This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants