Setting Open Media Vault
This is the Guide to install and sett up the Open Media vault on the Raspberry pi ( in this case raspberry pi 3B)
From the Open media vault website
What is openmediavault? openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more. Thanks to the modular design of the framework it can be enhanced via plugins.
Download Image¶
In this case we need to download the images for the Raspberry
We can use balenaEtcher to flash the image, after this we can put it in the RAspberry pi and boot it up, the next steps i did it connecting a keyboard to the Raspberry and a screen, this might be possible connecting to the raspberry by SSH but i didn't try.
Configuration¶
- Let the raspberry boot up.
- Connect using the default user and password, this will be
root
andopenmediavault
. - Set a new password.
- Run
reboot
- Once rebooted run
sudo /etc/network/interfaces
- In this document add this line at the end
dns-nameservers 8.8.4.4 8.8.8.8
- Run
reboot
- Run
sudo apt-get update
- Run
sudo apt-get upgrade
- After it finish, run
reboot
- Run
omv-firstaid
- Previous command will display a menu.
- Select from the menu clean apt.
- Select Clear local upload package repository.
- Select Clear web control panel cache.
- Run
reboot
- Run
omv-firstaid
- Select Configure network interface, select or just go OK...OK until finish.
- Run
omv-firstaid
- Select Configure web control panel the default will be 80.
- Run
sudo apt-get update
- Run
sudo apt-get upgrade
Now we can access to the web configuration using the IP address mention in the raspberry screen, the user and password will be admin
and openmediavault
source: configure OMV on raspberry