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.
Created attachment 20344 [details] Uses "qulonglong" instead of "int" for the size of partition
*** Bug 182295 has been marked as a duplicate of this bug. ***
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
Backport to 4.2 by svn revision 919184 (the bug number got chopped)
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
*** Bug 175294 has been marked as a duplicate of this bug. ***