Y
Hacker News
new
|
ask
|
show
|
jobs
by
seabass
716 days ago
Never understood why it had to be in the same folder. Can’t the os have its own little db somewhere that has a reference to each path?
2 comments
stereo
716 days ago
The idea was that metadata, for example a file’s label, would travel across to whichever device you use the network drive from.
link
tambourine_man
716 days ago
But classic Mac OS stored “Desktop DB” and “Desktop DF” at the root of each mounted drive, IIRC.
It seems like a better solution.
link
jojobas
716 days ago
Yeah, because such devices are only made by Apple and can or should understand Apple's internal format.
link
neerajsi
716 days ago
Putting in in the folder is also nice in that it naturally gets deleted when the folder is deleted
link
earthboundkid
716 days ago
All file operations have been watched by Spotlight since forever at this point.
link
threeseed
716 days ago
Except for ignored file types and folders you marked as private.
link
vetinari
716 days ago
Or those on network volumes or removable media. When somebody else on other machine removes them, your local database is out of sync pronto.
link
earthboundkid
716 days ago
This also happens with .DS_store files if the other computer on the network isn’t a Mac. It’s irrelevant.
link
tekknik
715 days ago
computers other than a mac don’t need DS_Store anyways, so still relevant.
link