Version: unspecified (using Devel) OS: Linux Some partitions on my system are displayed twice in dolphin. I have this in my /etc/fstab file: /dev/disk/by-id/ata-ST9160821AS_5MA430B6-part2 / ext3 noatime,acl,user_xattr 1 1 /dev/disk/by-id/ata-ST9160821AS_5MA430B6-part3 /home/ ext3 noatime,acl 1 2 /dev/disk/by-id/ata-ST9160821AS_5MA430B6-part1 /media/Windows auto noatime,user 0 0 /dev/disk/by-id/scsi-SATA_WD_My_Book_WD-WCAU41138976-part1 /media/My\040Book auto noatime,user,uid=1000,gid=6 0 0 And this is displayes by mount command (removed unrelated lines): /dev/sda2 on / type ext3 (rw,noatime,errors=continue,user_xattr,acl,commit=15,barrier=1,data=ordered) /dev/sda1 on /media/Windows type fuseblk (rw,nosuid,nodev,noexec,noatime,user_id=0,group_id=0,allow_other,blksize=4096) /dev/sda3 on /home type ext3 (rw,noatime,errors=continue,acl,commit=15,barrier=1,data=ordered) /dev/sdb1 on /media/My Book type vfat (rw,nosuid,nodev,noexec,noatime,uid=1000,gid=6,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) Dolphin displays following list of drives: My Book (this is /dev/sdb1, /media/My Book) My Book (duplicate) Dysk twardy 79,9 GB (this is /dev/sda1, /media/Windows) Dysk twardy 79,9 GB (duplicate) Dysk twardy 39,5 GB (this is /dev/sda2, /) Dysk twardy 29,6 GB (this is /dev/sda3, /home) Reproducible: Always Steps to Reproduce: 1. run dolphin 2. check list of partition/drives Actual Results: some partition are displayes twice Expected Results: every partition is displayed once
Created attachment 54390 [details] Screenshot of bug
Thanks for the bug report! This looks like bug 258638 - the problem is that both hal and udisks are queried for devices. The result is that the devices are listed twice. *** This bug has been marked as a duplicate of bug 258638 ***
Thanks, removing hal helped!