|
|
|
|
|
by matheusmoreira
1340 days ago
|
|
> there's been some discussion on HN before about today's kids & teens not knowing how computer file systems work I don't think normal people ever cared about file systems. Windows users from previous generations apparently only know three locations: Documents, Downloads and the Desktop. Save a file in any other location and it might as well be gone. |
|
Some examples from my Mac:
- Backups are stored in file system snapshots, that look like folders in Finder, but are invisible when using ls on the command line.
- Applications that come with macOS in /Applications are stored in a separate partition than user installed applications.
- iCloud Drive looks like single folder in the Finder, but it's the contents of several directories merged together, with some magic to automatically download files when you try to open them. On the command line, remote files are invisible until you download them.
So I think the problem is that modern UIs try to hide where data is stored, and therefore people have a hard time learning how the file systems look under the hood.