-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The mount points I tried were in a user's home directory "$HOME/webdav_mount" or outside user's home directory "/webdavfs/webdav_mount" This was all run on Linux (Ubuntu 14.04) all updates current as of this morning.
issuing "mount" at the commandline DOES show the mount point mounted, but issuing "df -h" does NOT show the filesystem mounted.
mount was done by:
sudo mount -t davfs -o uid=xxx,gid=xxx,username=xxx https://xxx.xxx.org/ /home/xxx/webdav_mount
or
sudo mount -t davfs -o uid=xxxx,gid=xxx,username=xxx https://xxx.xxx.org/ /webdavfs/webdav_mount
Reactions are currently unavailable