w1ll1am
June 18th, 2010, 03:34 PM
Hello I have been trying to set up a samba file server for a few days now and i can not figure out what i am doing wrong.
samba is installed
smb.conf is configured with two shares
[homes]
comment = Home Directories
browseable = yes
read only = no
creat mask = 0775
directory mask = 0775
valid users = my user name
[test]
path = /home/my user name/test
valid users = my user name
read only = no
browseable = yes
writable = yes
I created the path
mkdir /home/my user name/test
I have created the user
smbpasswd -a my user name
and enabled
smbpasswd -e my user name
global settings are set to
security = user
workgroup = my work group
everything else has been kept the same as if it was an original smb.conf file
I have ubuntu 9.10 server edition installed the 32-bit version.
I can see the server in windows XP my network places. When I try to access my server from one of my windows xp machines i receive the error message
\\UBUNTUFILESERVERubuntufileserver server (Samba,Ubuntu) is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permission.
The parameter is incorrect
my servers name is Ubuntufileserver.
One time it worked I got in is asked for my username and password I did so and I tried to make a folder and it would not let me so I tried to change something and then I had not access like above so I put the smb.conf file back the way it was and still nothing.
Any help would be highly appreciated thanks in advance
samba is installed
smb.conf is configured with two shares
[homes]
comment = Home Directories
browseable = yes
read only = no
creat mask = 0775
directory mask = 0775
valid users = my user name
[test]
path = /home/my user name/test
valid users = my user name
read only = no
browseable = yes
writable = yes
I created the path
mkdir /home/my user name/test
I have created the user
smbpasswd -a my user name
and enabled
smbpasswd -e my user name
global settings are set to
security = user
workgroup = my work group
everything else has been kept the same as if it was an original smb.conf file
I have ubuntu 9.10 server edition installed the 32-bit version.
I can see the server in windows XP my network places. When I try to access my server from one of my windows xp machines i receive the error message
\\UBUNTUFILESERVERubuntufileserver server (Samba,Ubuntu) is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permission.
The parameter is incorrect
my servers name is Ubuntufileserver.
One time it worked I got in is asked for my username and password I did so and I tried to make a folder and it would not let me so I tried to change something and then I had not access like above so I put the smb.conf file back the way it was and still nothing.
Any help would be highly appreciated thanks in advance