LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 11-06-2006, 06:15 PM   #1
gw1500se
Member
 
Registered: Mar 2004
Distribution: Mandriva 2010.0
Posts: 250

Rep: Reputation: 31
SAMBA configuration question


I have a file system that I want to share out on my private network (security is not an issue). I have a couple of Windows machines on which I want to mount the file system in r/w mode. How do I set up smb.conf so that anyone can mount it r/w without authentication? TIA.
 
Old 11-06-2006, 07:22 PM   #2
chakkerz
Member
 
Registered: Dec 2002
Location: Brisbane, Australia
Distribution: a few...
Posts: 654

Rep: Reputation: 32
do a man on smb.conf and search for password.

nevertheless, you after "guest" and possibly "browsable".
 
Old 11-14-2006, 06:34 PM   #3
gw1500se
Member
 
Registered: Mar 2004
Distribution: Mandriva 2010.0
Posts: 250

Original Poster
Rep: Reputation: 31
Thanks for the reply but I've already done that. I obviously am not interpreting what I'm reading because nothing I've tried seems to work thus I'm asking here.
 
Old 11-14-2006, 08:19 PM   #4
chakkerz
Member
 
Registered: Dec 2002
Location: Brisbane, Australia
Distribution: a few...
Posts: 654

Rep: Reputation: 32
Ok well then how about this:


# A publicly accessible directory, but read only, except for people in
# the "staff" group
;[public]
; comment = Public Stuff
; path = /home/samba
; public = yes
; writable = yes
; printable = no
; write list = @staff

Just put all your users into a group (sambausers instead of staff) or alternatively don't specify a write list, which should make it globally writable.
 
Old 11-16-2006, 04:00 PM   #5
gw1500se
Member
 
Registered: Mar 2004
Distribution: Mandriva 2010.0
Posts: 250

Original Poster
Rep: Reputation: 31
Thanks for the reply. I guess I was not clear, or maybe what I want to do is not possible. Your suggestion may not require authentication but it does require identification. I want neither. I want a freely r/w share open to anyone that wants to link to it. In other words I want it to just show up in network neighborhood and be immediately r/w.
 
Old 12-16-2006, 07:17 AM   #6
shorty943
Member
 
Registered: Dec 2006
Location: Tailem Bend. South Australia
Distribution: Mandriva 2006
Posts: 124

Rep: Reputation: 15
Upgrade to Mandriva 2006 and Samba 2. Works like a dream on my home lan, and the config is just a few mouse clicks. You will be surprised how easy it has become, compared to the three day process of that text file config. Tridge, the Samba author has done a great job with the new version. Even a Winslows convert like me got it right second time around.
Hope this can be of some help.

regards shorty943.
 
Old 12-19-2006, 11:09 AM   #7
catworld
Member
 
Registered: Nov 2004
Location: Horseheads, New York
Distribution: Mandriva 2010.1 / KDE 4.5.2, Slax, Knoppix, Backtrack & etc...
Posts: 198

Rep: Reputation: 36
Or you could use webmin. It's easiest to change config from there, most notably "share level security" as opposed to user. Share level gives you want you want; complete unfettered access to the share w/o name/passwd mumbo-jumbo.

Webmin is slick, I suggest everyone get down with it...
 
Old 12-19-2006, 03:59 PM   #8
jakev383
QmailToaster Developer
 
Registered: Dec 2005
Location: Burlington, NC
Distribution: CentOS, Voyage, Debian, Fedora
Posts: 220

Rep: Reputation: 31
Quote:
Originally Posted by gw1500se
I have a file system that I want to share out on my private network (security is not an issue). I have a couple of Windows machines on which I want to mount the file system in r/w mode. How do I set up smb.conf so that anyone can mount it r/w without authentication? TIA.
Here you go. I use this for the local users on the network:

[MilleniaGallery]
comment = MilleniaGallery.com Shared
path = /vault/MG
writeable = yes
guest ok = yes
read only = no
public = yes

No authentication at all.
 
Old 12-19-2006, 06:31 PM   #9
shorty943
Member
 
Registered: Dec 2006
Location: Tailem Bend. South Australia
Distribution: Mandriva 2006
Posts: 124

Rep: Reputation: 15
Talking

Quote:
Originally Posted by jakev383
Here you go. I use this for the local users on the network:

[MilleniaGallery]
comment = MilleniaGallery.com Shared
path = /vault/MG
writeable = yes
guest ok = yes
read only = no
public = yes

No authentication at all.
Hey, thanks Jake. I'm going to give that a go myself.
My home LAN, I set up in stock form, requiring p/words etc, even though this LAN never see's the internet (MS in the loop ). As we say in Australia, beauty mate thanks.

have a good christmas in Horsehead and the best for a good new year.

regards shorty943.

Registered Linux User 437639
 
Old 12-19-2006, 07:19 PM   #10
rufius
Member
 
Registered: Oct 2002
Location: Miami, FL
Distribution: Ubuntu
Posts: 184

Rep: Reputation: 30
Just a side note if you have more problems, I have a tutorial up at http://zacbrown.org/tutorials/SAMBA-HOWTO/ that has a sample smb.conf and a detailed HOWTO on setting up samba for a home network.
 
Old 12-19-2006, 08:32 PM   #11
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Sorry to butt in, but isn't it the "security" option in global that needs to be set? I thinks "share" is the setting where security is a non-issue, but you'll need to check that
 
Old 12-20-2006, 07:36 AM   #12
jakev383
QmailToaster Developer
 
Registered: Dec 2005
Location: Burlington, NC
Distribution: CentOS, Voyage, Debian, Fedora
Posts: 220

Rep: Reputation: 31
Quote:
Originally Posted by billymayday
Sorry to butt in, but isn't it the "security" option in global that needs to be set? I thinks "share" is the setting where security is a non-issue, but you'll need to check that
Yes, it is. Thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba Configuration joshuarowley Linux - Networking 3 06-27-2006 06:54 AM
Samba configuration ? help me wampire Linux - Networking 10 02-12-2006 08:38 AM
Samba configuration shivadk Linux - Software 2 12-17-2005 08:55 PM
Samba configuration question dar28ek Linux - Networking 6 07-05-2005 10:26 AM
Samba Configuration EzehM Linux - Networking 6 06-24-2004 02:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 07:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration