You are not logged in.
I am sure this is just a common mistake that I am making, but researching and problem solving for a week is not helping. I am able to access the linux share from windows, but I am not able to see any of the network on the linux machine, other than when I open pcmanfm I can see my workgroup name. Here is my smb.conf
[global]
workgroup = WORKGROUP
netbios name = SAMBA
server string = Samba Server %v
map to guest = Bad User
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
preferred master = No
local master = No
dns proxy = No
security = User
[Data]
path = /home/bob/share
valid users = bob
read only = No
create mask = 0777
directory mask = 0777
I am able to create a create edit and delete files from both my windows machines. I have had multiple smb.confs this current one I just copied off the internet, I am also trying yo setup printing, but this current conf does not support that. I did turn off my simple stateful iptables firewall from systemctl. thank you.
Last edited by mich04 (2013-11-24 00:27:14)
I love computers, networking and Arch Linux. Sometimes I might ask a stupid question, but please have grace with me like I would with you.
Offline
Solved with this smb.conf
[global]
workgroup = METRAN
encrypt passwords = yes
wins support = yes
log level = 1
max log size = 1000
read only = no
[homes]
browsable = no
map archive = yes
[printers]
path = /var/tmp
printable = yes
min print space = 2000
[test]
browsable = yes
read only = yes
path = /usr/local/samba/tmp
I love computers, networking and Arch Linux. Sometimes I might ask a stupid question, but please have grace with me like I would with you.
Offline