did u add workgroup/samba into your credentials file?
credentials
username=tolga
domain=workgroup
password=xxxxxx
i also add 777 into my mount options, i dont care, im the only one using it:
fstab
# -------------------------------------------------- #
# Server mount points
# -------------------------------------------------- #
//192.168.0.14/documents/TEST /mnt/Mint21-Doc cifs credentials=/etc/samba/credentials,file_mode=0777,dir_mode=0777 0 0
sudo eopkg it cifs-utils
sudo chmod 600 /etc/samba/credentials
sudo chown root:root /etc/samba/credentials
sudo systemctl daemon-reload
sudo mount -a
if your using the gnome version u may have to manually add the mount point manually, gnome is poor in this compared to kde: obviously change to suit
echo "file:///mnt/MINT Documents" >> ~/.config/gtk-3.0/bookmarks
nautilus -q
personal alias:
alias tolga-samba='echo "Restarting Samba" -- sleep 2 && sudo systemctl enable smb.service nmb.service && sudo systemctl restart smb.service nmb.service'
alias tolga-solus='sudo mount -a && sudo systemctl daemon-reload && sudo udevadm control --reload-rules && sudo udevadm trigger && sudo sysctl --system'