Install OMV on Raspberry Pi

Install OMV on Raspberry Pi

Address of this article: blog.lucien.ink/archives/517

After all, I held back, didn't buy an x86 NAS, and chose to toss the Raspberry Pi myself. (Because I'm so poor)

1. Initialize Raspberry Pi

Refer to the Raspberry Pi initialization note to initialize the Raspberry Pi.

2. Install OMV

sudo apt update
sudo apt upgrade -y
sudo rm -f /etc/systemd/network/99-default.link
sudo reboot

After the restart is complete, execute the following code.

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

Reference

  1. Adden-B-Installing_OMV5_on_an R-PI.pdf
  2. Configure OMV on Raspberry Pi to build NAS (2) Configure OMV 5

Guess you like

Origin blog.csdn.net/xs18952904/article/details/110930095