2018-12-21T07:46:50
First, list the shares available from the server:
smbclient -L <server> -U <user>
Next, make sure cifs-utils
is available (so we can pass in the credentials option):
sudo apt install cifs-utils
Finally, add the desired share to /etc/fstab
:
//ip/share /mnt/point cifs …