Hi,
there is known bug (?) mounting cifs shares via fstab. The current workaround is to mount them manually via 'sudo mount -a' when you are logged in.
That's laborious. And not every person that should use Solus on my PC should know the root password...
My idea was run 'mount -a' from within a script that belongs to root but has this flags: '4755'.
AFAIK when I run this script it gets executed as root.
But when I do so, I get the message "only root can use ALL...". That is, my script has not been executed as root.
Any ideas?
TIA Kibu