.DS_Store

  • Thread starter Thread starter PL
  • Start date Start date
P

PL

I have three Mac OSX workstations in the graphics dept in an otherwise
Microsoft shop. These guys litter all network shares with ".DS_Store"
files and "._filename" files. I have already tried the "defaults
write com.apple.desktopservices DSDontWriteNetworkStores true" command
but they have not stopped creating these files. Is there anything
else that should be done?

Thanks,
Peter.
 
PL said:
I have three Mac OSX workstations in the graphics dept in an otherwise
Microsoft shop. These guys litter all network shares with ".DS_Store"
files and "._filename" files. I have already tried the "defaults
write com.apple.desktopservices DSDontWriteNetworkStores true" command
but they have not stopped creating these files. Is there anything
else that should be done?

Hi Peter!

You're obviously connecting via SMB if you're seeing the "._" files.
These are the resource forks of the files without the "._". While you
can delete them without losing data, Mac OS X will simply put them back
as you access the files.

You may want to try using Windows Server's File Services for Macintosh,
which will limit your file names to 31 characters, or you can look into
using a better SMB client such as Dave from http://www.thursby.com. This
SMB client does not create the "._" files. You can download a free trial
from their website.

Hope this helps! bill
 
Back
Top