GNOME Bugzilla – Bug 711838
query_filesystem_info doesn't return used bytes for smb
Last modified: 2013-11-15 15:02:04 UTC
g_file_query_filesystem_info() doesn't return used bytes for smb: $ gvfs-info -f smb://ross@localhost/ross attributes: filesystem::size: 281896140800 filesystem::free: 127877730304 filesystem::type: cifs filesystem::readonly: FALSE gvfs::backend: smb-share
Created attachment 259556 [details] [review] smb: Report number of bytes used on the filesystem Calculated the number of bytes used by subtracting the size from the number of bytes free, as done with local files.
Review of attachment 259556 [details] [review]: Looks good!
Pushed to master as 66f204655a7ca44a20dea2dae267c456c714c4af. Thanks!