-
Notifications
You must be signed in to change notification settings - Fork 26
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
[win10] disk I/O error when docset is installed on shared drive #30
Comments
What OS are you using and how do you share a directory? Is it with group-writable permissions ( |
I am using vagrant on windows. I share directory from windows to ubuntu running by vagrant up. I've set
Once I install new docsets it gets installed in above location however when I use search command it gives disk io error.
tail of strace shows below:
|
The same happens if you're on WSL (Windows 10) and use a some path in |
Hmm, it's still unclear to me exactly which command is triggering the I/O error. 😕 From the Could you try appending |
I get above error when I have setup DASHT_DOCSETS_DIR as shared directory. If I unset it and then try to install python_2/3 docset, it gets installed in default location & searchable by dasht import python_2 command.
I've also tried setting up non shared directory DASHT_DOCSETS_DIR and it works fine.
Other docset, for example ansible,docker,NodeJS etc all works fine.
I am thinking it may be something in docset which is not right however couldn't figure it out.
The text was updated successfully, but these errors were encountered: