Bug 133588

Summary: Volumes over 2Tb reported as 0
Product: [Applications] kdf Reporter: Chris Seufert <seufert>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: alpha.super-one, andresbajotierra
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Uses "qulonglong" instead of "int" for the size of partition

Description Chris Seufert 2006-09-05 15:31:50 UTC
Version:           v0.5 (using KDE 3.5.4, Debian Package 4:3.5.4-3 (testing/unstable))
Compiler:          Target: x86_64-linux-gnu
OS:                Linux (x86_64) release 2.6.18-rc5-mm1

I have a 2.1Tb XFS partition, df reports the correct space free, however kdf says its 0 size, with 0 free space.

I guess its an int32 problem.
Comment 1 Olivier Trichet 2007-04-21 07:56:48 UTC
Created attachment 20344 [details]
Uses "qulonglong" instead of "int" for the size of partition
Comment 2 Dario Andres 2009-01-31 16:09:50 UTC
*** Bug 182295 has been marked as a duplicate of this bug. ***
Comment 3 Dario Andres 2009-01-31 16:13:25 UTC
SVN commit 919161 by darioandres:

Use qulonglong instead of int to allow big partitions sizes to be detected properly
BUG: 133588



 M  +4 -4      disklist.cpp  
 M  +3 -3      disks.cpp  
 M  +7 -7      disks.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=919161
Comment 4 Dario Andres 2009-01-31 16:21:20 UTC
Backport to 4.2 by svn revision 919184 (the bug number got chopped)
Comment 5 Dario Andres 2009-01-31 17:24:15 UTC
SVN commit 919266 by darioandres:

int->qulonglong for partitions sizes
4.2branch

BUG: 133588



 M  +1 -1      kdfwidget.cpp  
 M  +3 -3      kdfwidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=919266
Comment 6 Dario Andres 2009-02-04 17:43:15 UTC
*** Bug 175294 has been marked as a duplicate of this bug. ***