diskutil list
diskutil mount /dev/disk3s5
cd /Volumes/Data
rm -rf .Spotlight-V100
# Get your list of mountable volumes first, to make sure you're mounting the correct one in the
# next step. When you cd into that volume, it will be named however your Data volume is currently
# named down in /System/Volumes. If yours has spaces in the name - as in 'Macintosh HD - Data',
# tab should autocomplete it for you.
#
# Restart, and your disk should reindex correctly.
Re-index
I don't think this is an indexing problem.You could try manually deleting the folder .Spotlight-V100 from your Data volume
I get the same when using Spotlight (command-space) to search.But now it just can't find anything.
This works for me. Needs more testing but it might be only the process called "Spotlight" which needs to be killed.The only thing I've found that works is opening Activity Monitor and terminating every process that contains "spotlight," and that only works temporarily.
eclecticlight.co