Hook up HDMI + keyboard, reboot. Press `F2` or `Del` to enter BIOS, change boot device to your USB install stick. Install like normal (dont forget to create a bios partition first on your drives, dont put boot on a lvm partition, that won’t boot). Install grub to MBR on one of your drives and…(Continue Reading)
Tag: qnap
Manually expanding QNAP storage pool
If you like me just pulled drives from your QNAP when expanding instead of going through the “expand, pull one drive, wait for resync, pull another blabla” as the manual states, you can manually expand it by: replace /dev/md0 with your md device from cat /proc/mdstat mdadm –grow /dev/md0 –size=max and then: pvdisplay, grab the…(Continue Reading)