Skip to content

Instantly share code, notes, and snippets.

@eelfroth
Last active June 11, 2019 23:13
Show Gist options
  • Save eelfroth/3b5452ec40658721e83b83ef84d03d16 to your computer and use it in GitHub Desktop.
Save eelfroth/3b5452ec40658721e83b83ef84d03d16 to your computer and use it in GitHub Desktop.
ideas for how to partition a workstation
- file system
architectures
- flat
-system
- kernel
- usr
- .config
- .local
- media
- logical
- system
- kernel
- usr
- system ...
- home
- .config
- .local
- media
- virtual
- host system
- kernel
- usr
- .config
- .local
- media
- hypervisor
- virtual machine
- (kernel)
- usr
- virtual machine ...
- logical + virtual
- host system
- kernel
- usr
- hypervisor
- virtual machine
- (kernel)
- usr
- virtual machine ...
- home
- .config
- .local
- media
@eelfroth
Copy link
Author

fs_archs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment