I am very fond of the Mac, but the developers of Spotlight and the recent Versions feature of OS X Lion have not given proper thought to users' security and privacy. Spotlight peeks inside files to create an index, and Version-supported apps maintain a changelog of file diffs. These OS X features save data in hidden locations, separate from the file. This means that: (a) it is very difficult to delete a file and be c…
You can easily exclude folders or disks from spotlight indexing. System Preferences -> Spotlight -> privacy tab to overwrite then delete the spotlight indices, disable spotlight then overwrite and delete: $ sudo srm --simple -rf /.Spotlight-V100/ There's also whole disk encryption (unfortunately not particularly robust -- I don't understand the reason but something about how the login password is stored seems to make…
My broader point is that it is becoming impossible to truly delete a file or maintain separation between different parts of your data unless you are very technical and meticulous.
How many other features are there in OS X like Spotlight or Versions that we need to be aware of?
The OS should be designed so that we don't need to be constantly on guard for these privacy gotchas.