Local storage
In some of my folder, I found something quite interesting:
Some folders have the `.DS_Store` but some does not
Network storage
.DS_Store
files are not on the network store. Any reason?
Thanks.
In some of my folder, I found something quite interesting:
Some folders have the `.DS_Store` but some does not
.DS_Store
files are not on the network store. Any reason?
Thanks.
A common reason for presence of .DS_Store
:
An answer to Why are dot underscore ._ files created, and how can I avoid them?:
mount
to reveal the type. – Graham Perrin Jul 27 '12 at 04:06