I'd like to view the data spotlight has imported. Is this possible?
EDIT: For example I can do this:
mdutil -svvv /Volumes/h8rdrive
and find out this volume was indexed.
I'd kind of like to find out what's not indexed though.
|
I'd like to view the data spotlight has imported. Is this possible? EDIT: For example I can do this:
and find out this volume was indexed. I'd kind of like to find out what's not indexed though. |
||||
| show 1 more comment |
mdfind(e.g.mdfind -onlyin /System -name .framework). It also censors results to include only files you have permissions for; to see everything, search as root withsudo mdfind. – Gordon Davisson Nov 11 '11 at 15:36