Procedure for mounting Samba SMB share on Ubuntu. This will natively mount the samba share onto your Ubuntu system and reconnect upon startup. sudo apt-get install cifs-utils 2. Create folder to mount the share into: sudo mkdir /media/Share 3. Create file with user credentials in your home directory touch ~/.smbcredentials 3.1. Edit the file...