How to Mount SMB Shares on Ubuntu?
https://linuxhint.com/mount-smb-shares-on-ubuntuStep5: Mount samba share. In this step we will execute the command which will mount the remote samba shared directory on our Ubuntu system: $ sudo mount -t cifs -o rw, vers = 3.0, credentials = / root / .examplecredentials // 192.168.18.112 / sharedDir / media / share. Replace the IP Address in the above command where you have already shared a ...