Results 1 to 6 of 6
hello all,
I would like to create a share from a suse-linux box and access that share from a windows machine. However when created a directory in linux and shared ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-13-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 6
creating samba share and accessing from windows
hello all,
I would like to create a share from a suse-linux box and access that share from a windows machine. However when created a directory in linux and shared it using samba. I have modified the smb.conf file.
These files are not accessible in windows. It asks for some username/passwd , but actually it should not ask for username and password , but it should allow the access.
How to configure this. Any help would be appreciated. Please let me know if more details are needed.
prabs.
- 11-30-2009 #2
Try adding the following in the specific share section in the smb.conf file.
If that doesn't work, you may want to post your smb.conf file.Code:guest ok = yes
- 12-01-2009 #3Linux Newbie
- Join Date
- Sep 2008
- Location
- Port Moresby
- Posts
- 156
Where is the smb.conf file?
- 12-01-2009 #4
That depends on your Linux distro and whether you installed it from source or not.
You can search for it:
It may also be someone in /usr if you installed it from sourceCode:find /etc -name smb.conf
Code:find /usr -name smb.conf
- 12-01-2009 #5Linux Newbie
- Join Date
- Sep 2008
- Location
- Port Moresby
- Posts
- 156
Tks, found it /etc/samba
- 01-08-2010 #6Just Joined!
- Join Date
- Sep 2009
- Posts
- 6
Hi,
Thanks. I have fixed this. I actually missed to create a useraccount and hence was facing an issue.
prabs


Reply With Quote
