Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

query filesystem size (df / vfsstat) #19

Open
b-wille opened this issue Jul 6, 2023 · 1 comment
Open

query filesystem size (df / vfsstat) #19

b-wille opened this issue Jul 6, 2023 · 1 comment

Comments

@b-wille
Copy link

b-wille commented Jul 6, 2023

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

@miquels
Copy link
Owner

miquels commented Aug 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants