DICE-UNC/irods-webdav

mount issues (df -h not showing mounted)

Opened this issue · 1 comments

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

This may be a DAVFS question, it does not seem to impact finder/windows explorer/nautilus behavior. Will do some research after this first release