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.
  1. J

    Unable to mount windows server 2012 r2 to linux centos 7.6.1810

    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...
Back
Top