Maybe you did not get the correct picture before your eyes. That is not that strange because a lot of systems will not have this. Think of my system as an example:
I have one Swap partition, one partition for /home and TWO partitions for /. Thus I can install a new version on one of those while the current version is still on the other one. Needless to say in normal day to day running only one of those two partitions is mounted on / and the other one is not used at all. Thus:
Code:
boven:~ # fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1549f232
Device Boot Start End Blocks Id System
/dev/sda1 1 262 2104483+ 82 Linux swap / Solaris
/dev/sda2 263 2873 20972857+ 83 Linux
/dev/sda3 2874 15000 97410127+ 83 Linux
/dev/sda4 * 15001 38913 192081172+ f W95 Ext'd (LBA)
/dev/sda5 15001 17611 20972826 83 Linux
boven:~ #
and
Code:
boven:~ # cat /etc/fstab
/dev/disk/by-id/ata-Hitachi_HDT725032VLA380_VFJ201R23XUEXW-part5 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-Hitachi_HDT725032VLA380_VFJ201R23XUEXW-part1 swap swap defaults 0 0
/dev/disk/by-id/ata-Hitachi_HDT725032VLA380_VFJ201R23XUEXW-part3 /home ext3 defaults 1 2
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
#/dev/disk/by-id/ata-Hitachi_HDT725032VLA380_VFJ201R23XUEXW-part2 /mnt/oldroot ext3 ro,acl 1 2
boven:~ #
where you see in the last line that I have a prepared entry for this partition that still holds the 10.3 system. This (still) ext3 prtition has a label System_A.
Now this is from the system Managers point of view.
But we have one or more end-users on this system. And when they run KDE with Dolphin as file manager they see at the left a panel called Places and there they will see a certain System_A. And the OP and I think that that is none of their bussiness! And to repeat what I explained earlier, when they click on that System_A it opens a window telling them that they need root privileges to mount it, and are asked for the root password, which they (happily) do not know. We think that that is very embarassing for them.
Bookmarks