Connecting to Storage from MacOS ================================ .. note:: These instructions have been tested on MacOS 10.10 and newer. Step-by-step Guide ------------------ Disable the writing of `.DS_Store` files to network mounts by running this command from the ``Terminal`` app:: defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true .. warning:: Note that this applies to *all* network mounts, not just RIS SMB. Create or update the `/etc/nsmb.conf` file. This can be done with a text editor or by running this command from the ``Terminal`` which will create the ``/etc/nsmb.conf`` file if it does not already exist:: sudo tee /etc/nsmb.conf <