Summary: | FAT32 file transfer: warn (and stop) before copying a file bigger than 4Gb | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Franz Holzinger <franz.holzinger> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | alexandernst, alpha_one_x86, benni, bugseforuns, chinmoyrp65, david.cortes.rivera, diego.ercolani, finex, g.schlisio, giecrilj, kdelibs-bugs, nate, pantazisnikolaos, samjnaa |
Priority: | NOR | Keywords: | usability |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kio/518a7496c5c561464c588cb2527a8f82a0234671 | Version Fixed In: | 5.54 |
Sentry Crash Report: |
Description
Franz Holzinger
2009-07-03 13:32:57 UTC
I agree: a check of the max filesize should be done for every destination filesystem. *** Bug 215571 has been marked as a duplicate of this bug. *** *** Bug 265562 has been marked as a duplicate of this bug. *** *** Bug 309416 has been marked as a duplicate of this bug. *** Yes, and as additional "feature" it would be gourgeus if dolphin split authomatically big files make -almost- transparent for user experience *** Bug 382929 has been marked as a duplicate of this bug. *** *** Bug 353226 has been marked as a duplicate of this bug. *** *** Bug 324384 has been marked as a duplicate of this bug. *** Still valid. Operating System: Arch Linux KDE Plasma Version: 5.14.0 Qt Version: 5.11.2 KDE Frameworks Version: 5.51.0 Kernel Version: 4.18.12-arch1-1-ARCH Git commit 518a7496c5c561464c588cb2527a8f82a0234671 by Shubham Jangra. Committed on 03/12/2018 at 12:03. Pushed by shubham into branch 'master'. Warn user before copy/move job if the file size exceeds the maximum possible file size in FAT32 filesystem(4 GB) Summary: BUG: 198772 Test Plan: 1. Prepare copy/move job. 2. Copy/move the contents to external USB drive/ Pen drive formatted with FAT32 Result: Inline error message appears. Reviewers: ngraham, #frameworks, bruns, dfaure Reviewed By: ngraham, bruns, dfaure Subscribers: davidedmundson, elvisangelaccio, dfaure, cfeck, bruns, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D16249 M +10 -1 src/core/copyjob.cpp M +2 -1 src/core/global.h M +10 -0 src/core/job_error.cpp https://commits.kde.org/kio/518a7496c5c561464c588cb2527a8f82a0234671 "transeferred" spelling mistake appears in diff. Or has it been fixed before final version? It's been fixed now. Is the fix already available on neon dev unstable? I see no error message when I try to copy a file bigger than 4 gib to my pen drive formatted with fat32 file system. Patrick, 5.54 might not have deployed by the time you tested it, but should be available now. Could you re-test? (In reply to Patrick Silva from comment #13) > Is the fix already available on neon dev unstable? > I see no error message when I try to copy a file bigger than 4 gib to my pen > drive formatted with fat32 file system. Situation remains the same on neon dev unstable. Thanks for the update; let's re-open the ticket for investigation. Closing this bug. Commit https://commits.kde.org/kio/fcabd1e2c2db186f648056483ff20eaa3eaa17d0 should fix the issue. *** Bug 405868 has been marked as a duplicate of this bug. *** |