System Details HPxz8600 (2) xeon 4350 processors, MB 24G ram, OS drive 128G SSD, 3 Seagate 4T enterprise drives PCIe HDA controller to enable JBOD for HDs Using flashmemory to improve performance and SSD life. Attempting to implement Mergerfs and Snapraid to set up a NAS with drive redundancy. I originally successfully set this system up and got plex running in a docker container, I wanted to add Photoprism but the plugin did not work correctly and also caused some other problems. One of the moderators suggested that since I was able to navigate installing Plex using Compose and Docker that I should do the same for Photoprism. Since the first pass was mostly painless I decided to do a fresh install and start from scratch. However each time I've tried I end up with a error message when I try to create a shared folder on the Mergerfs pool that says "directory /srv/mergerfs/POOL01/NASshare not created - unknown error" I've talked to my friend Google and my Uncle Bob as well as a couple LLMs and tried a variety of cli fixes for Mergerfs having permissions issues with newer versions of OMV, manually creating the directory and fixing the permissions, checking the disk space (99% free) and inode availability (more than 50,000 left), Manually un-mounting and remounting the Mergerfs pool. Freely admitting that my Linux skills are pretty rusty I'm at the end of my rope. Are their documented workarounds for this problem? I even created a new boot drive from the latest ISO to and that had the same issue ![]()
Thread
[How to] Migrate/Restore OMV Settings to Another System with omv-regen
UTILITY TO BACKUP AND RESTORE OMV CONFIGURATION
omv-regen
Copy and paste the following line into a terminal and run it as root or with sudo.
wget -O - https://raw.githubusercontent.com/xhente/omv-regen/master/omv-regen.sh | bash
…
omv-regen
Copy and paste the following line into a terminal and run it as root or with sudo.wget -O - https://raw.githubusercontent.com/xhente/omv-regen/master/omv-regen.sh | bash
- STEP 1. Create a backup of the original system with omv-regen.
- STEP 2. Do a fresh installation of OMV on the disk you want and connect the original data drives.
- STEP 3. Use omv-regen to regenerate the original system configuration on the new system.
…