Bug 133588 - Volumes over 2Tb reported as 0
Summary: Volumes over 2Tb reported as 0
Status: RESOLVED FIXED
Alias: None
Product: kdf
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
: 175294 182295 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-05 15:31 UTC by Chris Seufert
Modified: 2009-02-04 17:43 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Uses "qulonglong" instead of "int" for the size of partition (3.46 KB, patch)
2007-04-21 07:56 UTC, Olivier Trichet
Details

Note You need to log in before you can comment on or make changes to this bug.
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. ***