Is there a SEARCH FILES tool for Mycloud EX4100!

PLEASE! Is there a way to search through my files in Mycloud EX4100??

See the dedicated subforum for the EX Series where users more familiar with the EX4100 may be able to assist. This subforum (My Cloud) generally discusses the single bay/single drive My Cloud.

Search by name or by content?
From SSH console or from mounted folder?

From console:
find -name "my_file.rar" -type f /DataVolume - Search file
find -name "my_folder" -type d /DataVolume - Search folder
grep -rn "Some string in text file" /DataVolume - Search text string (Very slow)

For windows - just mount SMB folder as Disk and use Windows build-in search.

Thanks for the reply, do you know whether is no console tool to find files. (by name)?