|
|
|
|
|
by newaccount74
1336 days ago
|
|
File systems have become ridiculously complex: 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. |
|