Install OpenMedia Vault 5 on Raspberry Pi 4

Overview

I bought a RaspberryPi4, so I decided to make a NAS with OpenMediaVault. It ’s very different from what I did a long time ago. Write the OS with OpenMediaVault installed on the SD card and finish high That doesn't seem to be the case (https://github.com/OpenMediaVault-Plugin-Developers/docs/blob/master/Adden-B-Installing_OMV5_on_an%20R-PI.pdf).

In this article, I will try to install OpenMedia Vault 5 series (hereinafter OMV) on Raspberry Pi 4 with the help of poor English ability and great Google.

Preparation

It is also written in the pdf of the source, and it may be unnecessary information for the brothers who are reading this page, but I will introduce what I have prepared this time.

When all are docked, it looks like this (cool !!) P_20191217_004541.jpg The usage of WINGONEER X870 seems to be the opposite, but I think it gets colder, right? (I haven't wired it because of the appearance, but let's connect it properly.)

The rest is a PC for burning the installation media. It's okay on Win or Mac, but this time I'll do it on Win.

Main subject

Now, in order to make media, first drop raspbian. https://www.raspberrypi.org/downloads/raspbian/ ↑ It seems that it is good for OMV to access here and download Raspbian Buster Lite, I want to play videos as they are from NAS, so I chose Raspbian Buster with desktop this time.

Downloaded zip Unzip normally with the standard Windows array. 無題.png OK if it looks like this

Next, burn the iso file to the SD card. I recommend this software, but anything is fine. https://www.balena.io/etcher/

2019-12-17_1-21-31_No-00.png

Start while copying the screen for the time being. Then the installation will run for a while, so wait until it settles down. If you have a favorite default setting, when do you do it? Right now.

However, the following are things that you must do (Ssh is not started at the beginning, probably because of the desktop version)

sudo apt update
sudo apt dist-upgrade
sudo systemctl start ssh
sudo systemctl enable ssh
sudo reboot

After performing the above, check if SSH can be done from another machine. (Let's check the IP in Raspberry Pi in advance!)

ssh [email protected]

And finally install OMV5

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

According to the document, it may take 30 minutes, but when I did it, it took about 15 minutes.

Reboot again when finished

sudo reboot

After recovering from the restart, if the installation work so far is successful, you should be able to log in by accessing from the browser! Initial user name: admin Initial password: openmediavault

Success if such a screen appears! 2019-12-18_1-18-6_No-00.png

Thank you for your hard work The settings on the WebUI are easier to understand on other blogs and commentary pages, so please refer to that.

I started blogging, please come and visit me if you like https://red-full-moon.com/

Recommended Posts

Install OpenMedia Vault 5 on Raspberry Pi 4
Install OpenCV4 on Raspberry Pi 3
Install TensorFlow 1.15.0 on Raspberry Pi
raspberry pi 4 centos7 install on docker
Install ghoto2 on Raspberry Pi (memo)
Install 64-bit OS (bate) on Raspberry Pi
Install docker-compose on 64-bit Raspberry Pi OS
How to install NumPy on Raspberry Pi
pigpio on Raspberry pi
Cython on Raspberry Pi
Install Raspberry Pi OS (Raspbian)
Introduced pyenv on Raspberry Pi
Use NeoPixel on Raspberry Pi
Install pyenv on Raspberry Pi and version control Python
Testing uart communication on Raspberry Pi
MQTT on Raspberry Pi and Mac
Try using ArUco on Raspberry Pi
OpenCV installation procedure on Raspberry Pi
Power on / off Raspberry pi on Arduino
Detect switch status on Raspberry Pi 3
L Chika on Raspberry Pi C #
Build wxPython on Ubuntu 20.04 on raspberry pi 4
"Honwaka Notification Lamp" on Raspberry Pi Part 2
Detect "brightness" using python on Raspberry Pi 3!
"Honwaka Notification Lamp" on Raspberry Pi Part 1
Enable UART + serial communication on Raspberry Pi
Accelerate Deep Learning on Raspberry Pi 4 CPU
Set swap space on Ubuntu on Raspberry Pi
Programming normally with Node-RED programming on Raspberry Pi 3
Use the Grove sensor on the Raspberry Pi
Run servomotor on Raspberry Pi 3 using python
Working with sensors on Mathematica on Raspberry Pi
Build OpenCV-Python environment on Raspberry Pi B +
Detect temperature using python on Raspberry Pi 3!
Mount Windows shared folder on Raspberry Pi
Matrix multiplication on Raspberry Pi GPU (Part 2)
I installed OpenCV-Python on my Raspberry Pi
Working with GPS on Raspberry Pi 3 Python
Raspberry Pi backup
Why detectMultiScale () is slow on Raspberry Pi B +
Detect slide switches using python on Raspberry Pi 3!
Build a Django environment on Raspberry Pi (MySQL)
Try using a QR code on a Raspberry Pi
Detect magnet switches using python on Raspberry Pi 3!
Enjoy electronic work with GPIO on Raspberry Pi
Power on / off your PC with raspberry pi
Use Grove-Temperature & Humidity Sensor (DHT11) on Raspberry Pi
Make DHT11 available on Raspberry Pi + python (memo)
Beginning cross-compilation for Raspberry Pi Zero on Ubuntu
Sound the buzzer using python on Raspberry Pi 3!
Play with your Ubuntu desktop on your Raspberry Pi 4
Introduced Ceph on Kubernetes on Raspberry Pi 4B (ARM64)
Connect to MySQL with Python on Raspberry Pi
Build a Python development environment on Raspberry Pi
Build an Arch Linux environment on Raspberry Pi
Install mecab on Marvericks
Install TensorFlow on Ubuntu
Install python on WSL
Install pyenv on mac
Install pip on Mavericks
Build an OpenCV4 environment on Raspberry Pi using Poetry