Bug 204607 - Flielight scans some mounted disks when it should not
Summary: Flielight scans some mounted disks when it should not
Status: RESOLVED FIXED
Alias: None
Product: filelight
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Martin Sandsmark
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-21 05:30 UTC by Médéric Boquien
Modified: 2013-11-03 02:22 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.11.4


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Médéric Boquien 2009-08-21 05:30:08 UTC
Version:            (using KDE 4.3.0)
Compiler:          GCC 4.4.1 
OS:                Linux
Installed from:    Compiled From Sources

Hello,

If i mount some partitions with dolphin as /media/disk-1 and /media/disk-2 (those are NTFS partitions), at startup filelight correctly displays the 4 partitions: /, /home, /media/disk-1, /media/disk-2. However if i inspect /, then it also scans the disks mounted in /media, which it should not.

Thanks.
Comment 1 suse 2010-01-25 19:34:44 UTC
hello,
same for bind mounts like:
mount -r --bind /home/foo/bar /srv/ftp/bar

scanning root shows also /srv/ftp/bar

(KDE 4.3.4)
Comment 2 Jakub Stachowski 2010-03-16 16:15:47 UTC
/home is not scanned, only partitions mounted in /media?
Comment 3 Martin Sandsmark 2010-05-26 21:49:38 UTC
Can you test with the latest version from SVN (or any version after 1.9rc3), as I've changed it to use Solid for everything.
Comment 4 spikethehobbitmage 2012-04-27 08:45:20 UTC
I can confirm in Filelight 1.10
yes, it scans home, too

Filelight 1.10
KDE 4.7.4
installed from Debian
filelight 4:4.7.4-2
libsolid4 4:4.7.4-4
Comment 5 Martin Sandsmark 2013-11-02 22:41:52 UTC
Git commit 0334411301146f92ee483fb0ff448c7702753d6a by Martin T. H. Sandsmark.
Committed on 02/11/2013 at 22:41.
Pushed by sandsmark into branch 'master'.

Fix the check for ignored paths.
Related: bug 318925

M  +6    -8    src/part/localLister.cpp

http://commits.kde.org/filelight/0334411301146f92ee483fb0ff448c7702753d6a
Comment 6 Hrvoje Senjan 2013-11-03 00:07:18 UTC
(In reply to comment #5)
> Git commit 0334411301146f92ee483fb0ff448c7702753d6a by Martin T. H.
> Sandsmark.
> Committed on 02/11/2013 at 22:41.
> Pushed by sandsmark into branch 'master'.
Not safe for 4.11? Seems it's not that intrusive
Comment 7 Martin Sandsmark 2013-11-03 01:38:58 UTC
Git commit 1773b6e9702618ac1e567c1435efeb92137b7aa1 by Martin T. H. Sandsmark.
Committed on 02/11/2013 at 22:41.
Pushed by sandsmark into branch 'KDE/4.11'.

Fix the check for ignored paths.
Related: bug 318925

M  +6    -8    src/part/localLister.cpp

http://commits.kde.org/filelight/1773b6e9702618ac1e567c1435efeb92137b7aa1
Comment 8 Martin Sandsmark 2013-11-03 01:39:18 UTC
thanks for reminding me :-)