Truenas Core mount SMB share to VM

I’ve installed the Ubuntu server on Truenas Core and need to mount the SMB share to it. I’ve created the bridge nic and all looks good, but when I’m trying to mount the share I’m getting an error message “No such file or directory”.
My smb share has this path “/mnt/data-pool/immich/immich-lib”, the local directory path is “/mnt/immich-lib”, and I’m running this command to mount it:
sudo mount -o user=user //192.168.50.209/mnt/data-pool/immich/immich-lib /mnt/immich-lib/

mount command should reference share name not share path. See: Windows Shares (SMB) | TrueNAS Documentation Hub

Thank you! that worked!