Home DIY NAS on Raspberry Pi - basic configuration

Configuration

General

The basic configuration is really simple. Login in the web interface using an admin account with the default password openmediavault. The manual assumes an English environment, it's a universal variant, but nothing prevents you from using another language in OMV.

Po prvním přihlášení opět změňte výchozí heslo pro uživatele admin v pravém horním rohu pod ikonou ozubeného kolečka -> Change password.

After the first login, change the default password for admin in right upper corner under Setting icon -> Change password.

OMV - PiNAS - Change admin password

In General Settings tab set Auto Logout for at least 60 minutes.

OMV - Autologout

 

V záložce System -> Date/Time můžete nastavit časové pásmo. V záložce Network > General změňte libovolně hostname - tzn. název domácího NASu v síti.

OMV - Set hostname of DIY NAS

We're done with the basics, reboot NAS and log in with the new password.

 

Discs

Under Discs tab, you will see your SD card as main OS, connect any number of USB drives, and perform Scan. System mounts additional discs such as sda, sdb, sdc, etc. see below. You can make a note of which disc corresponds to which device.

OMV - PiNAS - Discs

Hint: When you go to the Edit settings on the HDD type od discs, you can set Advanced Power Management as shown in the following image. the discs will spin down when not operating. It will reduce the noise from the spining discs (during night) and reduce power consumption.

OMV - Sleep discs settings

Under File Systems tab, you will see which partitions are available. For the Open Media Vault, we need the Linux ext4 format. If your disks are new, choose Create, then select the desired disk and give the new partition any name/label. If the disk already contains a partition, delete that partition and create a new one with the ext4 format. The goal is to create something similar to the image below. Image corespond with 2 discs NAS.

 

Pi-NAS - Filesystem

Create a new user under Users tab. As an example, we will add a kodi user that will be used to play multimedia from our NAS.

OMV - PiNAS - Users

And, of course, we have to create some shared folder under Shared Folders tab. Typical for home NAS are multimedia, i.e. folders such as Movies, Music, Photos, etc. (Screenshot is from OMV 5.x revision)

 

Pi-NAS - Sílené složky

Finally, we need to set up how to access these folders from other devices. There are a number of standard protocols available, such as SMB, FTP, NFS, etc. For example, for TV or Kodi's mutimedia center, a simple SMB will be enouhg on our home network. We choose the SMB tab and activate the service. (Screenshot is from OMV 5.x revision)

 

Pi-NAS - Zapnutí sdílení SMB

Shares

Under Shares tab, choose which shared folder you want to share via SMB and what privilegies for specific users will be set. (Screenshot is from OMV 5.x revision)


Pi-NAS - Nastavení sdílené složky a práv

After save, as example, open File Explorer in Windows and type your RPi address, in my case \\192.168.4.30\ After entering the user kodi and the correct password, you should see the contents of the folder and you can read and write here. Then, on a smart TV or KODI, add this shared folder as a media source.

OMV- SMB share

 

 

Add comment

Nejlepší články z blogu

Tailscale - remote access without public IP
Tailscale - remote access without public IPRating: 
80%

The Tailscale service solves access between individual devices if you don't have a public IP address. It's free for one user with support for up to 100 devices. We'll show you how to install Tailscale on a Raspberry Pi that you'll have at home and on a client (Android, iPhone) from which you'll want to access the home Raspberry Pi. Our example will be remote access to OpenHAB running on a Raspberry Pi. However, the same setup applies to many other applications - home NAS, PiHole, Home Assistant, Domoticz, NextCloud, and others.

Shelly OpenHAB MQTT
Shelly vs OpenHABRating: 
80%

The Shelly brand is known for its products that primarily communicate over WiFi, including smart plugs, relay switches, blinds control relays, and many other devices. One of the advantages for deployment is the ability to both read and control these devices using the universal MQTT protocol. Across existing add-ons for both OpenHAB and Home Assistant, we will demonstrate how to use Shelly devices without installing any additional extensions.

Victron & OpenHAB
Victron vs Smart HomeRating: 
0%

In this post, we will show you how to retrieve information from a photovoltaic power plant by Victron. We will connect to the Cerbo unit via MQTT. Based on these values, we can control various appliances (heating, boiler, etc.) and prevent the battery from being drained when they don't need to be.

Smart Home GoodWe inverter
Smart Home vs GoodWeRating: 
50%

In the post, we will demonstrate step by step how to communicate directly with the GoodWe inverter in a smart home setup and obtain real-time information (unlike the SEMS portal). This information is essential if we want to react to current parameters in a smart home, such as activating additional cooling or controlling a socket with a various load.

Voice control smart home
Voice control of the houseRating: 
60%

In this article, we will connect the Amazon Echo Dot voice assistant with open source home automation. We won't be using OpenHAB Cloud, so everything runs locally. In this case, a few additional settings are necessary, but the result is worth it!

MikroTik - Winbox, DHCP, Ranges
Basics - Winbox, DHCPRating: 
68.7%

In this series, we will look at the step-by-step setup of MikroTik devices for home users or a small business (up to 25 people). In the first article, we will focus on the initial setup - we will download Winbox and set up DHCP for the primary network and guest network. Similarly, we will also adjust the WiFi settings.

Alarm Smart Home PIR
Alarm from existing PIR sensors in a smart home.Rating: 
0%

In a your smart home, PIR sensors may not only be used to switch lights on and off based on motion, it is possible to utilize these sensors to detect the presence of motion in a particular room. This information can be used to create a relatively reliable uncertified home security system. In this guide, you will find the logic for how this can work in the OpenHAB software in our model smart home.

NFC Tag Example in Smart Home
NFC tags in smart homeRating: 
80%

NFC (Near Field Communication) tags are small plastic or paper stickers that can be used to automate various functions in the smart home. In this article, we will show you examples of use and a guide on how to write an action on an NFC tag using a mobile phone.

WireGuard iOS
WireGuard on iOS devicesRating: 
85%

In this article, you will find a detailed guide on how to connect to WireGuard VPN from iOS.

WireGuard on Android device
WireGuard on Android devicesRating: 
0%

In this article, you will find a detailed guide on how to connect to WireGuard VPN from Android.