Changes between Version 1 and Version 2 of Proto-CW


Ignore:
Timestamp:
12/14/05 12:25:40 (21 years ago)
Author:
Daniel Kahn gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Proto-CW

    v1 v2  
    22
    33[wiki:metis] is going to be an example configured workstation for people to install and test the [wiki:"Required Astronomical Software"].
     4
     5[wiki:deimos] is also going to perform this function.
     6
     7== partitioning scheme ==
     8
     9recommended partitioning for these proto-CWs will be similar to the [wiki:"Configured Workstations"], using [wiki:LVM]
     10
     11main 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
     16The 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
     25i'm inclined to use a `tmpfs` for `/tmp` on these machines, just like the [wiki:"Configured Workstations"]