SMB Client NT_STATUS_CONNECTION_DISCONNECTED

SMB Client NT_STATUS_CONNECTION_DISCONNECTED

January 16, 2022 1 min read 4 views 0 discussions
Table of Contents

    Are you facing a similar issue while trying to get to communicate with SMB samba? Then don't worry just follow the below instruction to fix your problem.


    This type of problem occurs due to a misconfiguration in the samba directory (etc/samba). So open your terminal and check  what are the files inside the samba directory:


    There is a configuration file (smb.conf) in the samba directory. Open the configuration file with sudo privileges:

    ┌─[mrdev@mr-dev]─[~]
    └──╼ $sudo nano /etc/samba/smb.conf

    Add Client min protocol and client max protocol as in below red-mark:


    Now save it using CTRL + X and hit y. Now SMB client problem is fixed.



    Community Q&A