mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #354] Can't upload file using davfs2 #192
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alive-corpse on GitHub (Jan 18, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/354
Can't upload file using davfs2
Hi! I've mounted shared resource via dufs with davfs2. Inside mount point I can create and remove directories, but I can't upload any file even with root permissions.
Log
$ dufs -A -a 'user:pass@/:rw'
Listening on:
http://10.5.0.88:5000/
http://10.11.11.234:5000/
http://10.11.77.222:5000/
http://127.0.0.1:5000/
http://[::1]:5000/
Below log lines that rises while I'm trying to upload file by copy into mounted point
2024-01-19T01:09:17+05:00 INFO - ::1 "PROPFIND /" 207
2024-01-19T01:09:17+05:00 INFO - ::1 "LOCK /issue" 404
.....
That's mounting with davfs
Environment:
Have you any version builded with more verbose logging/debug? I can collect more logs.
@alive-corpse commented on GitHub (Jan 18, 2024):
Sorry. It works with options use_locks 0, dav_group davfs2, adding user to group davfs2 and mounting with parameters sudo mount.davfs -o uid=evgeniy,gid=evgeniy,user http://10.11.11.201:5000 /home/evgeniy/mnt/disk
@steadfasterX commented on GitHub (May 9, 2024):
you saved my day, many thanks !