I think it's just searching over something that's supposed to be mounted or so. It's just a WARNING anyway.
You can do
find /mypath -mount -name whatever 2>/dev/null
@pascalo started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
I think it's just searching over something that's supposed to be mounted or so.
It's just a WARNING anyway.
You can do
find /mypath -mount -name whatever 2>/dev/null