Hacker News new | ask | show | jobs
by DrBurrito 1750 days ago
so `mdutil -i off -d /Volumes/<mymountedNASvolume>`does not work for you?
1 comments

Cool TIL about mdutil. I still cannot disable it as mdutil seems to be having trouble parsing the path to the share. Ive tried in bash/zsh/sh with all quoting/escaping patterns I can think of and I must be missing something.

(shows up in in `mdutil -s -a`)

  /Volumes/Backups of Saucy's MacBook Pro:
     Indexing enabled.

  sudo mdutil -i off /Volumes/Backups\ of\ Saucy's\ MacBook\ Pro
  Error: could not resolve path `/Volumes/Backups of Saucy’s MacBook Pro'.
Escape the quote. Or just put the path in double quotes.