this post was submitted on 08 Oct 2025
638 points (99.2% liked)

Tech Support Memes

3133 readers
542 users here now

Memes about IT and computer related things, funny screenshots, or things you see out in the wild.

founded 2 years ago
MODERATORS
all 47 comments
sorted by: hot top controversial new old
[–] maccentric@sh.itjust.works 2 points 10 hours ago

.Spotlight-V100 says hello!

[–] buttnugget@lemmy.world 3 points 13 hours ago

It’s a good thing I never created OS file systems because I would have balls.chin files everywhere. Well, the truth is that someone would have forked it just to change that, then I would have raged and abandoned the project, then a competent maintainer would have grabbed it. What a world.

[–] nik282000@lemmy.ca 105 points 1 day ago (4 children)

Fuckin thumbs.db and lost+found hiding on every USB stick.

[–] vithigar@lemmy.ca 3 points 5 hours ago (1 children)

What drives me batty about thumbs.db is that on a modern high end machine with an nvme drive it's not meaningfully faster then just regenerating thumbnails on demand every time, and in fact can be slower under some circumstances. Yet there's no "I don't need this turn it off" option.

[–] AnUnusualRelic@lemmy.world 1 points 4 hours ago (1 children)

What about remote drves though?

[–] vithigar@lemmy.ca 1 points 2 hours ago* (last edited 2 hours ago)

For whatever insane windows-y reason, having a thumbs.db file on a network share is one of those slower scenarios for me. Which is odd because you'd expect that to be the kind of situation where it's actually useful.

[–] Agent641@lemmy.world 5 points 13 hours ago

Or as my parents call them, "A virus!"

[–] Hawke@lemmy.world 55 points 1 day ago (3 children)

Seriously fuck thumbs.db anywhere it can be found.

THIS IS WHY NTFS HAS ALTERNATE DATA STREAMS, USE THEM YOU FUCKERS YOU CREATED IT.

[–] ILikeBoobies@lemmy.ca 8 points 17 hours ago (1 children)
[–] Hawke@lemmy.world 2 points 16 hours ago* (last edited 15 hours ago)

Yes well you’re not wrong.

Although I use ext4.

For Linux, the equivalent is Extended Attributes, although they come with significant limitations.

[–] tetris11@feddit.uk 19 points 22 hours ago (1 children)
[–] Hawke@lemmy.world 28 points 22 hours ago* (last edited 21 hours ago) (1 children)

Alternate data streams look like normal files but with an appended identifier.

For example test.txt:stream1 is an alternate data stream of test.txt. Move or copy the file and the ADS goes with it.

They can be created like other files (“echo > test.txt:stream1”)

You can see them with “dir /r” at the command line.

You can even have an alternate data stream with no corresponding file. In my opinion this is what thumbs.db should have been.

[–] tetris11@feddit.uk 13 points 21 hours ago (1 children)

you are shitting me, that's so cool. This command only works for NTFS?

[–] Hawke@lemmy.world 9 points 19 hours ago* (last edited 19 hours ago) (1 children)

It works, and yes only on NTFS… but many applications may not be able to open these “files”.

It’s actually sort of a weird historical thing, goes back to the roots of Windows NT in VMS and also compatibility with Mac OS (classic) and its “resource forks”

[–] BanMe@lemmy.world 3 points 17 hours ago

OMG you're taking me back to ResEdit

[–] thermal_shock@lemmy.world 2 points 14 hours ago (1 children)

Easiest fix, change the folder view to another, like "list", then back and it won't be locked anymore. Might take a second or two, but will unlock.

[–] Hawke@lemmy.world 2 points 14 hours ago (1 children)

Not sure what you’re talking about. “Locked”?

[–] thermal_shock@lemmy.world 2 points 13 hours ago* (last edited 13 hours ago) (1 children)

You mean list? Click these icons and change the folder view from icons to something else, like "list" or "details", then thumbs.db can be deleted without windows bitching.

You can also change under View menu at the top.

[–] Hawke@lemmy.world 2 points 7 hours ago

No I mean “locked”.

I don’t care about windows bitching about these files, I am offended that it shits them (and “desktop.ini”) all over everywhere.

It’s a total hack, and pathetic for a company the size of Microsoft.

[–] Echolynx@lemmy.zip 6 points 18 hours ago (1 children)

I have lost+found on my Linux drives... what am I doing wrong?

[–] luciferofastora@feddit.org 12 points 14 hours ago

Nothing.

If you run fsck (filesystem check), it will look for blocks of data that look like files, but have no actual filename attached. Simplified, that can happen as a result of unexpected shutdowns (like kernel panic) or IO conflicts (where one process deletes the file but the other writes data to where the file used to be). If fsck finds such "lost files", it will put them in lost+found on the respective volume.

If you have trouble with missing files after a crash, it might be worth looking for them there. Otherwise, it probably doesn't matter.

[–] FunctionallyLiterate@lemmy.ca 44 points 1 day ago* (last edited 1 day ago) (1 children)

Meh, that's nothing - just look at the multitude of directories forced upon any storage device you plug into something running Android.

[–] luciferofastora@feddit.org 4 points 13 hours ago

Isn't it just SD cards it automatically prepares to use as an extension of the main filesystem by automatically mirroring the default filestructure onto it?

[–] Samskara@sh.itjust.works 29 points 1 day ago (1 children)
[–] MadMadBunny@lemmy.ca 6 points 20 hours ago

Don’t come anywhere near us

[–] dohpaz42@lemmy.world 21 points 1 day ago (1 children)

Wait until they cross paths with the ._DS_Store abomination.

[–] luciferofastora@feddit.org 2 points 13 hours ago

What's that? It rings a bell and I've been wondering all thread whether I misremembered the correct name.

The most reliable fingerprint.

[–] Ging@anarchist.nexus 6 points 1 day ago (1 children)

Am too poor to afford mac, what this mean?

[–] Luci@lemmy.ca 31 points 1 day ago (2 children)

It’s a folder that macOS will leave on usb sticks with meta data and stuff I think

Idk I delete it on sight.

[–] AnUnusualRelic@lemmy.world 1 points 4 hours ago* (last edited 4 hours ago)

On any non Mac native filesystem I think. Anything that MacOS can read but isn't the original filesystem (it used to be HFS, a long time ago, I have no idea what it is nowadays) will be peppered with those metadata files, disk, floppy, thumb drive, whatever.

[–] Ging@anarchist.nexus 5 points 22 hours ago (2 children)

Very cool, I'm still kinda confused why .DS_Store is the identifier for such a folder but still cool Thanks

[–] vodka@feddit.org 15 points 22 hours ago* (last edited 22 hours ago)

It's a file that is never visible on Mac systems, it stands for Desktop Service. It just saves stuff like your zoom settings for the specific folder, metadata for the files in the folder etc

It is automatically generated in every single folder you access on a Mac system that isn't a native Apple file system. So for example a Windows formatted USB stick, or a network share.

It is however visible on non-mac systems as a file called ".DS_Store"

[–] bitwolf@sh.itjust.works 4 points 19 hours ago (1 children)

On Unix and Unix-like systems when a file or directory name starts with a . its hidden by default.

This convention is maintained in the UI for MacOS so you don't see the .DS_Store directory unless you ask to show hidden files.

[–] luciferofastora@feddit.org 5 points 14 hours ago

Apparently not even then, in the case of .DS_Store. Another comment quoted from Wikipedia:

Starting at macOS 10.12 16A238m, Finder will not display .DS_Store files (even if you ran defaults write com.apple.finder AppleShowAllFiles YES in Terminal to show hidden system files).

Wikipedia

[–] magnetosphere@fedia.io 7 points 1 day ago (3 children)

I’m such a Mac user that I don’t even get it. I am simultaneously laughing at myself and embarrassed.

[–] argh_another_username@lemmy.ca 42 points 1 day ago (1 children)

MacOS create these directories to store metadata. But because it starts with a dot, you don’t normally see it.

[–] Samskara@sh.itjust.works 11 points 1 day ago (3 children)

macOS only does this on network shares or external storage that’s formatted in neither HFS+ nor APFS, Apple‘s file system formats.

[–] TheRealKuni@piefed.social 17 points 1 day ago (1 children)

Right, so anything that might be used with other machines.

[–] Samskara@sh.itjust.works 12 points 1 day ago (1 children)

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.

[–] boonhet@sopuli.xyz 2 points 16 hours ago

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

[–] tophneal@sh.itjust.works 2 points 1 day ago

To add to this, it does not do this on drives/folders added to the indexing exclusion list

[–] Psythik@lemmy.world 6 points 19 hours ago* (last edited 14 hours ago)

That's cause they're hidden from you. The file does not show up on MacOS, even if you enable showing hidden files.

[–] dohpaz42@lemmy.world 17 points 1 day ago (1 children)

Depending on how you interact with your computer, and when you started being a Mac user, I’m not surprised.

Starting at macOS 10.12 16A238m, Finder will not display .DS_Store files (even if you ran defaults write com.apple.finder AppleShowAllFiles YES in Terminal to show hidden system files).

Wikipedia

[–] not_IO@lemmy.blahaj.zone 2 points 15 hours ago

Apple treats it's users like children, i would feel so not respected. Yeah you bought the machine but don't worry your pretty little head with these confusing files

[–] Korne127@lemmy.world 7 points 1 day ago

Hahahaha that's actually hilarious