install:enlil
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| install:enlil [2025/12/12 14:16] – 91.54.128.121 | install:enlil [2025/12/18 08:39] (current) – 91.54.130.105 | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| mdadm --create / | mdadm --create / | ||
| mdadm --create / | mdadm --create / | ||
| - | #### | ||
| - | |||
| - | mdadm --create / | ||
| - | cryptsetup -y --cipher serpent-cbc-essiv: | ||
| - | cryptsetup luksOpen /dev/md0 raid | ||
| - | pvcreate / | ||
| - | vgcreate s / | ||
| - | lvcreate -L20G -n sloader s | ||
| - | lvcreate -L100G -n romola s | ||
| - | lvcreate -L350G -n porttest s | ||
| - | lvcreate -L2G -n htdocs s | ||
| - | lvcreate -L150G -n photos s | ||
| - | lvcreate -L300G -n videos s | ||
| - | lvcreate -L350G -n music s | ||
| - | lvcreate -L2G -n xfer s | ||
| - | lvcreate -L15G -n imgpool s | ||
| - | lvcreate -L45G -n ebooks s | ||
| - | lvcreate -L450G -n dump s | ||
| - | for l in dump ebooks htdocs imgpool music photos porttest romola sloader videos xfer | ||
| - | do | ||
| - | mkreiserfs / | ||
| - | done | ||
| + | pvcreate /dev/md0 | ||
| + | pvcreate /dev/md1 | ||
| + | pvcreate /dev/md2 | ||
| + | vgcreate v /dev/md0 /dev/md1 /dev/md2 | ||
| + | lvcreate -n mnt -l 100%FREE v | ||
| + | vgchange -ay | ||
| + | mkfs.ext4 / | ||
| + | mount / | ||
| </ | </ | ||
install/enlil.1765549011.txt.gz · Last modified: by 91.54.128.121 · Currently locked by: 216.73.216.170
