<table><tr><td style="">ngraham requested changes to this revision.<br />ngraham added a comment.<br />This revision now requires changes to proceed.
</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/D16249">View Revision</a></tr></table><br /><div><div><p>Thanks for this patch! There are a few things:</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">Let's check for this condition before doing a check for whether there's enough free space on the disk, or else it will report a less-useful error message first (people could go try to make some space, only to discover that the filesystem doesn't even support copying a file that big)</li>
<li class="remarkup-list-item"><tt style="background: #ebebeb; font-size: 13px;">ERR_DISK_FULL</tt> will not display an accurate error message. Perhaps we should define a new type of error message in <tt style="background: #ebebeb; font-size: 13px;">src/core/job_error.cpp</tt> to handle this. Something like <tt style="background: #ebebeb; font-size: 13px;">ERR_TOO_LARGE_FOR_FAT32</tt> that has an appropriate error message; something like "The file <file> cannot be transferred because it is greater than 4 Gb in size, and the destination's filesystem does not support files that large."</li>
<li class="remarkup-list-item">There's a <tt style="background: #ebebeb; font-size: 13px;">TODO</tt> in this file about implementing this; please remove it.</li>
</ol></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/D16249">https://phabricator.kde.org/D16249</a></div></div><br /><div><strong>To: </strong>shubham, ngraham, elvisangelaccio, Frameworks<br /><strong>Cc: </strong>kde-frameworks-devel, michaelh, ngraham, bruns<br /></div>