Flexible, extensible and resilient MDADM and LVM based sotarage on Linux
Quick Intro
What
A flexible storage solution on a Linux distro, using off the shelf tools: raid (mdraid), LVM and parted.
sudo -i | |
apt update && apt upgrade | |
apt install raspberrypi-kernel-headers libelf-dev build-essential git | |
apt install dkms | |
cd /usr/src/ | |
git clone https://github.com/gordboy/rtl8812au-5.6.4.2.git | |
dkms add -m rtl8812au -v 5.6.4.2 | |
ARCH=arm dkms build -m rtl8812au -v 5.6.4.2 | |
dkms install -m rtl8812au -v 5.6.4.2 |
A flexible storage solution on a Linux distro, using off the shelf tools: raid (mdraid), LVM and parted.