Skip to content

Instantly share code, notes, and snippets.

View CooL16's full-sized avatar

Oleksandr Yurov CooL16

  • Nürnberg, Deutschland
View GitHub Profile
@CooL16
CooL16 / arch_linux_install_notes.md
Created April 24, 2026 14:47 — forked from yovko/arch_linux_install_notes.md
Arch Linux installation (BTRFS+LUKS2+Limine)
@CooL16
CooL16 / btrfs-guide.md
Created August 18, 2025 22:45 — forked from MaxXor/btrfs-guide.md
Btrfs guide to set up an LUKS-encrypted btrfs raid volume with included maintenance & recovery guide

Encrypted Btrfs storage setup and maintenance guide

Initial setup with LUKS/dm-crypt

This exemplary initial setup uses two devices /dev/sdb and /dev/sdc but can be applied to any amount of devices by following the steps with additional devices.

Create keyfile:

dd bs=64 count=1 if=/dev/urandom of=/etc/cryptkey iflag=fullblock
chmod 600 /etc/cryptkey