Solved Cannot view contents of a samba share
-
May need
public = yes
in the config if I remember correctly.
-
@brandon220 said in Cannot view contents of a samba share:
May need
public = yes
in the config if I remember correctly.
Still the same result.
-
Ubuntu/Debian or Fedora/CentOS? If its Fedora/CentOS, SELinux needs to be configured.
-
Create a test file in the directory, then run
ls -lash
-
-
Thank for the help. I'll likely take a look at this on Monday
-
@Obsolesce said in Cannot view contents of a samba share:
Create a test file in the directory, then run
ls -lash
I was able to create a text file, and permissions to everyone are showing rwx on the directory.
-
@black3dynamite said in Cannot view contents of a samba share:
Ubuntu/Debian or Fedora/CentOS? If its Fedora/CentOS, SELinux needs to be configured.
I tried disabling
apparmor
still no joy. -
@JaredBusch said in Cannot view contents of a samba share:
That I used Fedora, should not matter.
I followed that and reboot both systems. Still nothing
-
Got it working. I had to set the user to
nobody
instead of guest. Oddly enough it would mount as guest, but just not be readable.