Bug 198772 - FAT32 file transfer: warn (and stop) before copying a file bigger than 4Gb
Summary: FAT32 file transfer: warn (and stop) before copying a file bigger than 4Gb
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Faure
URL:
Keywords: usability
: 215571 265562 309416 324384 353226 382929 405868 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-03 13:32 UTC by Franz Holzinger
Modified: 2019-03-25 21:02 UTC (History)
14 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.54


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Franz Holzinger 2009-07-03 13:32:57 UTC
Version:            (using KDE 4.2.2)
OS:                Linux
Installed from:    Mandriva RPMs

I transfer a 4.3 big ISO image to the USB harddrive which is formatted in FAT32. After having coied 4 GByte it ends up in the error dialog 'Cannot write to file name.iso'. It should have told me before the start of the file transfer that a FAT32 cannot get a file which is larger than 4 GByte.
Comment 1 FiNeX 2009-07-05 11:57:17 UTC
I agree: a check of the max filesize should be done for every destination filesystem.
Comment 2 Dario Andres 2009-11-21 19:09:33 UTC
*** Bug 215571 has been marked as a duplicate of this bug. ***
Comment 3 Frank Reininghaus 2011-02-06 14:12:07 UTC
*** Bug 265562 has been marked as a duplicate of this bug. ***
Comment 4 Benni Hill 2013-02-17 11:17:56 UTC
*** Bug 309416 has been marked as a duplicate of this bug. ***
Comment 5 Diego Ercolani 2017-04-28 11:08:02 UTC
Yes, and as additional "feature" it would be gourgeus if dolphin split authomatically big files make -almost- transparent for user experience
Comment 6 Nate Graham 2018-04-19 18:20:19 UTC
*** Bug 382929 has been marked as a duplicate of this bug. ***
Comment 7 Patrick Silva 2018-04-21 18:25:56 UTC
*** Bug 353226 has been marked as a duplicate of this bug. ***
Comment 8 Nate Graham 2018-05-03 21:43:19 UTC
*** Bug 324384 has been marked as a duplicate of this bug. ***
Comment 9 Patrick Silva 2018-10-15 14:39:49 UTC
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
Comment 10 Shubham 2018-12-03 12:03:35 UTC
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
Comment 11 Shriramana Sharma 2018-12-03 13:34:10 UTC
"transeferred" spelling mistake appears in diff. Or has it been fixed before final version?
Comment 12 Nate Graham 2018-12-08 04:57:34 UTC
It's been fixed now.
Comment 13 Patrick Silva 2018-12-17 18:37:06 UTC
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.
Comment 14 Christoph Feck 2019-01-09 02:49:38 UTC
Patrick, 5.54 might not have deployed by the time you tested it, but should be available now. Could you re-test?
Comment 15 Patrick Silva 2019-01-09 04:54:14 UTC
(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.
Comment 16 Christoph Feck 2019-01-10 18:49:58 UTC
Thanks for the update; let's re-open the ticket for investigation.
Comment 17 Chinmoy Ranjan Pradhan 2019-03-09 09:00:31 UTC
Closing this bug. Commit https://commits.kde.org/kio/fcabd1e2c2db186f648056483ff20eaa3eaa17d0 should fix the issue.
Comment 18 Elvis Angelaccio 2019-03-25 21:02:28 UTC
*** Bug 405868 has been marked as a duplicate of this bug. ***