Pi OpenMediaVault

OpenMediaVault - network attached storage (NAS), solution based on Debian Linux

Board version: Pi 3 B+ Rev 1.3
Memory: 1 GB
RPi OS version: Lite 32-bit
Recommended: External SSD hard drive
Adapter USB to 22-Pin SATA
Site: https://www.openmediavault.org


Distributor: Raspbian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye openmediavault information Release: 6.9.16-1 Codename: Shaitan - Installing OMV7 on a Raspberry Pi - RPi OS latest version Lite 64-bit - While 8GB is the minimum and will work fine, a 16GB SD-card will provide longer life in the role of a boot drive.


Basic installation OS


To install OMV (OpenMediaVault)

https://github.com/OpenMediaVault-Plugin-Developers/installScript

To install OMV, OMV-Extras and Flashmemory copy and paste this line in the Terminal and press Enter.
Once the script is running, click out of the SSH window so the script will not be interrupted. Do Not close PuTTY - that will terminate the root session. Minimizing PuTTY is OK, but it must be running.

The installation process demands sudo utilization.

To download and execute the script you can use either wget or curl, feel free to use what you prefer.

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

curl script: sudo curl -sSL https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash


Depending on several factors, running this script may take up to 30 minutes.
When the script is complete, the R-PI will automatically reboot.


It is recommended to Update & Upgrade your Raspberry Pi once more: $ sudo apt-get update && sudo apt-get upgrade -y Reboot


First Time Loading OpenMediaVault on the Raspberry Pi

To be able to access the OpenMediaVault Web GUI, you will need to know your Raspberry Pi’s IP address.

If you don’t know your Raspberry Pi’s IP address, you can run the following command: hostname -I

With your Raspberry Pi’s local IP address, go to the following address in your favorite web browser: http://RASPBERRYPIIPADDRESS

Upon loading the OpenMediaVault web interface, you will be asked to log in to be able to proceed.

The default username is admin and the default password is openmediavault


Plugins

With the plugin system it is possible to add additional services, e.g. :

  • Antivirus
  • DAAP/MPD/RSP server
  • LVM
  • Shairport
  • SNMP
  • FTP
  • TFTP
  • UPS
  • USB Backup
  • Microsoft OneDrive
  • PhotoPrism
  • FileBrowser
  • S3
  • SSH web console
  • ...