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

Write error #8

Open
ctonetworks opened this issue Apr 18, 2023 · 3 comments
Open

Write error #8

ctonetworks opened this issue Apr 18, 2023 · 3 comments

Comments

@ctonetworks
Copy link

I configured webdav for pcloud storage and I could access to the folder and explore files but when I try to create file show me this error:

Command:

touch example.txt

Response
touch: cannot touch 'example.txt': I/O error

@fentas
Copy link
Owner

fentas commented Apr 18, 2023

Hmm, not sure didn't use it for a long time.
But I think we should merge upstream, maybe this will resolve things.

But despite this I/O error seems wired and most likely a host problem.
You could try to exec into the davfs plugin container and check if it is mounted correctly.

@ctonetworks
Copy link
Author

In the host I mount the same folder and I need to put "use_locks" to 0 for works, but I don't know where is this file to configure the driver? or I need to build it with this particular configuration?

Thanks for your quick answer

@fentas
Copy link
Owner

fentas commented Apr 19, 2023

if you need use_lock I guess, for now, you would have to build the plugin for yourself and add it here
https://github.com/fentas/docker-volume-davfs/blob/master/Dockerfile#L14-L25

still a open todo to enable custom davfs config.

or add it as an option here https://github.com/fentas/docker-volume-davfs/blob/master/main.go#L279

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

No branches or pull requests

2 participants