Bug 259442 - dolphin displays some partitions twice
Summary: dolphin displays some partitions twice
Status: RESOLVED DUPLICATE of bug 258638
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-10 15:38 UTC by Rafał Malinowski
Modified: 2010-12-10 18:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot of bug (40.40 KB, image/png)
2010-12-10 15:39 UTC, Rafał Malinowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rafał Malinowski 2010-12-10 15:38:09 UTC
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
Comment 1 Rafał Malinowski 2010-12-10 15:39:20 UTC
Created attachment 54390 [details]
Screenshot of bug
Comment 2 Frank Reininghaus 2010-12-10 18:06:53 UTC
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 ***
Comment 3 Rafał Malinowski 2010-12-10 18:27:55 UTC
Thanks, removing hal helped!