Hi there,
I have a CIFS mounted via GUI (so no entry in fstab) for backup porpoises. But my PBS cannot use it because of permission error. After a outtage of the CIFS or reboot I need to do a
I think it's because of the uid or gid param.
So is it possible to define those options within the storage.cfg? If no, what would be the best approach on this problem?
Thanks in advance and kind regards,
Stefan
I have a CIFS mounted via GUI (so no entry in fstab) for backup porpoises. But my PBS cannot use it because of permission error. After a outtage of the CIFS or reboot I need to do a
Code:
mount -o remount,uid=34,noforceuid,gid=34,noforcegid /mnt/pve/backup
So is it possible to define those options within the storage.cfg? If no, what would be the best approach on this problem?
Thanks in advance and kind regards,
Stefan