Automatically mount on fstab











up vote
-1
down vote

favorite












I have a system.bin whici is located in /mnt and i want to automatically mount by edtiting fstab on /mnt/mymount with read and write permissions for all users on system



i try adding this on fstab:



UUID=c4649367-f47c-4c31-9b33-cb4b37083ae5 /mnt/mymnt ext2 rw,auto



but is not working










share|improve this question
























  • Okay, and what problems are you having with it?
    – grawity
    Nov 18 at 10:14










  • What happens if you type mount /mnt/mymount?
    – davidbaumann
    Nov 18 at 10:28










  • @davidbaumann mount: /mnt/mymnt: can't find in /etc/fstab.
    – Mimi3234
    Nov 18 at 10:29










  • So there must be a typo.
    – davidbaumann
    Nov 18 at 10:32










  • type of system.bin is ext2
    – Mimi3234
    Nov 18 at 10:34















up vote
-1
down vote

favorite












I have a system.bin whici is located in /mnt and i want to automatically mount by edtiting fstab on /mnt/mymount with read and write permissions for all users on system



i try adding this on fstab:



UUID=c4649367-f47c-4c31-9b33-cb4b37083ae5 /mnt/mymnt ext2 rw,auto



but is not working










share|improve this question
























  • Okay, and what problems are you having with it?
    – grawity
    Nov 18 at 10:14










  • What happens if you type mount /mnt/mymount?
    – davidbaumann
    Nov 18 at 10:28










  • @davidbaumann mount: /mnt/mymnt: can't find in /etc/fstab.
    – Mimi3234
    Nov 18 at 10:29










  • So there must be a typo.
    – davidbaumann
    Nov 18 at 10:32










  • type of system.bin is ext2
    – Mimi3234
    Nov 18 at 10:34













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











I have a system.bin whici is located in /mnt and i want to automatically mount by edtiting fstab on /mnt/mymount with read and write permissions for all users on system



i try adding this on fstab:



UUID=c4649367-f47c-4c31-9b33-cb4b37083ae5 /mnt/mymnt ext2 rw,auto



but is not working










share|improve this question















I have a system.bin whici is located in /mnt and i want to automatically mount by edtiting fstab on /mnt/mymount with read and write permissions for all users on system



i try adding this on fstab:



UUID=c4649367-f47c-4c31-9b33-cb4b37083ae5 /mnt/mymnt ext2 rw,auto



but is not working







ubuntu bash shell






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 18 at 12:06

























asked Nov 18 at 9:57









Mimi3234

11




11












  • Okay, and what problems are you having with it?
    – grawity
    Nov 18 at 10:14










  • What happens if you type mount /mnt/mymount?
    – davidbaumann
    Nov 18 at 10:28










  • @davidbaumann mount: /mnt/mymnt: can't find in /etc/fstab.
    – Mimi3234
    Nov 18 at 10:29










  • So there must be a typo.
    – davidbaumann
    Nov 18 at 10:32










  • type of system.bin is ext2
    – Mimi3234
    Nov 18 at 10:34


















  • Okay, and what problems are you having with it?
    – grawity
    Nov 18 at 10:14










  • What happens if you type mount /mnt/mymount?
    – davidbaumann
    Nov 18 at 10:28










  • @davidbaumann mount: /mnt/mymnt: can't find in /etc/fstab.
    – Mimi3234
    Nov 18 at 10:29










  • So there must be a typo.
    – davidbaumann
    Nov 18 at 10:32










  • type of system.bin is ext2
    – Mimi3234
    Nov 18 at 10:34
















Okay, and what problems are you having with it?
– grawity
Nov 18 at 10:14




Okay, and what problems are you having with it?
– grawity
Nov 18 at 10:14












What happens if you type mount /mnt/mymount?
– davidbaumann
Nov 18 at 10:28




What happens if you type mount /mnt/mymount?
– davidbaumann
Nov 18 at 10:28












@davidbaumann mount: /mnt/mymnt: can't find in /etc/fstab.
– Mimi3234
Nov 18 at 10:29




@davidbaumann mount: /mnt/mymnt: can't find in /etc/fstab.
– Mimi3234
Nov 18 at 10:29












So there must be a typo.
– davidbaumann
Nov 18 at 10:32




So there must be a typo.
– davidbaumann
Nov 18 at 10:32












type of system.bin is ext2
– Mimi3234
Nov 18 at 10:34




type of system.bin is ext2
– Mimi3234
Nov 18 at 10:34










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Well that is just a typo, because the mount point is /mnt/mymount but the mount point in your fstab file is /mnt/mymnt.






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    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: 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%2fsuperuser.com%2fquestions%2f1376403%2fautomatically-mount-on-fstab%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








    up vote
    0
    down vote













    Well that is just a typo, because the mount point is /mnt/mymount but the mount point in your fstab file is /mnt/mymnt.






    share|improve this answer

























      up vote
      0
      down vote













      Well that is just a typo, because the mount point is /mnt/mymount but the mount point in your fstab file is /mnt/mymnt.






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        Well that is just a typo, because the mount point is /mnt/mymount but the mount point in your fstab file is /mnt/mymnt.






        share|improve this answer












        Well that is just a typo, because the mount point is /mnt/mymount but the mount point in your fstab file is /mnt/mymnt.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 18 at 12:46









        Debian_yadav

        1185




        1185






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376403%2fautomatically-mount-on-fstab%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

            What is the Guru Parampara of Kashmiri Shaivism?

            Герой Советского Союза

            AnyDesk - Fatal Program Failure