July 2008
S M T W T F S
    Aug »
 12345
6789101112
13141516171819
20212223242526
2728293031  

Pages

Stop DS_Store file creation on network connections

If you use your Mac on a cross platform network often, you’ve surely run into the obnoxious creation of .DS_Store files. If you’re curious what the file is used for, DS_Store is a hidden file for Mac OS X that stores various bits of data for the Finder to remember, like icon position, making it completely useless for anyone besides you to see. By default, your Mac will create the .DS_Store file’s all over the place including accessed computers that aren’t Macs, creating an annoying mess for network users to find. Thankfully you can easily turn off the creation of DS_Store files on network connections:

Stop .DS_Store file creation on network shares

Launch the Terminal and type the following exactly:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Restart your Mac and you will no longer have those pesky .DS_Store files appearing every time you browse a network share.

VN:F [1.7.9_1023]
Rating: 0.0/10 (0 votes cast)
VN:F [1.7.9_1023]
Rating: 0 (from 0 votes)
number of view: 561
  • Share/Bookmark

1 comment to Stop DS_Store file creation on network connections

  • zw

    do you know how to extend this feature to external drives, SD cards, USB keys etc ?

    UN:F [1.7.9_1023]
    Rating: 0.0/5 (0 votes cast)
    UN:F [1.7.9_1023]
    Rating: 0 (from 0 votes)

    [Reply]

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>