Hello all,
I'm using a Fritzbox 7530 with a connected USB harddrive as NAS (FritzNAS). It works pretty fine as network drive (read, write, execute) with my Windows laptop and I have also a stable read/write access with my Android smartphone. Everything works with all users I have enabled with read and write access to certain folders on the Fritzbox.
Now I installed the remotemount plugin and connected the FritzNAS for backups to a storage/harddisk on OMV. OMV is installed on a RaspberryPi 4. The backups with rsync are also executed daily without any problems.
As soon as I use the shard folders for any application who need to write data on the FritzNAS it doesn't work.
The strange thing is that I can't set users group rights with read and write permissions.
As soon as I try to do these settings on the shared folders ACL, OMV replys with an "... Operation not supported.
I didn't setup any ACL definitions for any users or groups.
When I try to write data to FritzNAS from command line I do get the same reply. I tried to use photoprism for my photos stored on the FritzNAS which needs also read and write access for the system user 'photoprism'. Same problem with the application Czkawka (find duplicate files) on docker. All applications are working fine as long they don't have to write anything on the FritzNAS.
When I go to the FritzNAS via the remotemount folder and I try to write or create data or a folder system replys with a "permission denied".
When I list the file and folders on FritzNAS on a terminal window I can see that all data ownership root and also group access root which obviously I can not change due to the internal rights management of FritzNAS.
drwxr-xr-x 2 root root 0 Mar 1 17:34 Media
But actually I thought it shoudn't be necessary to change this settings as I defined a special user on the Fritzbox with SMB/CIFS access rights for reading and writing data on that storage.
As I mentioned, for the Windows laptop and Android smartphone the SMB connection works reliable.
After many tests and trys I'm pretty frustrated and I hope somebody could help me with a good idea what I could have made wrong or what the problem could be.
Here my optional settings I'm using for the remotemount:
iocharset=utf8,vers=3.0,nofail,noserverino
System: FRITZ!Box 7530, FRITZ!OS 7.57, RaspberryPi 4b 8GB, Linux 6.1.21-v8+, OMV 6.9.14-1 (Shaitan),
Erwin