Questions tagged [davfs2]

19 questions
9
votes
1 answer

Mounting a webDAV share for all users

I'm trying to mount a webDAV share with this fstab line: myserverip /media/myserver/ davfs noauto,user,rw 0 0 I have added the secret credentials to ~/.davfs2/secrets. Also done sudo dpkg-reconfigure davfs2 to allow mounting by non-root…
Minos
  • 1,741
  • 1
  • 15
  • 29
6
votes
4 answers

Automating a mount operation that requires user input

I want to mount a directory on a file server at startup. This is my /etc/fstab entry: # mount the fileserver https://fsrv.company/ /mnt/fileserver davfs user,auto 0 0 Manually mounting it with mount /mnt/fileserver works fine. However, because of…
jotrocken
  • 332
  • 5
  • 16
4
votes
2 answers

Deja dup: Permission denied when trying to read manifest on davfs

I have been using Déjà Dup to create backups for several years. Recently it started to fail with the message Permission denied when trying to read ‘/duplicity-inc.20161201T072516Z.to.20161202T074205Z.manifest.gpg’. This seems to happen after the…
jotrocken
  • 332
  • 5
  • 16
4
votes
2 answers

davfs2: /sbin/mount.davfs: different URL in /etc/fstab

I am trying to mount a webdav server in /etc/fstab with davfs, but when i try open this in my file manager (Thunar) i will get the error: Failed to mount "My Folder" /sbin/mount.davfs: different URL in /etc/fstab The entry in /etc/fstab looks like…
John Doe
  • 514
  • 2
  • 8
  • 23
3
votes
0 answers

Cannot mount WebDAV share using davfs2

I have a workstation with Ubuntu 18.04.3 LTS. And I have a remote server with nginx + WebDAV. (It's under FreeBSD but it doesn't seem important.) I configured mounting of the webdav share on my workstation using this manual. And everything has been…
Alex Batov
  • 31
  • 2
3
votes
1 answer

davfs2 : Depends: libneon27 but it is not going to be installed

When installing davfs2 on Ubuntu bionic, I have got the following errors: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages…
Jason Lo
  • 31
  • 2
2
votes
1 answer

What permissions does freefilesync run on?

I have mounted a webdav folder using webdav as described here . For mounting this directory I use the following command: sudo mount -t davfs -o uid=bruni,gid=users https://serveraddress /home/bruni/mountpoint However, when trying to sync this…
Bruni
  • 10,180
  • 7
  • 55
  • 97
2
votes
1 answer

Make davfs2 accept wild card certificate (webDAV)

I have multiple servers that share files via webDAV. The connections are secured with TLS and the same wild card certificate on all servers. I have different subdomains pointing to the respective servers. However I can't get davfs2 to accept my wild…
Minos
  • 1,741
  • 1
  • 15
  • 29
2
votes
1 answer

Mounting a webDAV share by users

How do I make a webDAV share mountable, so that is available for all users? without having to type in a password.
Minos
  • 1,741
  • 1
  • 15
  • 29
2
votes
1 answer

davfs2: file "disappear" and end up as lost+found/.goutputstream-XXX

Recently, I noticed a very strange (and very annoying) bug in Ubuntu 18.04 (not sure which package causes it): I have a remote webdav drive mounted using mount.davfs, and sometimes files saved on that drive disappear. I have several different types…
1
vote
1 answer

mounting webdav folder a non sudoer user fails

I am on Ubuntu 12.04. I need to mount a webdav directory, and it is critical non sudoers may access it. I followed these instructions: http://techiech.blogspot.de/2013/04/mounting-webdav-directory-in-linux.html Mounting the directory with sudo now…
Vince
  • 185
  • 1
  • 9
1
vote
1 answer

davfs user group for remote directory mount

I have recently been trying to access a remote directory over davfs2, and I have been running into quite a bit of trouble trying to make it work. After struggling with some crashes due to (apparently) corrupted davfs2.config file, I purged davfs2…
MicahJ
  • 11
  • 1
  • 1
  • 5
1
vote
1 answer

Mount a webDAV to a specific disk

I want to mount a webDAV to a specific disk. I am copying large files to the webDAV, but it appears when I do this, it takes up space on my main disk (which is not /media/username/Crucial) instead of the disk the webdav is mounted on. Can the fstab…
nikost
  • 113
  • 5
1
vote
1 answer

un-mounting a davfs2 fails without any error (no open files)

How can I dismount or debug why this mount can't be unmounted? background: Kubuntu 20.04 lsof $mountpoint => empty list all terminal windows are closed all other apps are closed. a webdav davfs $url is mounted on $mountpoint via: sudo mount -t…
Berry Tsakala
  • 274
  • 2
  • 14
0
votes
0 answers

davsf2 auto mount on startup with root

I have a folder that I want to be mounted all the time. But when the server reboots the mount will be lost. So I followed this tutorial: link Now, I don't use users and I do everything on my root. So I changed: secrets…
Dion Jakobs
  • 43
  • 1
  • 10
1
2