i have modified the fstab file to mount the share:
//**IP**/data /home/ss/Documents cifs username=****,password=****,vers=3.0,_netdev,auto,noperm 0 0
at startup is not mounting the shares but after if i use:
sudo mount -a
is mounting just fine, any sugestions?
adding the
x-systemd.automount //**IP**/data /home/ss/Documents cifs username=****,password=****,vers=3.0,_netdev,x-systemd.automount,auto,noperm 0 0
option worked thank you.