MENU

Fun & Interesting

DIY NAS build on a budget! (Raspberry Pi 5, Radxa Penta HAT, OpenMediaVault)

Mega Tinkers 1,559 lượt xem 1 month ago
Video Not Working? Fix It Now

Quick video about my new NAS using the surprisingly expensive Raspberry Pi 5 and the Radxa Penta hat.
I'm on a budget so the lifespan of the hdd don't matter and since I'm not keeping any important data there I'm using second hand HHDs.
If you are going to make any kind of NAS for your precious memories or important data please get new HDDs or SSDs.
Since this video I've also made an enclosure for it that I might upload sometime in the future.

Commands used:

Enabling PCIe
sudo nano /boot/firmware/config.txt

Append at the end these lines
dtparam=pciex1
dtparam=pciex1_gen=3

HDD speed test
sudo dd if=/dev/zero of=/dev/sda bs=32M status=progress count=100 oflag=direct

Updating the Raspberry Pi
sudo apt update
sudo apt upgrade

Installing OpenMediaVault
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/preinstall | sudo bash
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
(in my case wget -O didn't work so I replaced it with curl -sSL)

Some non affiliate links for the hardware:
https://www.raspberrypi.com/products/raspberry-pi-5/
https://radxa.com/products/accessories/penta-sata-hat/

00:00 Intro
00:31 Hardware
18:35 Software

Comment