| | 4 | |
| | 5 | [wiki:deimos] is also going to perform this function. |
| | 6 | |
| | 7 | == partitioning scheme == |
| | 8 | |
| | 9 | recommended partitioning for these proto-CWs will be similar to the [wiki:"Configured Workstations"], using [wiki:LVM] |
| | 10 | |
| | 11 | main disk broken into two partitions: |
| | 12 | |
| | 13 | * `/dev/sda1` is a small (200MB) volume mounted at `/boot` |
| | 14 | * `/dev/sda2` is the rest of the disk, used as a solitary physical volume for the primary volume group for the workstation. |
| | 15 | |
| | 16 | The primary volume group will contain logical volumes like: |
| | 17 | |
| | 18 | * `root`: a ~1GB volume, mounted on `/` |
| | 19 | * `usr`: a ~4GB volume, mounted on `/usr` |
| | 20 | * `var`: a ~4GB volume, mounted on `/var` |
| | 21 | * the majority of the rest of the disk should probably be a single volume `home` mounted on `/home` |
| | 22 | |
| | 23 | == temporary space == |
| | 24 | |
| | 25 | i'm inclined to use a `tmpfs` for `/tmp` on these machines, just like the [wiki:"Configured Workstations"] |