99
edits
Note: Currently new registrations are closed, if you want an account Contact us
Line 100: | Line 100: | ||
# Assign remaining free space for static files | # Assign remaining free space for static files | ||
lvcreate -n static /dev/data -l 100%FREE | lvcreate -n static /dev/data -l 100%FREE | ||
# Setup filesystem on the logical volumes | |||
mkfs.ext4 /dev/data/log | |||
mkfs.ext4 /dev/data/db | |||
mkfs.ext4 /dev/data/static | |||
# Create directories for mounting the encrypted partitions | # Create directories for mounting the encrypted partitions |