Re: [clamav-users] why is clamscan excluding home directory ?

2022-04-08 Thread Maarten Broekman via clamav-users
If df is showing them separately, they are considered "separate" filesystems by the OS even if the device is the same. This is a 'btrfs'-ism. It's one partition with multiple sub-volumes that are treated as separate.

Re: [clamav-users] why is clamscan excluding home directory ?

2022-04-08 Thread Maarten Broekman via clamav-users
As Ged pointed out, the fact that /home is mounted as a separate mount-point (even though it's the same device), leads the system to see them as different filesystems (you can umount /home without umount'ing /) As a result, your use of cross-fs=no tells clamscan to not cross filesystem boundaries

Re: [clamav-users] why is clamscan excluding home directory ?

2022-04-08 Thread Bob Power via clamav-users
Hey Ged, Thanks for getting back to me. I'll overlook the sarcastic cynicism - it's probably healthy (and I'm partial myself). As to xargs, I wanted a config file rather than command line but clamd/clamdscan raises more complications around user and selinux permissions etc so xargs seemed,

Re: [clamav-users] why is clamscan excluding home directory ?

2022-04-08 Thread G.W. Haywood via clamav-users
Hi there, On Fri, 8 Apr 2022, Bob Power via clamav-users wrote: [root@fedora bob]# cat clamscan.conf ... [root@fedora bob]# xargs -a clamscan.conf clamscan / > ... Kinda creative and unnecessary, I think, to use xargs in this way and the result goes against the 'man' page for clamscan

[clamav-users] why is clamscan excluding home directory ?

2022-04-08 Thread Bob Power via clamav-users
[root@fedora bob]# uname -a Linux fedora 5.16.18-200.fc35.x86_64 #1 SMP PREEMPT Mon Mar 28 14:10:07 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux [root@fedora bob]# clamscan -V ClamAV 0.103.5/26504/Wed AprĀ  6 09:20:18 2022 [root@fedora bob]# [root@fedora bob]# pwd/home/bob [root@fedora bob]# cat