Samba FQDN problem after Exadata Oracle Linux upgrade (ol6 to ol7)
Hi dears,
We recently upgraded our Exadata X6-2 from ol6 to ol7 with a platinum service SR but now we have the following problem:
The ol6 had a fstab entry that mounts a samba sharing using FQDN address, after the upgrade, we only can mount the samba sharing using IP addresses...
More infos after upgrade:
dmesg error: CIFS: Unknow mont option "passwd=*****"
This is the manual mount command that works:
mount -t cifs //1.1.1.1/folder /u01/files2share -o username=userlinux,password=*******,rw,uid=1001,gid=1001,noauto,file_mode=0777,dir_mode=0777,iocharset=iso8859-1
This fstab entry does not works:
//windows.f07.acme.com.br/folder /u01/files2share cifs username=userlinux,password=*******,rw,uid=1001,gid=1001,noauto,file_mode=0777,dir_mode=0777,iocharset=iso8859-1 0 0