PiMoroni Base Duo - The Ultimate Raspberry Pi NAS with RAID
#raspberrypi #diy #technology Setting up a Raspberry Pi as a Network Attached Storage device or NAS using the PiMoroni Base Duo and RAID. This will give us the ability to add two NVME drives to the Raspberry Pi. We will use Webmin, mDadM, and Samba to handle the management of the Pi, raiding the Raspberry Pi and Sharing it on the network. Full Build Guide here - https://youtu.be/azpHeEXtEFY Directions Housekeeping 1. Verify your disks are attached - lsblk 2. After first boot, run update and upgrade sudo apt update && sudo apt upgrade -y 3.Enable fastest PCI speeds - sudo nano /boot/firmware/config.txt now add dtparam=pciex1_gen=3 the very bottom, ctrl x, y, enter to save 4. Run clean up - sudo apt autoremove && sudo apt clean 5. Reboot your Raspberry Pi - sudo reboot Install Webmin 6. Install webmin dependencies - sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions shared-mime-info 7. Get Webmin - wget http://
βhttps://makertube.net/w/iLeXfFZSZ18qhjWw85NSNJ