<table><tr><td style="">broulik abandoned this revision.<br />broulik added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D15146">View Revision</a></tr></table><br /><div><div><p>It seems by adding gvfsd support for <tt style="background: #ebebeb; font-size: 13px;">KMountPoint</tt> this has become obsolete.</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="console" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);"><span style="color: #000080">$ df /run/user/1000/gvfs/</span>
<span style="color: #808080">Filesystem     1K-blocks  Used Available Use% Mounted on</span>
<span style="color: #808080">gvfsd-fuse             0     0         0    - /run/user/1000/gvfs</span></pre></div>

<p>but the mount does report some free space</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="console" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);"><span style="color: #000080">$ df /run/user/1000/gvfs/smb-share\:server\=localhost\,share\=smb1/</span>
<span style="color: #808080">Filesystem     1K-blocks      Used Available Use% Mounted on</span>
<span style="color: #808080">gvfsd-fuse     478636952 468610296  10026656  98% /run/user/1000/gvfs</span></pre></div>

<p>gvfs uses a single fuse mount which then creates subdirectories for every mount.<br />
<tt style="background: #ebebeb; font-size: 13px;">KDiskFreeSpaceInfo</tt> checks the mountpoint, so it would always check the <tt style="background: #ebebeb; font-size: 13px;">gvfs</tt> root directory which naturally doesn't have free space information available.<br />
I will discard this patch now as it would just have hide a different bug.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D15146">https://phabricator.kde.org/D15146</a></div></div><br /><div><strong>To: </strong>broulik, dfaure, ngraham, fvogt<br /><strong>Cc: </strong>kde-frameworks-devel, michaelh, ngraham, bruns<br /></div>