Koozali.org: home of the SME Server

Contribs.org Forums => General Discussion => Topic started by: Arnaud on October 29, 2017, 08:29:47 AM

Title: Mounting the SME on a Fedora using cifs
Post by: Arnaud on October 29, 2017, 08:29:47 AM
Hello,

FYI: since the last kernel updates of Fedora, it is necessary to use the option "vers=1.0" for mounting the samba shares of the SME via cifs. E.g.:
Code: [Select]
# mount -t cifs //IP.of.the.SME/ibay /path/to/the/moint-point -o user=SME-user,sec=ntlm,password=pass-of-the-SME-user,vers=1.0
The wiki about the auto-mount of the ibays at login https://wiki.contribs.org/Client_Authentication:Fedora#Automount_User_Home_Directories_at_Login (https://wiki.contribs.org/Client_Authentication:Fedora#Automount_User_Home_Directories_at_Login) has been updated according of this.

Bye Arnaud