Windows 10: SAMBA share visible in Explorer, but cannot accress

Discus and support SAMBA share visible in Explorer, but cannot accress in Windows 10 Network and Sharing to solve the problem; 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... Discussion in 'Windows 10 Network and Sharing' started by macom, Jun 30, 2017.

  1. macom Win User

    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[/quote] does not show any connection.
    When I connect to the SAMBA share using Code: net use /user:xxx \\server\share username pwd[/quote] it is working and I can access the share.

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

    :)
     
    macom, Jun 30, 2017
    #1
  2. R. Hansen_690, Jun 30, 2017
    #2
  3. EckiS Win User
    EckiS, Jun 30, 2017
    #3
  4. bro67 Win User

    SAMBA share visible in Explorer, but cannot accress

    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.
     
    bro67, Jul 1, 2017
    #4
  5. macom Win User
    Thanks for the feedback.
    Samba conf is attached.

    Strange thing is, that I can make connection using CMD, but not using Explorer.
     
    macom, Jul 2, 2017
    #5
  6. bro67 Win User
    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"
     
    bro67, Jul 3, 2017
    #6
  7. bro67 Win User
    bro67, Apr 5, 2018
    #7
Thema:

SAMBA share visible in Explorer, but cannot accress

Loading...
  1. SAMBA share visible in Explorer, but cannot accress - Similar Threads - SAMBA share visible

  2. Connecting to a Samba Share

    in Windows 10 Network and Sharing
    Connecting to a Samba Share: I am trying to connect to a samba share. There are two users on the machine. user1 was able to access the share drive and map the share on the machine. user2 was able to access the folders. the next day user1 could not access the drives that were mapped nor could they...
  3. Shared Folders visible, Shared Files not visible

    in Windows 10 Network and Sharing
    Shared Folders visible, Shared Files not visible: Running Windows 10 Pro, 2004 on the host machine I have a problem with shared files not showing on any remote devices. Shared folders and subfolders are visible, but the files within the folders cannot be seen on other Win 10 machines, with Android and other devices...
  4. Cannot access Samba share

    in Windows 10 Network and Sharing
    Cannot access Samba share: Hi, I have a few Windows 10 computers and some linux computers on my network. I use Samba to enable sharing between the Windows and Linux computers. On one of the Windows computer I have a Storage Spaces drive set up as a Samba share. I can access some of the folders on this...
  5. Samba share doesn't work

    in Windows 10 Network and Sharing
    Samba share doesn't work: Hi, I have Vbox with Ubuntu Server 14.04 LTS installed on it. My host is Win 10 (Version 10.0.10240 Build 10240). I've tried to get my samba share working for the whole day. I asked in #Windows, #ubuntu, #samba, #php, everywhere. I've googled and googled and googled.......
  6. Unable to See Samba Share

    in Windows 10 Network and Sharing
    Unable to See Samba Share: Hi everyone, I'll try to keep it short. I have a headless ubuntu server that has a samba server. It's connected to the network with a cable (not wifi) and has a static IP. My desktop (also wired with static IP) is unable to see the samba share at all: not when I go to the...
  7. Cannot connect to SAMBA shares on CENTOS7

    in Windows 10 Network and Sharing
    Cannot connect to SAMBA shares on CENTOS7: Hello everyone, I'm having this very annoying issue with samba shares. The server is running on a CentOS 7 distro with samba-4.1.12-23.el7_1.x86_64. My Windows 10 build is 10240. The shares are visible but when I try to connect it waits a while and then gives me this...
  8. Network shares no longer visible in Explorer

    in Windows 10 Network and Sharing
    Network shares no longer visible in Explorer: I have two machines: a laptop (Zebedee) and a desktop (Dougal). A couple of days ago I found that the network shares from both machines were no longer visible in Explorer on either machine. I noticed this after Zebedee (but not Dougal) had been upgraded to Windows 10 version...
  9. Shared Drives no longer visible in Explorer

    in Windows 10 Network and Sharing
    Shared Drives no longer visible in Explorer: Hi,I know that there have been similar posts with similar issues. I have read the more but they are not exactly the same and I have tried some of the solutions posted but they have not worked.I have a desktop computer and a surface pro. The problem is with the desktop...
  10. Win10ProN cannot connect to samba network share

    in Windows 10 Network and Sharing
    Win10ProN cannot connect to samba network share: Hey folks, I've got an issue that's been bugging me since windows 7. I've got a debian server on my network running samba and plex. I usually add media to it through samba from my windows computers. Only now with my laptop, I'm having a strange issue. Every time I try to...

Users found this page by searching for:

  1. sambashare not visible in windows 10 explorer