Mount NAS share on Ubuntu

More of a note-to-self, but here’s how to mount a CIFS (or SMB) share on Ubuntu Linux:

mkdir ~/data_flightsim/
sudo apt-get install cifs-utils
sudo mount -t cifs -o username=my-username,uid=$(id -u),gid=$(id -g) ///data_flightsim ~/data_flightsim/