Results 1 to 4 of 4

Thread: SAMBA help

  1. #1
    Join Date
    Apr 2005
    Posts
    697

    SAMBA help

    I'm currently trying out SAMBA, and having a few last minute issues:

    I got both of my centos servers to run samba fine, the mount from serverA to serverB is great... the only problem is that it can't DIR/LS the mounted/shared folder for browsing and viewing. Here is my current smb.conf:

    [global]
    netbiosname = superpix
    security = USER
    password level = 4
    os level = 64
    domain master = yes
    local master = yes
    prefered master = yes
    browsable = yes
    writable = yes
    locking = no
    case sensitive = no
    default case = lower
    preserve case = yes
    short preserve case = no
    encrypt passwords = Yes
    workgroup = superpix

    [homes]
    read only = no
    browseable = no

    [shared]
    path = /san
    interfaces = eth1 lo
    hosts deny = ALL
    hosts allow = 10.222.0.
    browseable = yes
    write list =root, admin
    create mask = 0644
    directory mask = 0777
    public = yes
    valid users = admin

    I'm not sure what I'm doing wrong... but I can access the files in that folder fine from another server, i just can list/dir the darn thing. Please help.

  2. #2
    Join Date
    Jul 2006
    Posts
    74
    Did you set the right user perms for the specific folder?
    Setting the perms in Samba is not enough.

  3. #3
    Join Date
    Mar 2005
    Location
    Cincinnati, OH
    Posts
    33
    What do you mean by "can't"?

    Do you get a "command not found"?
    Does it just not return anything?

  4. #4
    Join Date
    Apr 2005
    Posts
    697
    I'm not getting any command not found... I can access the folders within that shared folder, I can just can't browse it... it gives me a access denied.

    Can you please let me know how/where should I set the perm?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •