Hello everyone I have multiple issues going on. My goal is to get LUKS encryption on my Raid ARRay 1 compromised of a Rasbperry pi 5, 2 Samsung 500GB 2.5" SSDS connected via USB to the PI.
I have successfully created the Raid Array accessible via SMB; Users can authenticate and read/write files.
The main problems are as follows:
1. The main issue is when I encrypted the Raid Array and access it with a user account that has read/write permissions to it, The shared folder connected to the encrypted raid array is empty or doesn't exist. AI seemed to think this had to do with the time decryption and unlocking the LUKS device itself. I did a lot of the backend configuring through CLI as OMV has issues sensing USB connected drives instead of SATA. In OMV GUI, The shared folder can't be assigned to the encrypted file system (probably why it's empty).
2. After configuring fstab to mount the drive and ensure that group I have has read/write access to it; upon reboot, ssh and OMV gui access denied. I have to remove the FSTAB entry for it to fix.
My assumption for the issues I have is because the hardrives are connected via USB which has issues with the OMV gui so I have to configure it via CLI. Help would be greatly appreciated, Thanks.