Using an external CIFS mount as Datastore

lapo

Member
Jan 28, 2023
3
2
8
Milano, Italy
Hi, I'm having a hard time using an external CIFS mount as datastore.
I tried using this fstab:
Code:
//192.168.2.35/ProxmoxBackup /mnt/nas cifs defaults,guest,uid=34,gid=34,file_mode=0644,dir_mode=0750
forcing user and permission to the required ones, but I'm having a hard time with the fact that PBS requires 755 on root, and 750 on any other folder.
Couldn't 750 be accepted on root too?
It's only more secure…
In the meanwhile I'll probably try to patch and build the server myself.