Originally posted by Lazzo
Would this mean only ONE invisible .DS_Store file somewhere in the system?
It's time-consuming having to reboot into OS 9 and delete them from website folders before uploading.
I deleted over 800 of 'em yesterday. Got a kernel panic today. Sigh.
Only one invisible .DS_Store file would
NOT be the solution to this problem. What Apple needs to do is to store .DS_Store information (window preferences, usually) LOCALLY on your hard drive somewhere, not on the server volume itself.
If Apple centralized the .DS_Store files making them into one big file, it could easily get corrupted, forcing you to delete it and make ALL of your window preferences revert to system defaults. With them all separate, if one gets corrupted, it only affects that folder, and you can easily delete without ill effects to your entire set of window preferences.
If you want to use OS X to get rid of them on the server, just use this command in OS X's terminal:
find / -name .DS_Store -exec rm {} \;
Make sure the green slash is the path to your network drive. So, for example, if you have your iDisk mounted, the path to it would be
/Volumes/simx.
Of course, this solution only works if you can actually mount the hard drive on your desktop.