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