[PLUG] Take 2: Smb.conf (and related joy)

Michael Luevane mikel at quantecllc.com
Sun Dec 8 00:25:40 UTC 2002


What are you trying to do that your "wintendo" box can't see? I've got Samba
installed here and it's working pretty good - with the exception of WINS,
but that's a whole 'nother issue :)

-----Original Message-----
From: plug-admin at lists.pdxlinux.org
[mailto:plug-admin at lists.pdxlinux.org]On Behalf Of Kelly Guimont
Sent: Saturday, December 07, 2002 4:06 PM
To: plug at lists.pdxlinux.org
Subject: [PLUG] Take 2: Smb.conf (and related joy)


Hi all!

I recently installed SMB on my machine and it appears as though my conf is
not behaving properly. I have pasted it below to see what you all have to
say on the matter. I'm on OSX, and I installed smb according to this
document:

http://www.opensource.apple.com/projects/documentation/howto/html/osxsmb.htm
l

I used a combination of that file and what prefs I already had set up in the
Samba Sharing package I got from sourceforge to create the file below.
However, my wintendo still can't work it out. Can anyone tell me what's
wrong with what I have in the .conf file? I'd appreciate it.

-Kelly

#
# *********************************************************************
# **                       /etc/samba/smb.conf                       **
# *********************************************************************
# **                                                                 **
# **  Configuration file for Samba SMB server                        **
# **                                                                 **
# **                                                                 **
# *********************************************************************
#

# ---------------------------------------------------------------------
#  Global configuration options
# ---------------------------------------------------------------------
[global]
        # basic options
        netbios name            = ENID
        workgroup               = DEPECHE
        server string           = Samba %v

        # misc options
        hide dot files          = yes

        # logging options
        log level               = 2
        log file                = /var/log/samba-%m.log
        max log size            = 512
        debug timestamp         = yes
        syslog                  = 1


# --------------------------------------------------------------------
#  Home share configuration
# --------------------------------------------------------------------
[homes]
        comment                 = "Home directory for %u on %L"
        path                    = /Users/%u
        browseable              = no
        guest ok                = no
        read only               = no
        create mask             = 644
        directory mask          = 755


# --------------------------------------------------------------------
#  BoxSet MP3s share config
# --------------------------------------------------------------------
[BoxSet]
        comment                 = "Main MP3 Share"
        path                    = /Volumes/BoxSet/
        browseable              = yes
        guest ok                = no
        read only               = no
        create mask             = 777
        directory mask          = 777

# --------------------------------------------------------------------
#  Yoko share configuration
# --------------------------------------------------------------------
[YokoMP3s]
        comment                 = "Secondary MP3s"
        path                    = /Volumes/Yoko
        browseable              = yes
        guest ok                = no
        read only               = no
        create mask             = 777
        directory mask          = 777

# --------------------------------------------------------------------
#  /Users/Shared config
# --------------------------------------------------------------------
[Shared]
        comment                 = "Users-Shared"
        path                    = /Users/Shared
        browseable              = yes
        guest ok                = no
        read only               = no
        create mask             = 777
        directory mask          = 777



_______________________________________________
PLUG mailing list
PLUG at lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug





More information about the PLUG mailing list