You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: