see also cifs manual
Install required package cifs-utils:
dnf install cifs-utils
If regular users shall be able to mount set mount.cifs permissions:
chmod u+s /sbin/mount.cifs
Edit /etc/fstab
//192.168.2.2/share /home/jpork/remotes/blackhole cifs rw,uid=1000,gid=1000,user=win,password=winPassword,domain=winDomain,users 0 0