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

Remote disk space checks from Linux not working #30

Open
Anthirian opened this issue May 9, 2014 · 0 comments
Open

Remote disk space checks from Linux not working #30

Anthirian opened this issue May 9, 2014 · 0 comments

Comments

@Anthirian
Copy link
Owner

We can't use SMB or NFS URLs with the os.statvfs() method provided by non-Windows file systems. XBMC however is still able to use these protocols for mounting shares via its internal file system. Unfortunately the xbmcvfs Python addon module has no statvfs() method that we can use. To resolve this, we need to either use the internal mounting file system used by XBMC to access shares using these protocols, or build a custom library for accessing SMB and NFS shares that does contain a statvfs() method.

@Anthirian Anthirian added this to the Someday milestone May 9, 2014
@Anthirian Anthirian added the bug label May 9, 2014
@Anthirian Anthirian removed this from the Someday milestone May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant