miquels/webdavfs

query filesystem size (df / vfsstat)

b-wille opened this issue · 1 comments

Hello

Thank you for your great work. This is my first issue I'm writing and I hope it's okay
Sorry in advance.

Unfortunately, when mounting, the file system size is not recognized and is empty:
Dateisystem Typ Größe Benutzt Verf. Verw% Eingehängt auf
https://webdav.hidrive.ionos.com/ fuse.webdavfs - - - - /mnt

Here is my mount command:
mount -t webdavfs -ousername=user,password=pass,allow_other,mode=777 https://webdav.hidrive.ionos.com/ /mnt

mount shows:
https://webdav.hidrive.ionos.com/ on /mnt type fuse.webdavfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)

Is the mount command wrong or is the problem with the "webdavfs" program or with this webdav provider?
I would appreciate feedback.

Thanks

Greetings

This is very likely an issue with your webdav provider. They probably don't support the DAV:quota-available-bytes and DAV:quota-used-bytes properties as defined in RFC4331.