You are not logged in.

#1 2012-05-10 19:46:38

muffinss
Member
From: united states
Registered: 2011-02-07
Posts: 54

[solved] Issues setting up a samba file share..

Hey all! I'm trying to setup a samba file share on one of my computers I have.

Here is my config:

[global] 
workgroup = WORKGROUP
server string = piefile
netbios name = piefile
security = konoii
null passwords = yes
map to guest = bad user
load printers = no
printing = bsd
printcap name = /dev/null
disable spools = yes
log file = /var/log/samba/%m.log
max log size = 50
dns proxy = no
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=131072 SO_SNDBUF=131072 SO_KEEPALIVE
[piefiles]
path = /mnt/storage/
read only = no
public = yes
writable = yes
guest ok = no

When I go to try to connect to it, it says:

Failed to open "piefiles"
Permission denied."

Last edited by muffinss (2012-05-10 22:26:34)

Offline

#2 2012-05-10 21:20:34

Gcool
Member
Registered: 2011-08-16
Posts: 1,456

Re: [solved] Issues setting up a samba file share..

Possibly/probably stating the obvious, but have you actually added a user?


Burninate!

Offline

#3 2012-05-10 22:26:14

muffinss
Member
From: united states
Registered: 2011-02-07
Posts: 54

Re: [solved] Issues setting up a samba file share..

I did add a user. I created one on the system and did pdbedit -a -u username

I did fix my problem though, I had to run smbpasswd -e username to activate the username. Now I am able to connect to it from Thunar and my windows machines big_smile

Offline

Board footer

Powered by FluxBB