Windows cannot access Samba server - “not accessible”Ubuntu / Windows 8 Folder Sharing, “Windows cannot access …”Share across network to Windows usersSamba setup for windows domain accessSAMBA — Cannot access Samba share from XPHow to make Samba on an Ubuntu server accessible in multi user on Windows OS?Samba group access permissionsWindows cannot access Samba serverSamba shows folders which are not accessible for a userHow to allow Windows pc to modify Linux files over Samba server without allowing full 777 access?

Why is the logical NOT operator in C-style languages "!" and not "~~"?

Can something have more sugar per 100g than the percentage of sugar that's in it?

Is it possible to use a Mosfet in switching mode as an electronic load?

Conveying the idea of " judge a book by its cover" by " juger un livre par sa couverture"

How to discipline overeager engineer

Why didn't Kes send Voyager home?

Is there such thing as plasma (from reentry) creating lift?

How to work with ElasticSearch in Mathematica?

This fell out of my toilet when I unscrewed the supply line. What is it?

What is the good path to become a Judo teacher?

Mishna Berura Ruling on Tying Tekhelet

Chances of successful landing on the moon

How do lasers measure short distances (<1cm) when electronics are too slow for time-of-flight to work?

Can massive damage kill you while at 0 HP?

Transiting through Switzerland by coach with lots of cash

Would my post-apocalyptic US Government be able to work and function properly?

How to temporarily replace Latin characters with Greek

Does the Creighton Method of Natural Family Planning have a failure rate of 3.2% or less?

Can you pitch an outline?

Meaning/translation of title "The Light Fantastic" By Terry Pratchett

Applications of schemes to mathematical physics

How can I curtail abuse of the Illusion wizard's Illusory Reality feature?

Creating chess engine, machine learning vs. traditional engine?

Should a grammatical article be a part of a web link anchor



Windows cannot access Samba server - “not accessible”


Ubuntu / Windows 8 Folder Sharing, “Windows cannot access …”Share across network to Windows usersSamba setup for windows domain accessSAMBA — Cannot access Samba share from XPHow to make Samba on an Ubuntu server accessible in multi user on Windows OS?Samba group access permissionsWindows cannot access Samba serverSamba shows folders which are not accessible for a userHow to allow Windows pc to modify Linux files over Samba server without allowing full 777 access?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0















I created the secure Samba server. But in Windows when I try to use it, Windows gives me an error:




\UBUNTUfolder is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permission. Multiple connections to a server or shared resource by the same user, using more than one user name are not allowed. Disconnect all previous connections to the server or shared resource and try again.











share|improve this question
































    0















    I created the secure Samba server. But in Windows when I try to use it, Windows gives me an error:




    \UBUNTUfolder is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permission. Multiple connections to a server or shared resource by the same user, using more than one user name are not allowed. Disconnect all previous connections to the server or shared resource and try again.











    share|improve this question




























      0












      0








      0








      I created the secure Samba server. But in Windows when I try to use it, Windows gives me an error:




      \UBUNTUfolder is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permission. Multiple connections to a server or shared resource by the same user, using more than one user name are not allowed. Disconnect all previous connections to the server or shared resource and try again.











      share|improve this question
















      I created the secure Samba server. But in Windows when I try to use it, Windows gives me an error:




      \UBUNTUfolder is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permission. Multiple connections to a server or shared resource by the same user, using more than one user name are not allowed. Disconnect all previous connections to the server or shared resource and try again.








      16.04 permissions windows samba






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 12 '16 at 7:54









      wjandrea

      10.1k4 gold badges32 silver badges70 bronze badges




      10.1k4 gold badges32 silver badges70 bronze badges










      asked Dec 12 '16 at 5:50









      esteeste

      11 silver badge2 bronze badges




      11 silver badge2 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          0
















          sudo apt-get install samba
          sudo nano /etc/samba/smb.conf


          Put at the end:




          comment = Ubuntu File Server Share
          path = /home/ubuntu/ubuntu # The path to the folder
          browsable = yes
          guest ok = yes
          read only = no
          create mask = 7777


          Then create folder:



          sudo mkdir -p /home/ubuntu/ubuntu
          sudo chown nobody.nogroup /home/ubuntu/ubuntu


          Then try the Ubuntu IP address from Windows






          share|improve this answer




























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            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',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f859721%2fwindows-cannot-access-samba-server-not-accessible%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0
















            sudo apt-get install samba
            sudo nano /etc/samba/smb.conf


            Put at the end:




            comment = Ubuntu File Server Share
            path = /home/ubuntu/ubuntu # The path to the folder
            browsable = yes
            guest ok = yes
            read only = no
            create mask = 7777


            Then create folder:



            sudo mkdir -p /home/ubuntu/ubuntu
            sudo chown nobody.nogroup /home/ubuntu/ubuntu


            Then try the Ubuntu IP address from Windows






            share|improve this answer































              0
















              sudo apt-get install samba
              sudo nano /etc/samba/smb.conf


              Put at the end:




              comment = Ubuntu File Server Share
              path = /home/ubuntu/ubuntu # The path to the folder
              browsable = yes
              guest ok = yes
              read only = no
              create mask = 7777


              Then create folder:



              sudo mkdir -p /home/ubuntu/ubuntu
              sudo chown nobody.nogroup /home/ubuntu/ubuntu


              Then try the Ubuntu IP address from Windows






              share|improve this answer





























                0














                0










                0









                sudo apt-get install samba
                sudo nano /etc/samba/smb.conf


                Put at the end:




                comment = Ubuntu File Server Share
                path = /home/ubuntu/ubuntu # The path to the folder
                browsable = yes
                guest ok = yes
                read only = no
                create mask = 7777


                Then create folder:



                sudo mkdir -p /home/ubuntu/ubuntu
                sudo chown nobody.nogroup /home/ubuntu/ubuntu


                Then try the Ubuntu IP address from Windows






                share|improve this answer















                sudo apt-get install samba
                sudo nano /etc/samba/smb.conf


                Put at the end:




                comment = Ubuntu File Server Share
                path = /home/ubuntu/ubuntu # The path to the folder
                browsable = yes
                guest ok = yes
                read only = no
                create mask = 7777


                Then create folder:



                sudo mkdir -p /home/ubuntu/ubuntu
                sudo chown nobody.nogroup /home/ubuntu/ubuntu


                Then try the Ubuntu IP address from Windows







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Dec 12 '16 at 18:21









                wjandrea

                10.1k4 gold badges32 silver badges70 bronze badges




                10.1k4 gold badges32 silver badges70 bronze badges










                answered Dec 12 '16 at 12:22









                con9wnukcon9wnuk

                11 bronze badge




                11 bronze badge































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f859721%2fwindows-cannot-access-samba-server-not-accessible%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?