wiki:Setup and deploy a trac/gitolite server

Version 4 (modified by enno, 4 weeks ago) ( diff )

--

Server specs

Disk drive: 1 TB Cores: 12 RAM: 32 GB

Partitions

Device Start End Sectors Size Type
/dev/vda1 2048 6143 4096 2M BIOS boot
/dev/vda2 6144 2103295 2097152 1G Linux filesystem
/dev/vda3 2103296 2147483614 2145380319 1023G Linux filesystem

Filesystem layout

(file-system

(mount-point "/") (device

(file-system-label "NeotekRoot"))

(type "btrfs") (options (string-append "subvol=@," %btrfs-options)) (needed-for-boot? #t))

(file-system

(mount-point "/home") (device

(file-system-label "NeotekRoot"))

(type "btrfs") (options (string-append "subvol=@home," %btrfs-options)))

(file-system

(mount-point "/gnu") (device

(file-system-label "NeotekRoot"))

(type "btrfs") (options (string-append "subvol=@gnu," %btrfs-options)))

(file-system

(mount-point "/var/log") (device

(file-system-label "NeotekRoot"))

(type "btrfs") (options (string-append "subvol=@log," %btrfs-options)))

(file-system

(mount-point "/boot/efi") (device "/dev/vda2") (type "vfat"))

Note: See TracWiki for help on using the wiki.