Questions tagged [davfs2]

12 questions
3
votes
1 answer

files from subversion repo mounted as DAV, get zeroed out shortly after writing

I have a subversion repo with "SVNAutoversioning on" which usually allows webDAV clients to make changes to files without a checkout-edit-commit cycle, and this works well for some subset of the repository for convenience. In this instance I am…
Tom
  • 10,886
  • 5
  • 39
  • 62
2
votes
1 answer

davfs: syntax error in secrets file

I have here a linux system which should mount a (remote) davfs file system. All is fine and if I mount the file system manually from command line it works: /> mount /share/davDrives/private Gib bitte den Benutzernamen für den Server…
Steffen
  • 929
  • 3
  • 13
  • 28
2
votes
1 answer

A mount of box.com as davfs2 hangs and does not become unstuck

I have mounted box.com on a Ubuntu 11.04 system, and it worked fine. For a day. It is mounted with the davfs2 file system. But after a day it froze, and all shells that try to list or do anything in the parent directory of the mount point…
user1603472
  • 121
  • 2
2
votes
1 answer

Get WebDav uploading progress and status (Linux, davfs2)

I am using WebDAV on Linux box with davfs2 1.4.6. When I copy a file to a mounted WebDAV service, it is goes rather fast, just like a regular local drive operation. And it actually is, because the file is first copied to ~/.davf2/cache directory.…
Hnatt
  • 281
  • 3
  • 9
1
vote
0 answers

Mounting many davfs2 webdav on same server making webdav slow

I did setup a gnome mate desktop server using thinlinc. And behind it, i do have a nextcloud server for the file handling. I wanted to have at each remote desktop access to nextcloud server by using a mounted webdav drive, using davfs2. This works…
Arjan
  • 111
  • 4
1
vote
0 answers

davfs and cadaver can't login to server

I try to mount a dav folder and I can't login to it. I got a Could not authenticate to server: could not handle non-ASCII username in Digest challenge everytime. After testing multiple time, I assume the issue is with the number, my login is like…
eephyne
  • 761
  • 1
  • 5
  • 9
0
votes
0 answers

mounting davfs2 not responding on debian

I have a debian server with a davfs2 mounted. but a few days the mounting is not working. I confirmed the fstab and secret file, this files are correct and nothing was changed. when running the mount /mnt/webdisk not connect and not show…
0
votes
1 answer

systemd attempts to mount davfs2 too early - before DHCP address received

I'm trying to get davfs2 to mount a WebDAV folder automatically on debian stretch at boot. It seems that systemd attempts to mount the folder with mount.davfs before the DHCP client has an IP address (which of course fails), even with the _netdev…
Peter V. Mørch
  • 812
  • 7
  • 15
0
votes
1 answer

webdav and hardlinks Function not implemented error message

I have webdav with nginx that I use to transfer files to a remote server. I mount it using davfs2 on a Debian box. The problem is that when I try to create a hardlink, I get the following error message: ln: failed to create hard link 'cpool/test' =>…
sysmodder
  • 33
  • 7
0
votes
1 answer

Why can I not copy directories to a WEBDAV mount?

I am trying to copy files from my primary data storage server into an OwnCloud instance. The data storage server has successfully mounted the user's directory on the OwnCLoud server, via webdav. I can copy files from the data server to the OwnCloud…
Roger Creasy
  • 729
  • 2
  • 10
  • 17
0
votes
2 answers

Which remote file system can be used on Linux without occupying local space?

I want to extend my server's local disk on Debian 6.0 by mounting a remote file system. But I don't want to have this remote file system to occupy (too much) local disk space, for instance with caches etc. On my remote server which offers the…
derFunk
  • 119
  • 6
0
votes
1 answer

Anyone knows how to install davfs2 on a free (vps.me) vps server?

Our security regulations requires me to save logs outside the vps server. I need to install davfs2. The following procedure works on my laptop but not at an Ubuntu 13.04 server from vps.me :~# apt-get install davfs2 Reading package lists...…