Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
1. Here is a pre-configured image, decompress and write the image to the TF card (open Win32DiskImager, choose ".img" document and click "write" to program.)
2. After programming, you can insert the card into the Raspberry Pi. Turn on it and the system can be booted normally.
sudo omv-firstaid #choose: Configure network interface -> OK -> YES -> YES -> YES -> YES -> NO #Wait for configuration to complete sudo reboot
3. After normal startup, you can skip to setting up OpenMediaVault.
Only the Raspberry Pi OS lite system can be installed, and the NAS system cannot be installed with a desktop.
If you cannot burn, please click the link below to provide two burning methods:
After the installation is complete, do not directly connect to the host (Raspberry Pi/CM4), open the file manager, find the BOOT disk, create a file named SSH, and then connect to the host (Raspberry Pi/CM4) to boot.
1. Your host (Raspberry Pi/CM4) needs to be connected to a monitor, keyboard, and Ethernet, otherwise users cannot be created.
2. Enter "ifconfig " in the terminal to query the IP address of the host. The following figure is about how to identify the IP address:
3.Connect your RPI or CM4 with SSH.
WIN+R cmd ssh user@xxx.xxx.xxx.xxx # user is the username, the default pi xxx.xxx.xxx.xxx is the IP address
There are many ways to operate, so I won't introduce them one by one.
4. Install OpenMediaVault
wget https://www.waveshare.com/w/upload/d/de/Install.zip unzip Install.zip sudo chmod +x install sudo ./install
Please wait for finishing the installation. If it appears as shown in the figure below, it means that the installation has been successful. If it does not appear and fails, please run the "install" again (the process is long, please wait patiently).
Open an Internet browser on your computer and enter your Raspberry Pi's IP address in the address bar.
The interface is as follows:
Log in to OpenMediaVault with the following credentials:
User name: admin
Password*: openmediavault
Note: The default password can be changed, but the username cannot be changed.
1. Select "Storage", then Disks. All attached storage, including SD cards, should be displayed. If not, double check that everything is plugged in correctly and reboot the system.
2. Select File Systems, you probably won't see anything here, so select Create. Here you can choose your storage device. We recommend choosing the EXT4 drive format. Select OK and close.
The creation is completed as follows:
Click Close, and then mount the drive letter. You can select the disk to be mounted and the capacity exceeds the threshold, and a warning will be issued. After the setting is completed, click "Save" to wait for the mounting to complete, as shown below:
The most critical step is to click the tick in the yellow area first, and then select YES, otherwise the mount will not be considered successful.
When there is a tick under Mounted, it means that the mount is complete.
3. Select "Shared Folders", click the plus sign, and create a shared folder where you can name the folder, choose the drive where it should exist, and grant permissions to the user. By default, the permissions should be correct, but if you like the different options for your network preferences, you can adjust them, save and apply the changes.
4. Select Services -> SMB/CIFS -> Settings, check the topmost Enabled, and then click Save.
5. Select Shares under SMB/CIFS, click the plus sign and select the folder created before in the first box. After selecting, scroll to the bottom and click Save and apply the changes.
6. Select Users -> Users -> click pi -> Edit, set the access password, save and apply the changes.
7. You can now access your shared folders over the network.
8. Help and Support
If you find yourself having trouble with OpenMediaVault, it is best to visit the Forum. For official Raspberry Pi product support, visit the Pi Forum.
Level | Name | Min. Disks | Redundancy | Growable |
Linear | JBOD | 2 | NO | NO |
0 | Stripe | 2 | NO | NO |
1 | Mirror | 2 | Yes | Yes |
5 | RAID5 | 3 | Yes | Yes |
6 | RAID6 | 4 | Yes | Yes |
10 | RAID10 | 4 | Yes | NO |
2. Wipe complete
3. To create a RAID, select Storage -> RAID Management -> plus sign, select the disks that need to be grouped in RAID, and finally save and apply the changes.
4. Wait for the synchronization to complete before use, the process will be long, please be patient.
5. After the synchronization is complete, you can create a file system, mount it, and set up a shared folder.