TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you organize your files and folders on your computer?

7 点作者 lawlit将近 14 年前
Well, I'm having a bit trouble trying to figure out a new model and folder architecture for organizing my life around the computer (Between work, freelance, personal projects, etc.) and thought I might get some inspiration out here

4 条评论

namank将近 14 年前
HD split into OS/Apps/Frameworks/Installations and My files.<p>myfiles/stuff/* where * is folder name a generalized name for its content's context. EG: 'university" contains everything i've done in school. "books" are all the books i have. "grad" is stuff relating to grad school. "songs" is...well, im sure you get the point. ps: 'songs' is also my iTunes default folder<p>myfiles/dev/* - * means project name. work/freelance/whatever - all go in here.<p>myfiles/myname/* - uber personal stuff<p>This is the final stage of evolution of how i structure my laptop. I actually quite like it now.
Zumzoa将近 14 年前
C Drive for OS and program installs. D Drive for Music, Pictures and all general life files except those on F drive for films, ISOs and other large media files.<p>The goal for the future will be that C drive could be formatted for OS reinstalls with minimal data loss, beyond the backup of user profile folders to another drive.<p>Beyond that, files are organised for ease of backup: 'Pictures' for images, 'Music', 'Written work' etc.<p>Ease of navigation is achieved through the copious use of shortcuts.
askar将近 14 年前
If it's a shared computer then I'd have a root folder for each family member and specifics go underneath those root folders. On my personal computer I have folders for each major activity like work, side-projects etc. and files are grouped under these folders.
rch将近 14 年前
I like having three top level directories: archive, current, and scratch. I'd work the model you've presented into 'current', and move occasional snapshots into archive (usually by year, sometimes quarterly). Seems to be working well for me.