Hi livix07
Thanks for helping :).
I have SAMBA installed but with the default set up.
Regarding to what I read, I might be wrong correct me please if so, I would need to edit smb.conf (SAMBA) if I would like to use my linux machine as a server. To be able to mount a server running windows...
Hi,
I'm trying to mount a Windows Server 2012 R2 on my Linux CentOs 7.6.1810.
I'm doing it on Linux through the fstab file (etc/ftsab) on the following way;
//winServerIP/winServerFolder /home/desiredExistingFolder cifs vers=3.02,user,username=xxx,password=xxx,sec=ntlm,auto,r,uid=500,suid 0 0...