Search function not finding files on Monterey
When I search files on Finder to find files on my external hard drive, it does not return any results.
The format of the drive is Mac OS Extended (Journaled) with Read & Write permissions.
I've tried reindexing by following the instructions on this link:
https://support.apple.com/ko-kr/HT201716
which was adding the volume to the privacy list on System Preferences Spotlight section, but it gave me an error saying:
"Privay List Error: The item couldn't be added or removed because of an unknown error."
I've also tried reindexing by using the terminal:
% sudo mdutil -E /
% sudo mdutil -i on /
which both returned:
Indexing enabled.
but didn't really seem to do anything.
Then I tried:
sudo mdutil -E "/Volumes/My Passport for Mac"
where My Passport for Mac is the name of the external hard drive that I'm trying to reindex,
but it returned:
Error: unknown indexing state.
It'd be great if I could get some help with this issue