D16249: Warn user before copy/move job if the file size exceeds the maximum possible file size in FAT32 file system(4 GB)

Nathaniel Graham noreply at phabricator.kde.org
Fri Oct 19 04:35:18 BST 2018


ngraham added a comment.


  Tested this out and couldn't actually make it work the way I asked--with the FAT32 file size limit checked first. I think I see why: there are two `total size > available space?` checks that output `ERR_DISK_FULL` on error, and both of them execute first. The FAT32 file size limit check should be before the first one, probably near `// Stat the next src url`.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D16249

To: shubham, ngraham, elvisangelaccio, #frameworks
Cc: cfeck, bruns, kde-frameworks-devel, michaelh, ngraham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20181019/07eb4792/attachment.html>


More information about the Kde-frameworks-devel mailing list