Cannot access Windows share via samba

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I cannot access Window machines via samba service in Ubuntu 16.04. I uninstalled and reinstalled samba service like this:



sudo apt-get remove samba*
sudo apt-get purge samba*


After this operation I performed:



sudo apt install samba samba-common


I restarted the machine and then, when I tried to connect:
smb://192.168.... etc the Connect button is inactive and underneath the connection window I have a message that reads "This file server type is not recognized". What went wrong? Thank you.







share|improve this question


























    up vote
    0
    down vote

    favorite












    I cannot access Window machines via samba service in Ubuntu 16.04. I uninstalled and reinstalled samba service like this:



    sudo apt-get remove samba*
    sudo apt-get purge samba*


    After this operation I performed:



    sudo apt install samba samba-common


    I restarted the machine and then, when I tried to connect:
    smb://192.168.... etc the Connect button is inactive and underneath the connection window I have a message that reads "This file server type is not recognized". What went wrong? Thank you.







    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I cannot access Window machines via samba service in Ubuntu 16.04. I uninstalled and reinstalled samba service like this:



      sudo apt-get remove samba*
      sudo apt-get purge samba*


      After this operation I performed:



      sudo apt install samba samba-common


      I restarted the machine and then, when I tried to connect:
      smb://192.168.... etc the Connect button is inactive and underneath the connection window I have a message that reads "This file server type is not recognized". What went wrong? Thank you.







      share|improve this question














      I cannot access Window machines via samba service in Ubuntu 16.04. I uninstalled and reinstalled samba service like this:



      sudo apt-get remove samba*
      sudo apt-get purge samba*


      After this operation I performed:



      sudo apt install samba samba-common


      I restarted the machine and then, when I tried to connect:
      smb://192.168.... etc the Connect button is inactive and underneath the connection window I have a message that reads "This file server type is not recognized". What went wrong? Thank you.









      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 23 at 10:28









      GAD3R

      22.4k154894




      22.4k154894










      asked Jan 22 at 20:28









      ShadowWarrior

      36




      36




















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          It looks like you need to install the package gvfs-backends



          Run this command:



          sudo apt install gvfs-backends






          share|improve this answer



























            up vote
            1
            down vote













            You do not need Samba. Samba is the server protocol for SMB and serves data in the other direction; with it, Windows can mount shares offered by your Ubuntu 16.04.



            You need either smb-client or cifs-utils/cifs-tools. This page details CIFS utils for Ubuntu 16.04 to mount Windows shares.






            share|improve this answer




















            • Thank you. It worked with the other solution as well. But now I will install the packages just in case. I remember having them installed previously. I am still a beginner in Linux.
              – ShadowWarrior
              Jan 22 at 21:13


















            up vote
            0
            down vote













            After some python like installations smb not worked. it is sorted out by adding below command in terminal



            sudo apt install gvfs-backends


            and then give an update or sometimes it needs a restart



            sudo apt-get update





            share|improve this answer








            New contributor




            hemss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

















              Your Answer







              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "106"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              convertImagesToLinks: false,
              noModals: false,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );








               

              draft saved


              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f418940%2fcannot-access-windows-share-via-samba%23new-answer', 'question_page');

              );

              Post as a guest






























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              1
              down vote



              accepted










              It looks like you need to install the package gvfs-backends



              Run this command:



              sudo apt install gvfs-backends






              share|improve this answer
























                up vote
                1
                down vote



                accepted










                It looks like you need to install the package gvfs-backends



                Run this command:



                sudo apt install gvfs-backends






                share|improve this answer






















                  up vote
                  1
                  down vote



                  accepted







                  up vote
                  1
                  down vote



                  accepted






                  It looks like you need to install the package gvfs-backends



                  Run this command:



                  sudo apt install gvfs-backends






                  share|improve this answer












                  It looks like you need to install the package gvfs-backends



                  Run this command:



                  sudo apt install gvfs-backends







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jan 22 at 20:57









                  D'Arcy Nader

                  678414




                  678414






















                      up vote
                      1
                      down vote













                      You do not need Samba. Samba is the server protocol for SMB and serves data in the other direction; with it, Windows can mount shares offered by your Ubuntu 16.04.



                      You need either smb-client or cifs-utils/cifs-tools. This page details CIFS utils for Ubuntu 16.04 to mount Windows shares.






                      share|improve this answer




















                      • Thank you. It worked with the other solution as well. But now I will install the packages just in case. I remember having them installed previously. I am still a beginner in Linux.
                        – ShadowWarrior
                        Jan 22 at 21:13















                      up vote
                      1
                      down vote













                      You do not need Samba. Samba is the server protocol for SMB and serves data in the other direction; with it, Windows can mount shares offered by your Ubuntu 16.04.



                      You need either smb-client or cifs-utils/cifs-tools. This page details CIFS utils for Ubuntu 16.04 to mount Windows shares.






                      share|improve this answer




















                      • Thank you. It worked with the other solution as well. But now I will install the packages just in case. I remember having them installed previously. I am still a beginner in Linux.
                        – ShadowWarrior
                        Jan 22 at 21:13













                      up vote
                      1
                      down vote










                      up vote
                      1
                      down vote









                      You do not need Samba. Samba is the server protocol for SMB and serves data in the other direction; with it, Windows can mount shares offered by your Ubuntu 16.04.



                      You need either smb-client or cifs-utils/cifs-tools. This page details CIFS utils for Ubuntu 16.04 to mount Windows shares.






                      share|improve this answer












                      You do not need Samba. Samba is the server protocol for SMB and serves data in the other direction; with it, Windows can mount shares offered by your Ubuntu 16.04.



                      You need either smb-client or cifs-utils/cifs-tools. This page details CIFS utils for Ubuntu 16.04 to mount Windows shares.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Jan 22 at 21:06









                      LSerni

                      2,326615




                      2,326615











                      • Thank you. It worked with the other solution as well. But now I will install the packages just in case. I remember having them installed previously. I am still a beginner in Linux.
                        – ShadowWarrior
                        Jan 22 at 21:13

















                      • Thank you. It worked with the other solution as well. But now I will install the packages just in case. I remember having them installed previously. I am still a beginner in Linux.
                        – ShadowWarrior
                        Jan 22 at 21:13
















                      Thank you. It worked with the other solution as well. But now I will install the packages just in case. I remember having them installed previously. I am still a beginner in Linux.
                      – ShadowWarrior
                      Jan 22 at 21:13





                      Thank you. It worked with the other solution as well. But now I will install the packages just in case. I remember having them installed previously. I am still a beginner in Linux.
                      – ShadowWarrior
                      Jan 22 at 21:13











                      up vote
                      0
                      down vote













                      After some python like installations smb not worked. it is sorted out by adding below command in terminal



                      sudo apt install gvfs-backends


                      and then give an update or sometimes it needs a restart



                      sudo apt-get update





                      share|improve this answer








                      New contributor




                      hemss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.





















                        up vote
                        0
                        down vote













                        After some python like installations smb not worked. it is sorted out by adding below command in terminal



                        sudo apt install gvfs-backends


                        and then give an update or sometimes it needs a restart



                        sudo apt-get update





                        share|improve this answer








                        New contributor




                        hemss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.



















                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          After some python like installations smb not worked. it is sorted out by adding below command in terminal



                          sudo apt install gvfs-backends


                          and then give an update or sometimes it needs a restart



                          sudo apt-get update





                          share|improve this answer








                          New contributor




                          hemss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          After some python like installations smb not worked. it is sorted out by adding below command in terminal



                          sudo apt install gvfs-backends


                          and then give an update or sometimes it needs a restart



                          sudo apt-get update






                          share|improve this answer








                          New contributor




                          hemss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          share|improve this answer



                          share|improve this answer






                          New contributor




                          hemss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered Aug 27 at 5:38









                          hemss

                          1




                          1




                          New contributor




                          hemss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          hemss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          hemss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






















                               

                              draft saved


                              draft discarded


























                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f418940%2fcannot-access-windows-share-via-samba%23new-answer', 'question_page');

                              );

                              Post as a guest













































































                              Popular posts from this blog

                              How to check contact read email or not when send email to Individual?

                              Bahrain

                              Postfix configuration issue with fips on centos 7; mailgun relay