Installing OpenMediaVault and setting up a NAS server (2024)

OpenMediaVault (OMV) is undoubtedly one of the finest dedicated operating systems for building a homemade NAS. It’s not only completely free but also remarkably lightweight on hardware requirements. Built upon the solid foundation of Debian Linux, OMV comes equipped with all the essential features needed to get your NAS storage up and running. Furthermore, it offers the flexibility to add additional functionality through the use of plugins. All of this is presented in a modern and user-friendly interface.

OMV boasts compatibility with various file systems, including XFS, JFS, F2FS, Btrfs, Ext3, and most importantly, the highly efficient Ext4.

Installing OpenMediaVault and setting up a NAS server (1)

Contents

  1. OpenMediaVault System Requirements
  2. OpenMediaVault Distribution
  3. Installing OpenMediaVault
  4. Installing OpenMediaVault on a Single Disk
  5. OpenMediaVault Settings
    • Localization and Other System Settings
    • Creating a Repository
    • Creating a Shared Folder on the NAS
    • Create a User on the OMV NAS
  6. Configuring User Access Rights in OpenMediaVault
  7. Connecting NAS in Windows
  8. Data Recovery from OpenMediaVault

Wondering how to install OpenMediaVault on your NAS storage? Curious about the essential settings required for basic storage functions? And how do you connect the NAS to a Windows environment? In this article, we’ll guide you through all these steps.

OpenMediaVault System Requirements

OpenMediaVault is a specialized operating system for NAS, assembled manually.

Learn more about how to assemble a NAS yourself.

Minimum OpenMediaVault system requirements:

  • 64-bit Intel or AMD processor;
  • 8 GB of RAM;
  • Separate SSD, HDD, or flash drive with at least 16 GB for the installation and operation of OpenMediaVault;
  • Hard drives that will be used directly for NAS storage.

In exceptional cases, OpenMediaVault can be installed on a single hard drive, which can also be used for NAS storage. We will consider this option below.

NAS storage involves the use of a RAID array. The minimum configuration is RAID 1, which is essentially a mirror where data is duplicated. This configuration requires at least 2 HDD/SSD drives. It is recommended to use disks of the same nominal capacity and preferably of the same model.

Important: NAS storage can have any volume, but this volume must be visible to the NAS computer itself. Legacy BIOS Legacy mode can only see disk sizes up to 2.2 TB. Only the modern BIOS UEFI mode can see volumes without this limitation, with a maximum of 9.4 ZB. UEFI must be enabled in the BIOS.

OpenMediaVault Distribution

To install OpenMediaVault, you will need the system distribution kit, which can be downloaded as an ISO image from the official OpenMediaVault website.

The next step is to burn the ISO onto a flash drive. There are many programs and utilities for this task. One option is to use Rufus.

Installing OpenMediaVault

To install the operating system on the NAS, you need to temporarily connect a monitor and keyboard to the device. Boot the NAS from the OpenMediaVault installation flash drive. The installation process is console-based, and only the keyboard is operational. You can control it as follows: use the navigation arrows and Tab to move between items, and Enter or space to select.

In the startup window, click “Install” to begin the installation process.

Installing OpenMediaVault and setting up a NAS server (2)

Select a language.

Installing OpenMediaVault and setting up a NAS server (3)

Select keyboard settings and layout.

Installing OpenMediaVault and setting up a NAS server (4)

Next, apply the settings. Afterward, specify and enter the name of the computer, which is the NAS device. This is the name that will be displayed on the local network. Follow this by setting up the home network domain. If you don’t have one, you can stick with the default domain.

Installing OpenMediaVault and setting up a NAS server (5)

When creating an administrative account, set and confirm a password. The login here is standard for Unix systems: root.

Installing OpenMediaVault and setting up a NAS server (6)

During the disk preparation stage for OpenMediaVault, you will receive a warning that multiple hard drives are detected. Choose the disk where you want to install the operating system and agree to create the disk partitions by selecting “Yes.”

Installing OpenMediaVault and setting up a NAS server (7)

Next comes the actual installation of OpenMediaVault. During the post-installation stage, specify your country. Choose the country correctly because it will affect the update server for the operating system. Typically, you’ll select the standard deb.debian.org server.

Installing OpenMediaVault and setting up a NAS server (8)

The next step is to set up Internet access through a proxy. In most cases, this step is unnecessary.

Installing OpenMediaVault and setting up a NAS server (9)

These settings will be applied, and OpenMediaVault is now installed. Click “Continue” to restart the NAS.

Installing OpenMediaVault and setting up a NAS server (10)

Remove the installation flash drive. After the NAS restarts, its local IP address will appear on the screen, which is needed for remote connections and device management.

Installing OpenMediaVault and setting up a NAS server (11)

Next, you need to connect from your computer to remotely configure OpenMediaVault.

Installing OpenMediaVault on a Single Disk

As mentioned earlier, OpenMediaVault must be installed on a separate storage medium, separate from the hard drives used for NAS storage. User data cannot be placed on the system disk; these are the conditions of OpenMediaVault.

Installation on a single disk of this system is still possible if necessary. To do this, you need to modify the boot loader to manage disk partitions during the installation process or use GParted to change the disk structure after installing OpenMediaVault by reducing the system partition and expanding the non-system partition. This option is simpler, so we’ll consider it.

After installing OpenMediaVault, you must boot the NAS storage from any Linux-based LiveDisk, which includes the GParted disk manager. You can use GParted Live, for example, which contains the GParted program and minimal auxiliary tools. In GParted, look at the first partition, sda1, where OpenMediaVault is installed; it will occupy most of the hard drive.

Installing OpenMediaVault and setting up a NAS server (12)

Reduce this section (Right-click on it and select the “Resize/Move” function). You can reduce it to a minimum of 16 GB. After doing this, unallocated disk space will appear. Then, create a new partition with the Ext4 file system by right-clicking on the unallocated space and selecting the “New” function.

Installing OpenMediaVault and setting up a NAS server (13)

Next, in the OpenMediaVault remote management web interface, this new disk partition must be mounted in the “Storage → File systems” section.

Installing OpenMediaVault and setting up a NAS server (14)

This mounted partition will serve as the NAS storage.

OpenMediaVault Settings

On your computer, enter the NAS IP address in your browser’s address bar. To log in to the OpenMediaVault remote control web interface, use the default login credentials:

  • Username: admin
  • Password: openmediavault
Installing OpenMediaVault and setting up a NAS server (15)

Localization and Other System Settings

The first step is to localize the OpenMediaVault interface. The system supports different languages, and you can set your preferred language in the language settings. This option is in the settings block on the right side of the system interface.

Installing OpenMediaVault and setting up a NAS server (16)

In the same settings block, you can change the default password for the OpenMediaVault management web interface.

Installing OpenMediaVault and setting up a NAS server (17)

As part of the general system settings, you can also install available OpenMediaVault updates. In the “System → Update Management” section, click “Update.”

Installing OpenMediaVault and setting up a NAS server (18)

Download the updates and apply the changes.

Installing OpenMediaVault and setting up a NAS server (19)

Creating a Repository

Create NAS storage based on its disks. In the “Storage → Software RAID” section, click the plus button.

Installing OpenMediaVault and setting up a NAS server (20)

In the “Level” column, you must select the RAID array configuration.

OpenMediaVault provides software RAID in the following configurations:

  • Stripe (Stripe) is RAID 0, has double the speed of writing and reading data, without fault tolerance;
  • Mirror (Mirror) is RAID 1, a minimal fault-tolerant array that provides data duplication on other disks;
  • Linear: combining the volumes of all disks into one virtual disk space, without fault tolerance and performance;
  • RAID 5 and RAID 6 – fault-tolerant performance arrays with high redundancy.

Learn more about RAID configurations.

Select the RAID configuration, in our case, it is RAID 5.

Installing OpenMediaVault and setting up a NAS server (21)

Next, in the “Devices” column, check the drives that we install in RAID. Click “Save”.

Installing OpenMediaVault and setting up a NAS server (22)

And apply the changes with a checkmark on the yellow field.

Now you need to organize a file system on the created storage, that is, format it. In the section “Storage → File systems“, click the plus button and select “Create”.

Installing OpenMediaVault and setting up a NAS server (23)

In the “Type” column, select the Btrfs file system. In the “Device” column, indicate the storage. Click “Save”. And wait for the formatting to take place.

Installing OpenMediaVault and setting up a NAS server (24)

If the storage size is large, you will have to wait a long time. Btrfs takes time to format (unlike, for example, the ZFS file system in TrueNAS operating system).

When the file system is created, in the same section “Storage → File systems“, click the arrow for “Mount” drive.

Installing OpenMediaVault and setting up a NAS server (25)

In the “File systems” column, we indicate the created Btrfs. Click “Save”. And apply the changes.

Installing OpenMediaVault and setting up a NAS server (26)

Creating a Shared Folder on the NAS

To store data, you need to organize a shared folder in the NAS storage. To do this, you need to enable the necessary worker services in OpenMediaVault and create the most common folder.

Advice. Access to shared NAS resources can be achieved using different protocols – FTP, NFS, AFP, SMB. For Windows, SMB is the best option. SMB, that is, Samba, is special software for interaction between Windows and Unix systems, which includes OpenMediaVault. Setting up SMB on this system is relatively simple.

In the section “Services → SMB/CIFS → Settings” at the very top, activate the “Enabled” checkbox. Click “Save” and confirm the changes.

Installing OpenMediaVault and setting up a NAS server (27)

Next, go to the “Storage → Shared folders” section, click the plus button.

Installing OpenMediaVault and setting up a NAS server (28)

Create a shared folder. In the “Name” column, enter the name of the shared folder. Below in the “File system” column, select the previously created Btrfs. Save and apply the changes.

Installing OpenMediaVault and setting up a NAS server (29)

Next, go to the section “Services → SMB/CIFS → Shared Resources“, press the plus button again.

Installing OpenMediaVault and setting up a NAS server (30)

Specify the previously created shared folder in the “Shared Folder” column. Below, check the “Inherit Permissions” activity box. At the very bottom, click “Save” and apply the changes.

Installing OpenMediaVault and setting up a NAS server (31)

Create a User on the OMV NAS

The last step in the basic OpenMediaVault setup is to create a NAS user. This is necessary for authorization when connecting to a shared NAS folder from computers and other devices from which the storage will be used.

In the “Users → Users” section, click the plus button and select “Create”.

Installing OpenMediaVault and setting up a NAS server (32)

Specify your username, set a password and confirm it by clicking “Save.” And apply the changes.

Installing OpenMediaVault and setting up a NAS server (33)

Such users must be created for everyone who will use the NAS storage from their computer or mobile device.

Configuring User Access Rights in OpenMediaVault

NAS is designed to be primarily network-attached storage for many users. But they may have different access to use the storage. Access rights are configured in the “Storage → Shared folders” section. Select the shared folder, click the privileges button.

Installing OpenMediaVault and setting up a NAS server (34)

We set access rights for individual users or groups of users. Someone can enable full Read/Write access, that is, reading and writing data. Some people are limited to “Read-only,” that is, only reading data. And for some people, we generally set “No access,” that is, without access.

Installing OpenMediaVault and setting up a NAS server (35)

User groups are created in the “Users → Groups” section.

Advice. It is best to set permissions while the NAS storage is not full of data. During the process of setting access rights, an error may appear, and to eliminate it, you need to reformat the storage, which means data loss.

Connecting NAS in Windows

For the Share shared folder to be available in Windows, you need to connect it. In the address bar of the explorer, using a double slash, enter the IP address of the NAS device. Next, log in using the NAS user data. Click “Ok”.

Installing OpenMediaVault and setting up a NAS server (36)

You can also connect a shared folder as a network drive. Open the context menu in Explorer to “This PC”. Click “Map network drive“. For Windows 11, you must first go to Show advanced options in the contact menu.

Installing OpenMediaVault and setting up a NAS server (37)

In the form for connecting a network drive, indicate the drive letter and the network shared folder of the NAS. Click “Finish.”

Installing OpenMediaVault and setting up a NAS server (38)

The NAS shared folder connected using the first method will be displayed in the “Network” block of Explorer. And connected in the second way (as a network drive) will have its own letter and is listed among other computer drives.

Data Recovery from OpenMediaVault

When working with NAS storages, data recovery is important. Even if a RAID of sufficient redundancy is used, there is a risk of losing important data due to a failure of the array.

We recommend taking care of this in advance, setting up the creation of backups, or having a data recovery program on hand, like RS Raid Retrieve.

Installing OpenMediaVault and setting up a NAS server (39)

RS Raid Retrieve

Data recovery from damaged RAID arrays

Download

Learn more about how to recover data from NAS devices managed by OpenMediaVault.

Frequently Asked Questions

OpenMediaVault is a free and open-source network-attached storage (NAS) solution. It is designed to provide a user-friendly web-based interface for managing storage, sharing files, and running various services on a NAS server. OpenMediaVault works by installing the software on a dedicated server or a compatible hardware device. It supports various file systems, RAID configurations, and network protocols, allowing users to easily set up and manage their own NAS server for storing and accessing data over a network.

The system requirements for installing OpenMediaVault are a 64-bit processor, at least 2GB of RAM, and a minimum of 2GB of storage space. It is recommended to have a dedicated system for OpenMediaVault, but it can also be installed on an existing system running Debian or Ubuntu.

Yes, you can use a variety of hardware to set up a NAS server with OpenMediaVault. OpenMediaVault is compatible with a wide range of hardware, including desktop computers, laptops, single-board computers like Raspberry Pi, and dedicated NAS devices. The specific hardware requirements will depend on the size and complexity of your storage needs, but OpenMediaVault is designed to be flexible and work with different hardware configurations.

When installing and configuring OpenMediaVault as a NAS server, there are a few steps and considerations to keep in mind. First, ensure that you have compatible hardware and a supported operating system. Follow the installation guide provided by OpenMediaVault and make sure to set up network settings, storage devices, and user accounts properly. Additionally, consider enabling security features like firewall and encryption, and regularly update the software to ensure stability and security.

Installing OpenMediaVault and setting up a NAS server (2024)
Top Articles
Items For Sale in Pontiac, WA
Forza Horizon 5 Festival Playlist Weekly Challenges Guide Series 37 - Summer | TheXboxHub
Fat Hog Prices Today
Es.cvs.com/Otchs/Devoted
Owatc Canvas
Riegler & Partner Holding GmbH auf LinkedIn: Wie schätzen Sie die Entwicklung der Wohnraumschaffung und Bauwirtschaft…
Zachary Zulock Linkedin
Lesson 2 Homework 4.1
Valentina Gonzalez Leak
Cnnfn.com Markets
Gma Deals And Steals Today 2022
Colorado mayor, police respond to Trump's claims that Venezuelan gang is 'taking over'
The Cure Average Setlist
Simplify: r^4+r^3-7r^2-r+6=0 Tiger Algebra Solver
WEB.DE Apps zum mailen auf dem SmartPhone, für Ihren Browser und Computer.
Walmart stores in 6 states no longer provide single-use bags at checkout: Which states are next?
Georgia Vehicle Registration Fees Calculator
Buy Swap Sell Dirt Late Model
1973 Coupe Comparo: HQ GTS 350 + XA Falcon GT + VH Charger E55 + Leyland Force 7V
Craigslist Org Appleton Wi
11 Ways to Sell a Car on Craigslist - wikiHow
Craigslistodessa
Breckiehill Shower Cucumber
Finding Safety Data Sheets
Meijer Deli Trays Brochure
Robotization Deviantart
The Fabelmans Showtimes Near Baton Rouge
Gesichtspflege & Gesichtscreme
Craigslist Boerne Tx
Package Store Open Near Me Open Now
Productos para el Cuidado del Cabello Después de un Alisado: Tips y Consejos
October 19 Sunset
What Time Does Walmart Auto Center Open
Craigslist Car For Sale By Owner
Buhsd Studentvue
3302577704
140000 Kilometers To Miles
Samantha Lyne Wikipedia
Ucsc Sip 2023 College Confidential
Energy Management and Control System Expert (f/m/d) for Battery Storage Systems | StudySmarter - Talents
Coroner Photos Timothy Treadwell
✨ Flysheet for Alpha Wall Tent, Guy Ropes, D-Ring, Metal Runner & Stakes Included for Hunting, Family Camping & Outdoor Activities (12'x14', PE) — 🛍️ The Retail Market
FedEx Authorized ShipCenter - Edouard Pack And Ship at Cape Coral, FL - 2301 Del Prado Blvd Ste 690 33990
Quaally.shop
Lawrence E. Moon Funeral Home | Flint, Michigan
Plumfund Reviews
Minecraft: Piglin Trade List (What Can You Get & How)
Phunextra
Strawberry Lake Nd Cabins For Sale
Land of Samurai: One Piece’s Wano Kuni Arc Explained
Swissport Timecard
Invitation Quinceanera Espanol
Latest Posts
Article information

Author: Prof. An Powlowski

Last Updated:

Views: 6287

Rating: 4.3 / 5 (44 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Prof. An Powlowski

Birthday: 1992-09-29

Address: Apt. 994 8891 Orval Hill, Brittnyburgh, AZ 41023-0398

Phone: +26417467956738

Job: District Marketing Strategist

Hobby: Embroidery, Bodybuilding, Motor sports, Amateur radio, Wood carving, Whittling, Air sports

Introduction: My name is Prof. An Powlowski, I am a charming, helpful, attractive, good, graceful, thoughtful, vast person who loves writing and wants to share my knowledge and understanding with you.