/SunFounderNASKitFix

Sun Founder Raspberry Pi NAS Kit Fix

GNU General Public License v3.0GPL-3.0

SunFounder NAS Kit Fix

Sunfounder Raspberry Pi NAS Kit Fix
This is a full install for the Sunfounder NAS Kit from start to finish.

Walkthrough

Originally found reviewing SunFounder's Github repo here:
sunfounder/nas-kit#4

Fix required the following:

Download of current Raspian OS Installation of Raspbian Enable SSH and SPI in Raspi-Config Update of Raspberry PI OS sudo apt update -y

Installation of Open Media Vault

wget -O - https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install | sudo bash

Download of SunFounder NAS Kit repo

cd ~
git clone https://github.com/sunfounder/nas-kit

Installation of Sunfounder NAS Kit

cd ~/nas-kit
sudo python3 setup.py

Make omv-epd executable

ln -s /home/pi/nas-kit/bin/omv-epd /etc/init.d/omv-epd
chmod u+x /etc/init.d/omv-epd
chmod u+x /home/pi/nas-kit/bin/omv-epd

Make omv-epd a service

sudo systemctl daemon-reload
sudo systemctl enable omv-epd
sudo systemctl start omv-epd
sudo reboot

Connect with me at





Victim Of Technology

Cyber Forge Security, Inc.