Erstellung von .DS_Store auf entferntem Server verhindern

ricci007

ricci007

Aktives Mitglied
Thread Starter
Dabei seit
11.10.2004
Beiträge
2.536
Reaktionspunkte
13
Hi @ll,

wie kann ich es erreichen, dass ein Samba-gemountetes Share keine .DS_Store Dateien in jedem Ordner bekommt?

LG

ricci007
 
gar nicht, das macht der finder automatisch...
da kannst du nur eins der diversen tools benutzen, der diese wieder löscht...
 
Schreibberechtigung entziehen.
 
Soweit Mac OS 10.4 vorhanden hilft die Mac Hilfe weiter:
Mac OS X 10.4: How to prevent .DS_Store file creation over network connections

This article contains advanced material intended only for those who are looking for information on .DS_Store files. If you do not already have an opinion on this matter, you can disregard this article.

To configure a Mac OS X user account so that .DS_Store files are not created when interacting with a remote file server using the Finder, follow the steps below.
Note: This will affect the user's interactions with SMB/CIFS, AFP, NFS, and WebDAV servers.

Open the Terminal.
Type:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Press Return.
Restart the computer.
 
nagut, dann tut es ein Cronjob auf meinem Linux-Server ja wahrscheinlich auch, der sowas macht wie:

# find / -name ".DS_Store" -type f -exec rm -f {} \; >/dev/null 2>/var/log/rmMacDump.log

*g*

Trotzdem Danke!

ricci007
 
macmeikel schrieb:
Soweit Mac OS 10.4 vorhanden hilft die Mac Hilfe weiter:
Mac OS X 10.4: How to prevent .DS_Store file creation over network connections

This article contains advanced material intended only for those who are looking for information on .DS_Store files. If you do not already have an opinion on this matter, you can disregard this article.

To configure a Mac OS X user account so that .DS_Store files are not created when interacting with a remote file server using the Finder, follow the steps below.
Note: This will affect the user's interactions with SMB/CIFS, AFP, NFS, and WebDAV servers.

Open the Terminal.
Type:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Press Return.
Restart the computer.

COOL, danke!
 
macmeikel schrieb:
Soweit Mac OS 10.4 vorhanden hilft die Mac Hilfe weiter:
Mac OS X 10.4: How to prevent .DS_Store file creation over network connections

This article contains advanced material intended only for those who are looking for information on .DS_Store files. If you do not already have an opinion on this matter, you can disregard this article.

To configure a Mac OS X user account so that .DS_Store files are not created when interacting with a remote file server using the Finder, follow the steps below.
Note: This will affect the user's interactions with SMB/CIFS, AFP, NFS, and WebDAV servers.

Open the Terminal.
Type:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Press Return.
Restart the computer.

Wo hast du des denn genau gefunden, ich hab des auf meiner deutschen Tiger-Installation nicht drauf. Folgende Stichworte hab ich verwendet:

.DS_Store
DS_Store
prevent DS_Store
verhindern DS_Store

Hab aber nix passendes gefunden :(
 
Bei mir taucht das in der Mac-Hilfe als letzter Eintrag auf, Stichwort: '.DS_Store' ... komisch dass das bei Dir nicht der Fall ist. Hab' auch den 'deutschen' Tiger drauf ... ;)
 
macmeikel schrieb:
Bei mir taucht das in der Mac-Hilfe als letzter Eintrag auf, Stichwort: '.DS_Store' ... komisch dass das bei Dir nicht der Fall ist. Hab' auch den 'deutschen' Tiger drauf ... ;)

Bei mir taucht da nix auf - komisch. Muss man die Hilfe extra installieren - kann ich des nachtraeglich auch machen?

Danke!
 
axo, war nicht online, drum hat er die produkt-support-seiten nicht durchsucht.

merci.
 
Das scheint nur für einzelne Benutzer zu sein, wie kann ich es Systemweit abstellen ?
 
Zurück
Oben Unten