How to mount a samba share at login












1















I need to mount a smb share in my laptop. I added it in fstab, but it doesn't seem to be mounting at boot. I need to type mount -a manually to mount it. I think it is because the laptop is not getting connected to the network when its booted. I tried to add a cron to mount it 1 minute after reboot, but it is also not working.



Since I am the only one using this laptop, it is Ok to mount it when I login. So how to add a cronjob to mount it when I login ?



OS: ubuntu 16.04



samba running in a raspberry pi in home network










share|improve this question




















  • 1





    Can you post the relevant line in your fstab? My setup mounts samba shares every boot with no trouble.

    – Organic Marble
    Jan 19 '17 at 3:52













  • @OrganicMarble //192.168.1.200/movies /movies cifs username=root,password=xxxx 0 0

    – screenslaver
    Jan 19 '17 at 3:58











  • Try adding ,nobootwait after your ,password=xxxx entry. My fstab entries also have ,iocharset=utf8,sec=ntlm,file_mode=0777,dir_mode=0777,uid=[me],gid=[me], but I don't know if that is relevant to your problem.

    – Organic Marble
    Jan 19 '17 at 4:01













  • adding nobootwait did not solve the problem. let me try with all these entries

    – screenslaver
    Jan 19 '17 at 4:07











  • Your tag says you have 14.04 but your question says 16.04. It's important because 16.04 doesn't support nobootwait. If you really have 16.04, try nofail instead.

    – Organic Marble
    Jan 19 '17 at 4:25
















1















I need to mount a smb share in my laptop. I added it in fstab, but it doesn't seem to be mounting at boot. I need to type mount -a manually to mount it. I think it is because the laptop is not getting connected to the network when its booted. I tried to add a cron to mount it 1 minute after reboot, but it is also not working.



Since I am the only one using this laptop, it is Ok to mount it when I login. So how to add a cronjob to mount it when I login ?



OS: ubuntu 16.04



samba running in a raspberry pi in home network










share|improve this question




















  • 1





    Can you post the relevant line in your fstab? My setup mounts samba shares every boot with no trouble.

    – Organic Marble
    Jan 19 '17 at 3:52













  • @OrganicMarble //192.168.1.200/movies /movies cifs username=root,password=xxxx 0 0

    – screenslaver
    Jan 19 '17 at 3:58











  • Try adding ,nobootwait after your ,password=xxxx entry. My fstab entries also have ,iocharset=utf8,sec=ntlm,file_mode=0777,dir_mode=0777,uid=[me],gid=[me], but I don't know if that is relevant to your problem.

    – Organic Marble
    Jan 19 '17 at 4:01













  • adding nobootwait did not solve the problem. let me try with all these entries

    – screenslaver
    Jan 19 '17 at 4:07











  • Your tag says you have 14.04 but your question says 16.04. It's important because 16.04 doesn't support nobootwait. If you really have 16.04, try nofail instead.

    – Organic Marble
    Jan 19 '17 at 4:25














1












1








1


1






I need to mount a smb share in my laptop. I added it in fstab, but it doesn't seem to be mounting at boot. I need to type mount -a manually to mount it. I think it is because the laptop is not getting connected to the network when its booted. I tried to add a cron to mount it 1 minute after reboot, but it is also not working.



Since I am the only one using this laptop, it is Ok to mount it when I login. So how to add a cronjob to mount it when I login ?



OS: ubuntu 16.04



samba running in a raspberry pi in home network










share|improve this question
















I need to mount a smb share in my laptop. I added it in fstab, but it doesn't seem to be mounting at boot. I need to type mount -a manually to mount it. I think it is because the laptop is not getting connected to the network when its booted. I tried to add a cron to mount it 1 minute after reboot, but it is also not working.



Since I am the only one using this laptop, it is Ok to mount it when I login. So how to add a cronjob to mount it when I login ?



OS: ubuntu 16.04



samba running in a raspberry pi in home network







16.04 mount samba cron






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 19 '17 at 4:27







screenslaver

















asked Jan 19 '17 at 3:06









screenslaverscreenslaver

1271415




1271415








  • 1





    Can you post the relevant line in your fstab? My setup mounts samba shares every boot with no trouble.

    – Organic Marble
    Jan 19 '17 at 3:52













  • @OrganicMarble //192.168.1.200/movies /movies cifs username=root,password=xxxx 0 0

    – screenslaver
    Jan 19 '17 at 3:58











  • Try adding ,nobootwait after your ,password=xxxx entry. My fstab entries also have ,iocharset=utf8,sec=ntlm,file_mode=0777,dir_mode=0777,uid=[me],gid=[me], but I don't know if that is relevant to your problem.

    – Organic Marble
    Jan 19 '17 at 4:01













  • adding nobootwait did not solve the problem. let me try with all these entries

    – screenslaver
    Jan 19 '17 at 4:07











  • Your tag says you have 14.04 but your question says 16.04. It's important because 16.04 doesn't support nobootwait. If you really have 16.04, try nofail instead.

    – Organic Marble
    Jan 19 '17 at 4:25














  • 1





    Can you post the relevant line in your fstab? My setup mounts samba shares every boot with no trouble.

    – Organic Marble
    Jan 19 '17 at 3:52













  • @OrganicMarble //192.168.1.200/movies /movies cifs username=root,password=xxxx 0 0

    – screenslaver
    Jan 19 '17 at 3:58











  • Try adding ,nobootwait after your ,password=xxxx entry. My fstab entries also have ,iocharset=utf8,sec=ntlm,file_mode=0777,dir_mode=0777,uid=[me],gid=[me], but I don't know if that is relevant to your problem.

    – Organic Marble
    Jan 19 '17 at 4:01













  • adding nobootwait did not solve the problem. let me try with all these entries

    – screenslaver
    Jan 19 '17 at 4:07











  • Your tag says you have 14.04 but your question says 16.04. It's important because 16.04 doesn't support nobootwait. If you really have 16.04, try nofail instead.

    – Organic Marble
    Jan 19 '17 at 4:25








1




1





Can you post the relevant line in your fstab? My setup mounts samba shares every boot with no trouble.

– Organic Marble
Jan 19 '17 at 3:52







Can you post the relevant line in your fstab? My setup mounts samba shares every boot with no trouble.

– Organic Marble
Jan 19 '17 at 3:52















@OrganicMarble //192.168.1.200/movies /movies cifs username=root,password=xxxx 0 0

– screenslaver
Jan 19 '17 at 3:58





@OrganicMarble //192.168.1.200/movies /movies cifs username=root,password=xxxx 0 0

– screenslaver
Jan 19 '17 at 3:58













Try adding ,nobootwait after your ,password=xxxx entry. My fstab entries also have ,iocharset=utf8,sec=ntlm,file_mode=0777,dir_mode=0777,uid=[me],gid=[me], but I don't know if that is relevant to your problem.

– Organic Marble
Jan 19 '17 at 4:01







Try adding ,nobootwait after your ,password=xxxx entry. My fstab entries also have ,iocharset=utf8,sec=ntlm,file_mode=0777,dir_mode=0777,uid=[me],gid=[me], but I don't know if that is relevant to your problem.

– Organic Marble
Jan 19 '17 at 4:01















adding nobootwait did not solve the problem. let me try with all these entries

– screenslaver
Jan 19 '17 at 4:07





adding nobootwait did not solve the problem. let me try with all these entries

– screenslaver
Jan 19 '17 at 4:07













Your tag says you have 14.04 but your question says 16.04. It's important because 16.04 doesn't support nobootwait. If you really have 16.04, try nofail instead.

– Organic Marble
Jan 19 '17 at 4:25





Your tag says you have 14.04 but your question says 16.04. It's important because 16.04 doesn't support nobootwait. If you really have 16.04, try nofail instead.

– Organic Marble
Jan 19 '17 at 4:25










2 Answers
2






active

oldest

votes


















0














Add the command to mount the share at the end of ~/.bash_profile. This will execute the command when you login.






share|improve this answer































    0














    To mount samba share automatically when system reboot, You need to add an entry to the /etc/fstab file.



    //server-name/sharename /mountpoint cifs username=smbuser,password=smbpass 0 0


    When system reboot, Ubuntu will mount the samba share specified in the /etc/fstab file.






    share|improve this answer





















    • 1





      I have done this but the drive does not mount. I think it may have to do with network services being unavailable when it attempts to mount.

      – jchook
      Jan 7 '18 at 18:47











    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/3.0/"u003ecc by-sa 3.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%2f873587%2fhow-to-mount-a-samba-share-at-login%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Add the command to mount the share at the end of ~/.bash_profile. This will execute the command when you login.






    share|improve this answer




























      0














      Add the command to mount the share at the end of ~/.bash_profile. This will execute the command when you login.






      share|improve this answer


























        0












        0








        0







        Add the command to mount the share at the end of ~/.bash_profile. This will execute the command when you login.






        share|improve this answer













        Add the command to mount the share at the end of ~/.bash_profile. This will execute the command when you login.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 19 '17 at 3:37









        MitchellMitchell

        7118




        7118

























            0














            To mount samba share automatically when system reboot, You need to add an entry to the /etc/fstab file.



            //server-name/sharename /mountpoint cifs username=smbuser,password=smbpass 0 0


            When system reboot, Ubuntu will mount the samba share specified in the /etc/fstab file.






            share|improve this answer





















            • 1





              I have done this but the drive does not mount. I think it may have to do with network services being unavailable when it attempts to mount.

              – jchook
              Jan 7 '18 at 18:47
















            0














            To mount samba share automatically when system reboot, You need to add an entry to the /etc/fstab file.



            //server-name/sharename /mountpoint cifs username=smbuser,password=smbpass 0 0


            When system reboot, Ubuntu will mount the samba share specified in the /etc/fstab file.






            share|improve this answer





















            • 1





              I have done this but the drive does not mount. I think it may have to do with network services being unavailable when it attempts to mount.

              – jchook
              Jan 7 '18 at 18:47














            0












            0








            0







            To mount samba share automatically when system reboot, You need to add an entry to the /etc/fstab file.



            //server-name/sharename /mountpoint cifs username=smbuser,password=smbpass 0 0


            When system reboot, Ubuntu will mount the samba share specified in the /etc/fstab file.






            share|improve this answer















            To mount samba share automatically when system reboot, You need to add an entry to the /etc/fstab file.



            //server-name/sharename /mountpoint cifs username=smbuser,password=smbpass 0 0


            When system reboot, Ubuntu will mount the samba share specified in the /etc/fstab file.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Oct 23 '17 at 8:24









            pomsky

            31.7k1197128




            31.7k1197128










            answered Oct 23 '17 at 7:00









            aBnoBaaBnoBa

            1




            1








            • 1





              I have done this but the drive does not mount. I think it may have to do with network services being unavailable when it attempts to mount.

              – jchook
              Jan 7 '18 at 18:47














            • 1





              I have done this but the drive does not mount. I think it may have to do with network services being unavailable when it attempts to mount.

              – jchook
              Jan 7 '18 at 18:47








            1




            1





            I have done this but the drive does not mount. I think it may have to do with network services being unavailable when it attempts to mount.

            – jchook
            Jan 7 '18 at 18:47





            I have done this but the drive does not mount. I think it may have to do with network services being unavailable when it attempts to mount.

            – jchook
            Jan 7 '18 at 18:47


















            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%2f873587%2fhow-to-mount-a-samba-share-at-login%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

            Human spaceflight

            Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

            File:DeusFollowingSea.jpg