qarmin / czkawka

Multi functional app to find duplicates, empty folders, similar images etc.
Other
19.61k stars 641 forks source link

Nested mapped drive not scanned properly #1181

Open NePoCz opened 8 months ago

NePoCz commented 8 months ago

Bug Description I have a rPi with SD card and HDD. HDD is mounted to a dir, lets say /hdd. On windows, if I mount the rPi over sshfs to the root (/) as e.g. drive R:, I cant scan files on R:/hdd/Files and get an error "Directories: All directories to search overlaps with excluded directories". But if I mount the hdd folder directly (so /hdd/Files to e.g. drive F:), I can scan the folder F:/ just fine. In theory both should produce same results, as the same folder is scanned. But for some reason, traversing to a mounted folder on the sshfs-mounted drive doesnt work

Maybe somehow related to #1094 ?

Steps to reproduce: or rPi mount HDD to /hdd on Windows mount rPi root (/) to drive R: From windows, try to scan R:/hdd/Files get error: "Directories: All directories to search overlaps with excluded directories"

System