So my brother calls me up freaking out saying that he can't find a folder in an external drive of gigs of photos that he's working on.
Full disclosure: he's on Ventura (mostly up-to-date, he hasn't installed the latest update) and is using Photoshop/Bridge 2024.
I remote into his machine and sure enough I find that the folder in his external drive is hidden (by hitting CMD-Shift-"."). He's using Carbon Copy Cloner to back up the drive to another standalone HDD in the same enclosure and that folder is there and it isn't hidden.
After many googles, I find that the only thing I can find to manually hide folders/files is the keyboard shortcut showing me system files that I mentioned above (well, duh). So I finally come across a YouTube video showing me how to use Terminal to manually hide/unhide folders/files and I was able to get his folder unhidden (phew). BTW for those that don't know, the terminal command to hide/unhide is:
Now, the big question: how in the hell did this happen in the first place?!? Granted my bro isn't the most tech savvy guy, but it certainly doesn't seem that this was done by a fat fingered keystroke or missed mouse menu target. I did find someone with a similar issue here, but there was no resolution or cause found. Since they mention Stage Manager in that post I wonder if that could be the culprit.
Does anyone have a clue as to how this could be happening? TIA
Full disclosure: he's on Ventura (mostly up-to-date, he hasn't installed the latest update) and is using Photoshop/Bridge 2024.
I remote into his machine and sure enough I find that the folder in his external drive is hidden (by hitting CMD-Shift-"."). He's using Carbon Copy Cloner to back up the drive to another standalone HDD in the same enclosure and that folder is there and it isn't hidden.
After many googles, I find that the only thing I can find to manually hide folders/files is the keyboard shortcut showing me system files that I mentioned above (well, duh). So I finally come across a YouTube video showing me how to use Terminal to manually hide/unhide folders/files and I was able to get his folder unhidden (phew). BTW for those that don't know, the terminal command to hide/unhide is:
Code:
[computer] chflags nohidden [filepath]
[computer] chflags hidden [filepath]
Now, the big question: how in the hell did this happen in the first place?!? Granted my bro isn't the most tech savvy guy, but it certainly doesn't seem that this was done by a fat fingered keystroke or missed mouse menu target. I did find someone with a similar issue here, but there was no resolution or cause found. Since they mention Stage Manager in that post I wonder if that could be the culprit.
Does anyone have a clue as to how this could be happening? TIA