basic Raspberry Pi NAS using OpenMediaVaut and Plex
Just a space for me to reprocude this project quickly according to my note taking prefrence
https://www.raspberrypi.com/software/ at the time of this note, OpenMediaVault supports only up until bullseye
⚠️ WARNING When using Samsung SSD's such as T7 -- they must be muonted and wiped, and remounted as EXT4. Then NSF/SMB will work."
https://youtu.be/gyMpI8csWis?si=8VfytvgTnKCO7XLZ
sudo wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -
echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
sudo apt update
sudo apt install plexmediaserver
Next you can open a browswer of your choice and navigate to your server's IP Address
192.***.**.*:32400/web
Here you will login to your plexmedia account and continue with GUI setup
open a terminal and:
nfs://192.168.**.**/export/myshare