| View previous topic :: View next topic |
| Author |
Message |
jcleekm New Member

Joined: 02 Oct 2005 Posts: 15
|
Posted: Mon Oct 03, 2005 10:15 am Post subject: ds_store an such |
|
|
What is up with all the hidden DS and DS_store and ._xx files?
Any time I access any media (USB, Network etc) on My Mac and look at it in Windows (hidden files shown) I see the above files and folders with a 1k shortcut to the file I opened on my Mac
Can I make it stop?
I think my NTFS partitions are set to a 4k cluster size (could be 2k) so those hidden 1k files are eating up 4k apiece which will start to add up eventually. |
|
| Back to top |
|
 |
greg Veteran Member


Joined: 01 May 2005 Posts: 613
|
Posted: Mon Oct 03, 2005 11:32 am Post subject: Re: ds_store an such |
|
|
| jcleekm wrote: | | What is up with all the hidden DS and DS_store and ._xx files? |
The .DS_Store files are created by the Finder to keep track of folder view options, icon positions, comments, etc. A separate .DS_Store file is created in each directory to store information about that directory. _________________ 2.0GHz Intel Core 2 Duo
2GB RAM
miniStack 500GB
Dell 1905FP
Logitech Wave Cordless Desktop |
|
| Back to top |
|
 |
aristobrat Member


Joined: 06 Jul 2005 Posts: 188 Location: Va Beach, VA
|
Posted: Mon Oct 03, 2005 12:07 pm Post subject: |
|
|
Does the DS_Store handle multiple users?
i.e. if I browse to a network share and change a setting, is that what the next person who stumbles across that share will see, or does it keep track of us? (If that makes any sense).  |
|
| Back to top |
|
 |
greg Veteran Member


Joined: 01 May 2005 Posts: 613
|
Posted: Mon Oct 03, 2005 1:39 pm Post subject: |
|
|
| aristobrat wrote: | Does the DS_Store handle multiple users?
i.e. if I browse to a network share and change a setting, is that what the next person who stumbles across that share will see, or does it keep track of us? (If that makes any sense).  |
My understanding is (and someone can correct me if I'm wrong) that .DS_Store files don't really handle multiple users very well. Essentially, the last person whose changes are written to the .DS file overwrites those of the previous user's settings. _________________ 2.0GHz Intel Core 2 Duo
2GB RAM
miniStack 500GB
Dell 1905FP
Logitech Wave Cordless Desktop |
|
| Back to top |
|
 |
PeteC New Member

Joined: 22 Aug 2005 Posts: 14
|
Posted: Tue Oct 04, 2005 8:50 am Post subject: |
|
|
Hi,
I used Tinker Tool (http://www.bresink.de/osx/TinkerTool.html) to stop DS_store files being created on network shares.
Seems to work a treat.
Cheers,
Pete |
|
| Back to top |
|
 |
greg Veteran Member


Joined: 01 May 2005 Posts: 613
|
Posted: Tue Oct 04, 2005 9:25 am Post subject: |
|
|
You can also do this via Terminal:
1. Start Terminal
2. Type: defaults write com.apple.desktopservices DSDontWriteNetworkStores true
3. Restart your computer _________________ 2.0GHz Intel Core 2 Duo
2GB RAM
miniStack 500GB
Dell 1905FP
Logitech Wave Cordless Desktop |
|
| Back to top |
|
 |
PeteC New Member

Joined: 22 Aug 2005 Posts: 14
|
Posted: Tue Oct 04, 2005 9:36 am Post subject: |
|
|
Neat-o.
I thought you'd be able to do it via the terminal, but at the moment I'm still scared of breaking something
Cheers,
Pete |
|
| Back to top |
|
 |
|