Do you keep everything in “downloads” or have file trees 100 folders deep?
These days, a shallow folder system. I have an electronica folder, and a Blanck Mass folder that definitely would go in there but that is full enough to stand on it’s own. Actual taxonomic organisation would take way too many clicks, but flat organisation can result in trouble finding things, and just looks like you’re a slob. (Although I’m guilty of having unsorted hoarder folders for things I only needed once, too)
There’s probably a rule of thumb for optimal fanout on each GUI folder, related to our visual processing. Hmm. I wonder if there’s a way to make the tree self-balancing as well.
2tb external hard drive, and another 2tb drive that has a copy of everything.
If it’s important, or if you love your stuff, then always keep a backup.
I personally do three 5TB ext. drives, and only two drives may be at the same location at any given time. I’m also making sure only to use drives whose S.M.A.R.T. can be read without removing their enclosure.
Not sure who thought it’d be a good idea to make an external drive where S.M.A.R.T. cannot be read through whatever interface it uses.
I’m also making sure only to use drives whose S.M.A.R.T. can be read without removing their enclosure.
That’s a good call, which drives have you found that support this?
I haven’t found a definite favorite yet, but I’ve bought a few Western Digital external HDDs which have all supported S.M.A.R.T. over USB. I’m currently using their WDBU6Y0050BBK devices. They don’t have the best reviews, but mine have worked just fine over the past year.
Contrary, I’ve had two Seagate external HDDs in the past, none of which supported S.M.A.R.T. over USB, and they died after about 10 years of sparse use (powered on for backup at least once a year).
I guess one could find what USB chip the WDs use and then compare with other drives, but no one writes such stuff in their product information. >:(
At this point, with the sheer amount of data, I’ve structured things based on individual drives. All of my devices have the onboard SSD. Call me old fashioned, but I still partition that one into two drives, one containing the Windows stuff and the essential 3rd party software, and a second partition which contains games, downloaded media, miscellaneous software, generally the stuff I use more frequently, but isn’t vital. It’s also where I store all downloads to keep the Windows partition clean and separate.
As for my external drives, I have one which I keep stuffed with game installs, and a second one which serves as my media library drive - music, movies, etc.
In terms of folder structures, I either use the default ones which come with Steam, for instance, or I keep it as simple as humanly possible (eg. Music > Artist > Album). Downloads are lumped in a single folder labeled, wherein I may make subfolders for mass downloads of mods and such. Otherwise, Search & pray! With indexing turned off, because I like to hurt myself!
NAS. Most things sit in downloads indefinitely, and I’ll randomly decide the folder is gross and unmanageable and put things into appropriate folders. Usually Documents gets the most sub-categories, with various significant life docs sorted by category and year. Pictures gets random art I made in a folder, pictures, memes and funny shit, etc also get their own folders.
Media downloads go straight to the NAS where they’re organized by Format/Category/Series/Name. As in Video/Movies/John wick/John wick 1. TV gets a season level in there.
It goes to the Desktop, when the Desktop is full I delete everything that looks unimportant 👍
thanks, I hate it
this is me, but i make another new folder and put everything in the new folder cause i don’t feel like looking to see if it could be important, i’ll do it later maybe
I’ve gone super organized to absolute dumped folders over the last decade. If you have a NAS, get organized. Everything on your computer, do more loosely.
My rule with hobbies like electronics like PCB design prototyping and breadboarding, 3d printing, roadie bicycle stuff, etc., is that my collection of crap and organization scheme has failed when I forget what I have or can’t find it when I need it. I avoid the rabbit hole of making organization a priority project or taking it too far by only targeting what I need to do in order to prevent these situations of missing items.
The same goes for digital storage. My organization must be intuitive so that a year or more from now, I know where to find the thing at a glance.
One trick I learned from managing multiple connected point of sale systems for a chain of retail stores is to name your files in a way that sorts naturally. For instance, use year-month-day in file naming as opposed to nonsensical date standards. With bikes in the bike shops it was
- "Bike-
- MTB/RDR/TRI/HYB/KID-
- XS/SM/MD/LG/XL
- (Brand)-
- (Model)-
- (Year)"
Without a sales staff performing any searches I wanted bike types and sizes to naturally sort. I needed them to see exactly what was in stock in their store without thinking about the computer. I wanted them to immediately identify the range of choices available so that they could easily tell the customer what choices they have for immediate gratification. This involved me normalizing bike sizing to fit within my naming constraints as no bikes are sized the same way across brands. This is still how I think about naming schemes, they should always have sorting functionality built in. But don’t take it so far that you can’t remember the way you organized stuff without refamiliarizing yourself with the details.
File trees 100 folders deep but entirely in Downloads of course
I’ve struggled with digital organizing for decades. I tried tons of strategies from other people. There’s lots of good ideas, but ultimately you have to find something that works for you. I take some ideas from other systems and tweak them in ways that make sense for me.
I heavily rely on the default indexing of my OS. KDE is great, but most OSes have pretty good file searching tools. Just make sure to label files or at least folders in ways that are searchable.
Backups are super important (3 copies, 2 different types of media, 1 copy off site). I like to structure my data in a way that is easy to back up. I have a folder called “ephemeral” for stuff that I don’t care to back up so I don’t waste precious space. But i also try to have way more space than i need. I have a 4TB ssd on my main laptop and am planning on upgrading to 8TB soon. I have two different ZFS RAID3 arrays on my server where I copy data too. I started using syncthing to keep different types of media backed up between multiple computers. That way I can decide which computer is connected to which data set. Then I take regular backups of the sever to external drives and rotate those backup off site monthly.
I like to have a folder called “archive” where i put things that I want to hold on to, but will probably never need regular access too.
I also have a sensitive data folder for things that need to be on encrypted drives like financial statements, social security, passwords, ssh keys. Keeping it together helps me from forgetting it on an unencrypted drive. I had a laptop stolen once and it sucked not knowing what they may have pulled from it.
I have a media folder that contains folders for basic file types like documents, pictures, books, music, etc. The ephemeral folder has the same folder structure, but contains files that i don’t care if they disappear or get deleted. It is annoying to keep up with this though. But investing in storage space buys me time to not deal with it.
It will never be perfect so I learned how to stop worrying and love the search.
Downloads folder is a free-for-all; things get properly sorted when they’re moved onto the NAS - there is a seperate network drive for Multimedia (videos), Applications, Photos, etc. Each of those are then usually nested by Alphabetical folder.
I use plex so it files have to complay with the minimum plex naming conventions:
https://support.plex.tv/articles/naming-and-organizing-your-tv-show-files/
Organizing is one thing but it’s better to reduce your brainpower-spending regardless of what you do.
On Windows? Custom iconed folders and explorer bookmarks go a long way. Better than relying on Quick Access or whatever.
On desktop Linux? Tools like
fd
andzoxide
(z
) save you as long as your directory names are consistent. Sticking tonames-like-this
reduces guesswork and you can skip around in seconds. (Saved me many a due date.)On Android, consult Indiana Jones. Your files are a treasure – they’re staying hidden
Android at least has this neat app named TagSpaces… but yeah I really hate how the entire filesystem is basically Windows’ “Documents” folder: Various apps just dump things wherever the heck they please!
Edit: Thanks for mentioning those really cool Linux tools!!
I try but don’t always succeed. In my main laptop, I have all misc files in the downloads folder, photos in photos, documents(pdfs, writer, math) and videos/movies in videos.
on my main desktop it’s total anarchy
My PC has a secondary HDD that has my files. Movies, books, comics, TV shows, random stuff, etc. It’s more or less organized in their own folders.
I used to have complete anarchy in my Downloads folder, but I’ve since reformed my ways and now my Downloads folder is clean and my Videos and Documents folders are complete anarchy instead.
Yes.