OpenMediaVault NAS installation on a Raspberry Pi, including setting up a Windows share.
NOTE THAT OMV 5 end of live is/was 30th June 2022. So I have a video setting up OMV 6 on a Pi here: https://www.youtube.com/watch?v=IWDBYDYJVrA
The other videos mentioned herein are:
Raspberry Pi 4 TerraPi Rig:
https://www.youtube.com/watch?v=h8YQNKxlvHM
Raspberry Pi 4 OpenMediaVault NAS:
https://www.youtube.com/watch?v=bpvlEbdA6qI -- see this video from 8:20 onwards for information on obtaining OMV’s local IP address using software including AngryIP Scanner.
The TerraPi mounting kit used is available here: https://shop.inux3d.com/en/
The official instructions for installing OpenMediaVault on a Raspberry Pi or other SBC can be found here:
https://forum.openmediavault.org/index.php?thread/28789-installing-omv5-on-raspberry-pi-s-armbian-sbc-s-i386-32-bit-platforms/
Raspberry Pi OS Lite can be downloaded from:
https://www.raspberrypi.org/software/operating-systems/
As detailed in this video, the commands for setting up OMV in Raspberry Pi OS Lite are as follows:
After boot, login using the username: pi and password: raspberry
Optionally, if you want to increase the console text size, enter:
sudo dpkg-reconfigure console-setup
and select “UTF-8”, “Guess optimal character set”, “Terminus” and 16x32.
Then, to proceed to install OpenMediaVault execute:
sudo apt update
sudo apt upgrade -y
sudo rm -f /etc/systemd/network/99-default.link
sudo reboot
Login in again, and execute as a single command:
wget -O - https://github[.]com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
In the above, do not enter the "[ ]" brackets around the dot before the com -- they are there to prevent the YouTube system not displaying the rest of the code correctly. Also note that there are no carriage returns, that there is a space after wget, another before the “-O”, another space after the “-O”, and another space between the following hyphen and “https...” There are then spaces before and after the vertical line before “sudo”, and one between “sudo” and “bash”. Note also that “-O” is a hyphen followed by a capital letter O (not a zero).
More videos on computing and related topics can be found at:
http://www.youtube.com/explainingcomputers
You may also like my ExplainingTheFuture channel at: http://www.youtube.com/explainingthefuture
Chapters:
00:00 Introduction
00:46 Hardware
02:31 Getting OMV
04:57 Pi Installation
10:14 OMV Share
17:24 Wrap
#RaspberryPi #OpenMediaVault #NAS #ExplainingComputers