In the company I'm the only Mac user. A lot of folders on our network drive (which I connect to using SMB) have .DS_Store files.
Since these are Mac files according to my research, I assume they're all created by my Mac.
I run
, and now I see local .DS_Store files.
However, when I browse my network drive in Finder, I still don't see these files.
My windows colleagues, as well as when I use Windows through Parallels, both show these .DS_Store files.
So, how on earth do I get these files to show on the network drive? I know there are commands to stop creating them on network drives, but it's a bit tedious to test them when I don't see them on my Mac.
Since these are Mac files according to my research, I assume they're all created by my Mac.
I run
Code:
I run defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder
However, when I browse my network drive in Finder, I still don't see these files.
My windows colleagues, as well as when I use Windows through Parallels, both show these .DS_Store files.
So, how on earth do I get these files to show on the network drive? I know there are commands to stop creating them on network drives, but it's a bit tedious to test them when I don't see them on my Mac.