This is the fastest way to set up Windows network (AD) shares with Linux using cifs-utils
sudo apt update && sudo apt install cifs-utils -y
sudo mkdir /mnt/win_share_name
- Create a credentials file:
sudo nano /etc/win-credentials
and enter the following contents: