Hi,
I installed Archliunx with samba 4 and automount using udevil on my Pogoplug E-02. There is no problem with accessing the Samba shares on Windows 7 desktop. However, on my Android devices (Sony tablet and LG smart phone), I'm not able to read any files from the Samba shares on Pogoplug, although I can:
1. connect to the server and browse the directories (just can't open any file), and
2. open any files shared from my Windows 7 desktop,
I suspected it's an issue with my Samba setup but I don't know what the issue is. Can anyone in this forum help?
Here is my smb.conf that is very much copied from: http://obihoernchen.net/wordpress/877/s … rch-linux/
[global]
workgroup = WORKGROUP
server string = POGOPLUG
netbios name = POGOPLUG
hosts allow = 192.168.1.
printcap name = /dev/null
load printers = no
disable spoolss = yes
printing = bsd
log file = /var/log/samba/log.%m
max log size = 50
security = user
# For public share without login
map to guest = Bad User
dns proxy = no
# Some Tuning (See Optimize Performance)
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_KEEPALIVE
write cache size = 2097152
use sendfile = yes
getwd cache = yes
# Global security
public = yes
#============================ Share Definitions ==============================
# Public, writeable
[POGOPLUG]
comment = POGOPLUG
read only = no
writeable = yes
path = /media/
