A Algorithms and Computational Biology Lab

| Home | CV | Publications | Teaching | Library | Personal | Links

| MacOS X Tips

Disabling Spotlight

Edit /etc/hostconfig:

SPOTLIGHT=-NO-

To stop the indexer and delete the index, run:

mdutil -i off /
mdutil -E /

To enable Spotlight, edit /etc/hostconfig:

SPOTLIGHT=-YES-

and run:

mdutil -i on /