SAMBA share visible in Explorer, but cannot accress


  1. Posts : 2
    Windows 10
       #1

    SAMBA share visible in Explorer, but cannot accress


    I have SAMBA shares on a debian server. I can see the shares in Explorer. When I doubble click I am asked for credentials, but when I enter the correct (more than double and triple checked) credentials I get an error indicating that the error is due multiple connections.

    In CMD
    Code:
    net use
    does not show any connection.
    When I connect to the SAMBA share using
    Code:
    net use /user:xxx \\server\share username pwd
    it is working and I can access the share.

    How can I make that I am able to connect to the share in Explorer?
      My Computer


  2. Posts : 9,780
    Mac OS Catalina
       #2

    Post your Samba config file. You can use Webmin on the Debian machine to look at the Samba info. Have you made a Samba user for use when connecting to the windows machine to the Linux machine. If running a firewall and Netbios/SMB is blocked, it can cause problems.
      My Computer


  3. Posts : 2
    Windows 10
    Thread Starter
       #3

    Thanks for the feedback.
    Samba conf is attached.

    Strange thing is, that I can make connection using CMD, but not using Explorer.
    SAMBA share visible in Explorer, but cannot accress Attached Files
      My Computer


  4. Posts : 9,780
    Mac OS Catalina
       #4

    Samba config from other party's text attachment.

    #======================= Global Settings =======================
    [global]
    workgroup = WORKGROUP
    server string = %h server
    dns proxy = no
    log level = 0
    syslog = 0
    log file = /var/log/samba/log.%m
    max log size = 1000
    syslog only = yes
    panic action = /usr/share/samba/panic-action %d
    encrypt passwords = true
    passdb backend = tdbsam
    obey pam restrictions = no
    unix password sync = no
    passwd program = /usr/bin/passwd %u
    passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
    pam password change = yes
    socket options = TCP_NODELAY IPTOS_LOWDELAY
    guest account = nobody
    load printers = no
    disable spoolss = yes
    printing = bsd
    printcap name = /dev/null
    unix extensions = yes
    wide links = no
    create mask = 0777
    directory mask = 0777
    map to guest = Bad User
    use sendfile = yes
    aio read size = 16384
    aio write size = 16384
    null passwords = no
    local master = yes
    time server = no
    wins support = no
    #======================= Share Definitions =======================
    [exchange]
    path = /media/9e6779cf-8afb-4398-8656-7679da3897f0/exchange
    guest ok = yes
    guest only = yes
    read only = no
    browseable = yes
    inherit acls = yes
    inherit permissions = no
    ea support = no
    store dos attributes = no
    vfs objects = recycle
    recycle:repository = .recycle/%U
    recycle:keeptree = yes
    recycle:versions = yes
    recycle:touch = yes
    recycle:directory_mode = 0777
    recycle:subdir_mode = 0700
    recycle:exclude =
    recycle:exclude_dir =
    recycle:maxsize = 0
    printable = no
    create mask = 0664
    force create mode = 0664
    directory mask = 0775
    force directory mode = 0775
    hide special files = yes
    follow symlinks = yes
    hide dot files = yes
    [topfield]
    path = /media/d4b4bd26-bacf-43cf-8fd8-e0e5b1455928/topfield
    guest ok = no
    read only = no
    browseable = yes
    inherit acls = yes
    inherit permissions = no
    ea support = no
    store dos attributes = no
    vfs objects =
    printable = no
    create mask = 0664
    force create mode = 0664
    directory mask = 0775
    force directory mode = 0775
    hide special files = yes
    follow symlinks = yes
    hide dot files = yes
    valid users = @"parents"
    invalid users =
    read list =
    write list = @"parents"
    [music]
    path = /media/d4b4bd26-bacf-43cf-8fd8-e0e5b1455928/music
    guest ok = no
    read only = no
    browseable = yes
    inherit acls = yes
    inherit permissions = no
    ea support = no
    store dos attributes = no
    vfs objects =
    printable = no
    create mask = 0664
    force create mode = 0664
    directory mask = 0775
    force directory mode = 0775
    hide special files = yes
    follow symlinks = yes
    hide dot files = yes
    valid users = @"parents"
    invalid users =
    read list =
    write list = @"parents"
    [movies]
    path = /media/d4b4bd26-bacf-43cf-8fd8-e0e5b1455928/movies
    guest ok = no
    read only = no
    browseable = yes
    inherit acls = yes
    inherit permissions = no
    ea support = no
    store dos attributes = no
    vfs objects =
    printable = no
    create mask = 0664
    force create mode = 0664
    directory mask = 0775
    force directory mode = 0775
    hide special files = yes
    follow symlinks = yes
    hide dot files = yes
    valid users = "maren",@"parents"
    invalid users =
    read list =
    write list = "maren",@"parents"
    [files_maren]
    path = /media/d4b4bd26-bacf-43cf-8fd8-e0e5b1455928/files_maren
    guest ok = no
    read only = no
    browseable = yes
    inherit acls = yes
    inherit permissions = no
    ea support = no
    store dos attributes = no
    vfs objects =
    printable = no
    create mask = 0664
    force create mode = 0664
    directory mask = 0775
    force directory mode = 0775
    hide special files = yes
    follow symlinks = yes
    hide dot files = yes
    valid users = @"parents"
    invalid users =
    read list =
    write list = @"parents"
    [files_thomas]
    path = /media/d4b4bd26-bacf-43cf-8fd8-e0e5b1455928/files_thomas
    guest ok = no
    read only = no
    browseable = yes
    inherit acls = yes
    inherit permissions = no
    ea support = no
    store dos attributes = no
    vfs objects =
    printable = no
    create mask = 0664
    force create mode = 0664
    directory mask = 0775
    force directory mode = 0775
    hide special files = yes
    follow symlinks = yes
    hide dot files = yes
    valid users = "thomas"
    invalid users =
    read list =
    write list = "thomas"
    [pictures]
    path = /media/d4b4bd26-bacf-43cf-8fd8-e0e5b1455928/pictures
    guest ok = no
    read only = no
    browseable = yes
    inherit acls = yes
    inherit permissions = no
    ea support = no
    store dos attributes = no
    vfs objects =
    printable = no
    create mask = 0664
    force create mode = 0664
    directory mask = 0775
    force directory mode = 0775
    hide special files = yes
    follow symlinks = yes
    hide dot files = yes
    valid users = "thomas",@"parents"
    invalid users =
    read list =
    write list = "thomas",@"parents"
      My Computer


  5. Posts : 9,780
    Mac OS Catalina
       #5

    Follow these instructions to set Samba at its default. You would need to remove Samba and then add it back in, to allow the Samba machine run in default. HOWTO: Setup Samba peer-to-peer with Windows
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 09:56.
Find Us




Windows 10 Forums