Disable .DS Store on network drives
Allikas: lillepuu.com
Prevent the creation of .DS_Store files on Network volumes in MacOS:
- Open the Terminal application from the Utilities folder which is nested in the Applications folder
- In the newly opened terminal type (all on one line)
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
- Restart the computer for the change to take effect

