I am trying to mount a webdav at boot using fstab, I read a couple articles and I must miss something obvious...
I have installed
I have added this line to my
I am using
Mounting manually is working :
Any idea?
Many thanks
I have installed
fusefs-davfs2
and I got fusefs_load="YES"
in my /boot/loader.conf
(not sure it is needed, at least it is not when I manually mount).I have added this line to my
/etc/fstab
:https://webdav.mydomain /mnt/webdav davfs rw,user,uid=myusername,noauto 0 0
I am using
noauto
to avoid dropping into root shell during boot as I have an error I am not able to solved, it can be reproduce doing a manual : doas mount /mnt/webdav
: mount: https:/webdav.mydomain: Invalid fstype: Invalid argument
Mounting manually is working :
doas mount.davfs https://webdav.mydomain /mnt/webdav
Any idea?
Many thanks