After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 343170 - disks-admin shows non physical disks
disks-admin shows non physical disks
Status: RESOLVED OBSOLETE
Product: gnome-system-tools
Classification: Deprecated
Component: disks-admin
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: Carlos Garcia Campos
Carlos Garnacho
Depends on:
Blocks:
 
 
Reported: 2006-05-28 10:38 UTC by Sebastien Bacher
Modified: 2008-01-07 23:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Sebastien Bacher 2006-05-28 10:38:32 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/gnome-system-tools/+bug/40578

"disks-admin should only list physical devices.
Instead it also shows unionfs, tmpfs, etc. "disks".
I suggest filtering out devices whose name doesn't start with "/dev/".

Tested in Dapper Beta Live CD.
...
> Thanks for your bug. Could you make a screenshot of the issue? Could you also run "mount" and copy that to a comment?
...


With a Dapper Flight-7 LiveCD running on my laptop (which has 1 hd and 1 dvd-reader):

# cat /etc/fstab
unionfs / unionfs rw 0 0
tmpfs /tmp tmpfs nosuid,nodev 0 0
/dev/hda5 swap swap defaults 0 0

# mount
unionfs on / type unionfs (rw)
proc on /proc type proc (rw)
/sys on /sys type sysfs (rw)
varrun on /var/run type tmpfs (rw)
varlock on /var/lock type tmpfs (rw)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
devshm on /dev/shm type tmpfs (rw)
lrm on /lib/modules/2.6.15-21-386/volatile type tmpfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)

# ls /dev/{s,h,f}d?
/dev/fd0
/dev/hda
/dev/hdc
...
http://librarian.launchpad.net/2720415/2-hd_unionfs.png
Looking at /etc/fstab, I think it is the root partition.
It shouldn't be listed.
The partition list on the second tab is empty.
...
http://librarian.launchpad.net/2720431/3-hd_tmpfs.png
Looking at /etc/fstab, I think it is /tmp.
It shouldn't be listed.
The partition list on the second tab is empty.
..."
Comment 1 Carlos Garnacho 2008-01-07 23:58:40 UTC
Mass closing of remaining disks-admin and boot-admin bugs, sorry for the spam. Both tools are bitrotting, and no development is likely to happen on them.