I have a problem using my Mac with the TS239P. I'm running the latest firmware 3.1.1 Build0815.
When accessing the network drive from the Mac using AFP a lot hidden files are created on the NAS. As long as I use Mac only it is not that big of a problem since the files don't show up in the Finder. When I connect from my windows machine using Samba I see a lot of funny filenames.
When I directly connect to the NAS using ssh I see that the filenames / directories are named either :2e* or .AppleDouble.
I managed to prevent the creation of .DS_Store files by changing the network behavior on the mac itself:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Is there any known way to prevent these files from beeing created?
News