Raspberry Pi OMV 6 NAS

OpenMediaVault 6 network attached storage (NAS) software installed and configured on a Raspberry Pi 4, with a drive then mapped on a Windows PC. The OpenMediaVault website is here: And the install instructions page I showed in the video is here: However, the install process I demonstrated in the video, and which I believe is easier for beginners, is to: Download Raspberry Pi Imager from here: User the imager to write Raspberry Pi OS Lite to a microSD card. Boot the Pi with a monitor and keyboard attached, and execute the commands: sudo apt update sudo apt upgrade -y sudo reboot wget -O - | sudo bash The above should be all that is required on a Raspberry Pi 4. But on a Raspberry Pi 3A or 3B, before the wget command, first execute: sudo rm -f /etc/systemd/network/ More videos on SBCs and wider computing and related topics can be found at You may also like my ExplainingTheFuture channel at: Chapters: 00:00 Introduction 00:46 Hardware 02:27 Installation 09:31 Configuration 15:43 Mapping 17:13 Wrap #OMV6 #RaspberryPi #OpenMediaVault #ExplainingComputers