Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24106 - kdiskfree (ie kdf) doesn't show root partition correctly (gets info from mtab though).
Summary: kdiskfree (ie kdf) doesn't show root partition correctly (gets info from mtab...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-08 08:32 UTC by Decibels
Modified: 2003-09-27 12:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Decibels 2003-07-08 08:32:40 UTC
Everything else seems to work fine. The root partition though isn't displayed
correctly. It shows '/dev/root' for the device instead of '/dev/hb2' . Well,
that isn't totally correct either. It does show 'dev/hdb2' also, but doesn't
seem to know what that is. 
The '/dev/hdb2' looks like this:
/dev/hdb2  reiserfs  N/A    /   0 B   N/A   No Usage shown.

The '/dev/root' looks like this:
/dev/root     ?    18.6 GB  /  13.3 GB  28.2%   Shows Usage.

Command 'df' also shows the same thing, ie. /dev/root  instead of the partition
number. This all seems to stem from /etc/mtab. 

Which shows all the other partitions as /dev/hdxx, but root as /dev/root.
/dev/root / reiserfs rw 0 0
/dev/hda1 /mnt/windows vfat rw,nosuid,nodev 0 0
/dev/hda6 /mnt/backup reiserfs rw,noexec,nosuid,nodev 0 0
/dev/hdb1 /boot ext3 rw,noatime 0 0

Boils down to that it is still usable, just doesn't display correctly.
Originally had this bug as KDE, but since df does same thing and is getting the
information from /etc/mtab, changed it to core system.
Comment 1 Brian Jackson (RETIRED) gentoo-dev 2003-09-27 12:04:43 UTC
is this still an issue?
Comment 2 Decibels 2003-09-27 12:35:05 UTC
Must have been fixed recently. Just looked and results look like
they are suppose to! 
Thank you, fixed.

Decibels