TheWaterGod@lemmy.caM to Tech Support Memes@lemmy.caEnglish · 4 days agoMac Userslemmy.caimagemessage-square49fedilinkarrow-up1700arrow-down15
arrow-up1695arrow-down1imageMac Userslemmy.caTheWaterGod@lemmy.caM to Tech Support Memes@lemmy.caEnglish · 4 days agomessage-square49fedilink
minus-squareargh_another_username@lemmy.calinkfedilinkarrow-up44·4 days agoMacOS create these directories to store metadata. But because it starts with a dot, you don’t normally see it.
minus-squareSamskara@sh.itjust.workslinkfedilinkarrow-up12arrow-down1·4 days agomacOS only does this on network shares or external storage that’s formatted in neither HFS+ nor APFS, Apple‘s file system formats.
minus-squareTheRealKuni@piefed.sociallinkfedilinkEnglisharrow-up17·4 days agoRight, so anything that might be used with other machines.
minus-squareSamskara@sh.itjust.workslinkfedilinkarrow-up12·4 days agoZIP files created with macOS‘ file manager Finder can also contain DS_Store files. Yes, the idea is to support macOS features on non native file systems. If you want to look it up, some of this goes back to HFS, a file system with a resource fork and data fork. It allows you to do pretty cool stuff.
minus-squareNanTeeHanq@sh.itjust.workslinkfedilinkarrow-up2arrow-down3·edit-23 days agoRemoved by mod
minus-squareboonhet@sopuli.xyzlinkfedilinkarrow-up2·4 days agoHuh? I’ve seen it on the git untracked files list on APFS drives, I’m pretty sure. In fact I know some companies just add it to .gitignore for that reason
minus-squarejust some guy@sh.itjust.workslinkfedilinkarrow-up2·4 days agoTo add to this, it does not do this on drives/folders added to the indexing exclusion list
MacOS create these directories to store metadata. But because it starts with a dot, you don’t normally see it.
macOS only does this on network shares or external storage that’s formatted in neither HFS+ nor APFS, Apple‘s file system formats.
Right, so anything that might be used with other machines.
ZIP files created with macOS‘ file manager Finder can also contain DS_Store files.
Yes, the idea is to support macOS features on non native file systems.
If you want to look it up, some of this goes back to HFS, a file system with a resource fork and data fork. It allows you to do pretty cool stuff.
Removed by mod
Huh? I’ve seen it on the git untracked files list on APFS drives, I’m pretty sure.
In fact I know some companies just add it to .gitignore for that reason
To add to this, it does not do this on drives/folders added to the indexing exclusion list