linux - centos samba folder share read as file -


i using centos 7 mount shared network folder (smth), share (smth) using samba (ters), other computer (windows or linux) read shared folder (ters) file, can't open directory, fyi: /etc/fstab //10.11.12.13/smth /smth cifs auto,rw,uid=501,gid=501,username=xxxx,password=xxxx ,inode64 0 0

 /smb.conf  [ters]     writeable = yes     path = /smth     follow symlinks = yes     wide links = yes     create mode = 0777     directory mode = 0777 

read file, should folder instead

thank you

whats important here browseable setting:

[ters]      writeable = yes      browseable = yes      path = /smth      follow symlinks = yes      wide links = yes      create mode = 0777      directory mode = 0777 

also make sure restart samba server after changes(if on debian based, there 2 services restart [smbd , nmbd])


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -