- Install the
cifs-utilspackage:sudo pacman –S cifs-utils. - Make a mount folder for the SMB share:
sudo mkdir /mnt/<Path>. - Create a backup of the
fstabfile (just in case):sudo cp /etc/fstab /etc/fstab_backup. - Open the
fstabfile in your favorite editor:sudo vim /etc/fstab. - Add the mount line:
//<Server_address>/<Server_share_and_internal_path> /mnt/<Path> cifs username=<Server_user>,pass=<Server_password> 0 0.
- Save the file.
- Reload
fstab:sudo mount -av.
Bro literally have my kids