Recursively remove .DS_Store files (excluding /Volumes that will include Time Machine, Network & recursively the disk). Run this command from your OS X system disk. From https://jonbellah.com/recursively-remove-ds-store/
May be used while installing http://asepsis.binaryage.com/ (close Finder, install asepsis, remove .DS_Store files, then reboot)
find . -name '*.DS_Store' -type f -delete -o -path ./Volumes