You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
fstab
About this tag
The fstab tag on WindowsForum.com covers discussions about configuring the /etc/fstab file to mount Windows file shares on Linux systems. Topics include mounting Windows Server 2012 R2 shares using CIFS with specific protocol versions, authentication options like sec=ntlm, and troubleshooting mount errors such as 'Invalid argument'. Users share fstab entries and seek advice on compatibility between Linux clients and Windows servers.
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...