Hi Community,
I found about OMV and wanted to learn and set up my own personal NAS to store films, music, and documents. I decided to pull the plunge and buy/use the following devices:
- Raspberry Pi 4 running on Bullseye Lite, with OMV6 installed(using the OMV guide)
- Sabrent 5 bay hard drive enclosure, holding 3x10TB and 2x12TB hard drives
- Using RPI-4 USB 3.0 to USB-C communication to the bay.
I was able to properly wipe my drives in a clean state(Secure Wipe), create a new filesystem, mount the drives, and create a shared folder in a specific drive where my laptop was able to detect the SMB/CFS network share with the shared folder I created. So far so good.
My next step was to figure out how to combine specific drives as a single drive; combining 3x10TB and 1x12TB drives together to get 42TB in total. Upon researching, I found that MergerFS with SnapRaid would be the best solution to my setup.
However, I am having trouble understanding how to set it up properly with MergerFS. From researching online, I see that on OMV6(after installing the mergerfs-6.0.x plugin) I can navigate to the mergerfs tab.
My question is: how would I pool all the selected drives together? I am looking at Snapraid + mergers files copied to a single drive forum and I can enter specific drives/UUID in the "Path" section. However, when I manually copy and past the specific mounted drives and save it, I get an error where I get a 256 character limit. The following below is an example:
/srv/dev-disk-by-uuid-c05648de-9886-4234-a5d3-b8ec2cfb0ab8
/srv/dev-disk-by-uuid-bdcd7360-2359-478a-b374-9194ffc47bc9
/srv/dev-disk-by-uuid-2fd2c0a5-ee84-482d-8283-63fa56ff0e7e
/srv/dev-disk-by-uuid-c86cff6c-aac4-4583-beb4-1b36932cf06b
From looking at a different post, it says that I would have to shorten these down where it will accept it. Would this be the appropriate way to pool specific drives that I want? Below is the example:
Is this the proper way to enter in the mergerfs "Path" section when using the OMV webgui? Would love to hear someone from experience/expertise on how to get this properly working.