Ubuntu - How to Mount a Samba Share

1) Install the CIFS Utils package

sudo apt install cifs-utils

2) Create a Mount Point

sudo mkdir games
sudo chown tiago:tiago games/
Changing the permissions of the folder to a local user.

3) Mounting the Volume

sudo mount -t cifs -o username=tiago //192.168.25.10/games games/
🔐 Password for tiago@//192.168.25.10/games:  ********

Resources

https://support.zadarastorage.com/hc/en-us/articles/213024986-How-to-Mount-a-SMB-Share-in-Ubuntu

9.2. Mounting an SMB Share Red Hat Enterprise Linux 7 | Red Hat Customer Portal
The Red Hat Customer Portal delivers the knowledge, expertise, and guidance available through your Red Hat subscription.
9.2. Mounting an SMB Share Red Hat Enterprise Linux 7 | Red Hat Customer Portal
The Red Hat Customer Portal delivers the knowledge, expertise, and guidance available through your Red Hat subscription.