Raspberry Pi OMV 5 NAS
ExplainingComputers ExplainingComputers
1.01M subscribers
235,722 views
0

 Published On Dec 20, 2020

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:    • Raspberry Pi OMV 6 NAS  

The other videos mentioned herein are:

Raspberry Pi 4 TerraPi Rig:
   • Raspberry Pi 4 TerraPi Rig  

Raspberry Pi 4 OpenMediaVault NAS:
   • Raspberry Pi 4 OpenMediaVault NAS   -- 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/inde...

Raspberry Pi OS Lite can be downloaded from:
https://www.raspberrypi.org/software/...

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:
   / explainingcomputers  

You may also like my ExplainingTheFuture channel at:    / 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

show more

Share/Embed