S.SubZero Posted December 24, 2007 Share Posted December 24, 2007 OS X has a bad habit. On any Windows server I have write access on, it likes to leave stupid little hidden files scattered around. The big offender is .DS_Store, which is in every friggin' directory I touch at all. If I copy or mannipulate files in directories it creates little hidden files with the same names. These files are all probably settings or whatever. Is there any way to control this behavior? I don't care if I don't retain settings between sessions, I just don't want these files laying around. Link to comment https://www.insanelymac.com/forum/topic/77655-os-x-splatters-files-on-my-windows-box/ Share on other sites More sharing options...
Purple Puppy Posted December 24, 2007 Share Posted December 24, 2007 Windows also splatters "thumbs.db" and "desktop.ini" around. All operating systems do that; there is little or nothing you can do about them. Link to comment https://www.insanelymac.com/forum/topic/77655-os-x-splatters-files-on-my-windows-box/#findComment-549549 Share on other sites More sharing options...
justvisiting Posted December 24, 2007 Share Posted December 24, 2007 OS X has a bad habit. On any Windows server I have write access on, it likes to leave stupid little hidden files scattered around. The big offender is .DS_Store, which is in every friggin' directory I touch at all. If I copy or mannipulate files in directories it creates little hidden files with the same names. These files are all probably settings or whatever. Is there any way to control this behavior? I don't care if I don't retain settings between sessions, I just don't want these files laying around. Prevent .DS_Store file creation on network volumes, in your Terminal: sudo defaults write com.apple.desktopservices DSDontWriteNetworkStores true not sure if there is an equivelent for removable drives or by filesystem -- ie don't write on NTFS drives Link to comment https://www.insanelymac.com/forum/topic/77655-os-x-splatters-files-on-my-windows-box/#findComment-549563 Share on other sites More sharing options...
sg Posted December 25, 2007 Share Posted December 25, 2007 the problem is windows is being retarded and doesnt act like every other operation system out there and show files/folders that start with a period. they're also dumb enough to put their thumb.db {censored} without a period at the start. Link to comment https://www.insanelymac.com/forum/topic/77655-os-x-splatters-files-on-my-windows-box/#findComment-551334 Share on other sites More sharing options...
S.SubZero Posted December 25, 2007 Author Share Posted December 25, 2007 Windows also splatters "thumbs.db" and "desktop.ini" around. All operating systems do that; there is little or nothing you can do about them. OS X is really bad with it though. I mean yeah, Windows has thumbs.db and desktop.ini. Two files. In OS X, it creates hidden files for *any* file modified. I had some directories where they would literally have 2x the number of files because of these things, and when you are dealing with 100 files, that's now 200 files, instead of Windows' 102. I don't like having files hidden from me so I usually set Windows up to show me hidden files, and I don't mind 2 extra files. I mind 100 extra files. I gave that other command a shot, I'll be seeing how it does over the next couple of days when I'm back on the Mac. Link to comment https://www.insanelymac.com/forum/topic/77655-os-x-splatters-files-on-my-windows-box/#findComment-551899 Share on other sites More sharing options...
Recommended Posts