Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-28-2003, 12:41 AM
|
#1
|
Member
Registered: Feb 2003
Location: Buffalo, NY
Distribution: Novell Linux Desktop
Posts: 159
Rep:
|
smb.conf help
hears is my config file i can see the shares but i cannot write to them. i can open files on it. am i missing something??
i know it's not secure or anything, i'must looking to share files as a storage place while i format. thanks for the help
[global]
netbios name = RixLinux
server string = "Rix Linux Samba Server"
workgroup = RixLinux
log file = /etc/samba/samba.log
security = share
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
encrypt passwords = yes
wins support = yes
[music]
path = /share/music
guest ok = yes
writeable = yes
browseable = yes
[share]
path = /share
guest ok = yes
writeable = yes
|
|
|
05-28-2003, 03:22 AM
|
#2
|
LQ Guru
Registered: Apr 2002
Location: Atlanta
Distribution: Gentoo
Posts: 1,280
Rep:
|
this is what i have for a public share, also not secure but it works for me:
[public]
comment = Public Stuff
path = /home/samba
public = yes
writable = yes
read only = no
printable = no
so from just typing that, i see you dont have a "read only = no" try adding it just to see if it changes anything.
|
|
|
05-28-2003, 08:59 AM
|
#3
|
Member
Registered: Feb 2003
Location: Buffalo, NY
Distribution: Novell Linux Desktop
Posts: 159
Original Poster
Rep:
|
nwo i get access denied, source file may be in use. when i know that it's not.
|
|
|
05-28-2003, 09:03 AM
|
#4
|
Member
Registered: Feb 2003
Location: Buffalo, NY
Distribution: Novell Linux Desktop
Posts: 159
Original Poster
Rep:
|
is it suppose to be writable or writeable??
|
|
|
05-28-2003, 12:09 PM
|
#5
|
Senior Member
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029
Rep:
|
i would make:
encrypt passwords = no
AND add in Global:
guest account = ftp
OR some other user would work.
|
|
|
05-29-2003, 11:13 AM
|
#6
|
Member
Registered: Mar 2003
Location: Massachusetts, USA
Distribution: RH 8, Solaris, Windoze eXPunged
Posts: 520
Rep:
|
It may not be a problem with your smb.conf file. Look at the permissions for /share and /share/music. Also check out ownership. I think both directories should be owned by root.
Chris
|
|
|
05-29-2003, 01:30 PM
|
#7
|
Member
Registered: Jul 2002
Location: Troy, KS
Distribution: Mandrake 10.1
Posts: 57
Rep:
|
It's writeable, and like chris said I believe its the permissions on that directory that is causing the problem.
|
|
|
All times are GMT -5. The time now is 01:06 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|