How to automatically mount at boot? [duplicate]Permanently mounting loop deviceHow to mount removable media in /media/<LABEL> automatically when inserted, without any desktop environment?RAID mount not happening automaticallydifferent loopback mounted volumes exported through NFS are seen as 1 by the clientMount an ISO virtually using /dev/sr0 deviceMount iSCSI Partitions Automatically at Boot on FreeBSD 10Linux: How to mount a drive from command lineHow to mount/unmount SD card that was automatically mounted at boot?Can't mount disk imageMount SMB on bootIs it possible to boot a grub-mkstandalone created img file from cfg?

A running toilet that stops itself

Has a sovereign Communist government ever run, and conceded loss, on a fair election?

Why do we call complex numbers “numbers” but we don’t consider 2-vectors numbers?

Will the concrete slab in a partially heated shed conduct a lot of heat to the unconditioned area?

What do you call someone who likes to pick fights?

How does learning spells work when leveling a multiclass character?

Is it appropriate to ask a former professor to order a library book for me through ILL?

Insult for someone who "doesn't know anything"

What would be the most expensive material to an intergalactic society?

Generating a list with duplicate entries

Sort array by month and year

How does a sound wave propagate?

Is this Paypal Github SDK reference really a dangerous site?

How to recover against Snake as a heavyweight character?

A vote on the Brexit backstop

Issue with units for a rocket nozzle throat area problem

Do I need a return ticket to Canada if I'm a Japanese National?

Can I challenge the interviewer to give me a proper technical feedback?

What is the orbit and expected lifetime of Crew Dragon trunk?

Boss Telling direct supervisor I snitched

Paper published similar to PhD thesis

Should I file my taxes? No income, unemployed, but paid 2k in student loan interest

Is there a math expression equivalent to the conditional ternary operator?

Professor forcing me to attend a conference, I can't afford even with 50% funding



How to automatically mount at boot? [duplicate]


Permanently mounting loop deviceHow to mount removable media in /media/<LABEL> automatically when inserted, without any desktop environment?RAID mount not happening automaticallydifferent loopback mounted volumes exported through NFS are seen as 1 by the clientMount an ISO virtually using /dev/sr0 deviceMount iSCSI Partitions Automatically at Boot on FreeBSD 10Linux: How to mount a drive from command lineHow to mount/unmount SD card that was automatically mounted at boot?Can't mount disk imageMount SMB on bootIs it possible to boot a grub-mkstandalone created img file from cfg?













1
















This question already has an answer here:



  • Permanently mounting loop device

    1 answer



I have a file, called "some.img", created with fallocate, that has a filesystem on it. I can mount the img file using mount -o loop some.img /media/where, and I see the filesystem. When I reboot, however, the file is no longer mounted.



How do I automatically mount this at boot?



Update: SuSE Linux










share|improve this question















marked as duplicate by Kusalananda, Community 4 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.













  • 1





    binarytides.com/ubuntu-automatically-mount-partition-startup may be helpful if you are using Ubuntu or a derivative. Perhaps you could click on edit and tell us which *ix you use, by adding that to your original question?

    – K7AAY
    5 hours ago











  • Yeah, @Kusalananda, it solved my problem. But man was this answer hard to look for. I didn't really know that I needed to look for "loop device permanence" because my symptoms were that my mount (whatever it was I dunno) was disappearing after a reboot.

    – activedecay
    4 hours ago











  • @activedecay I search this site for "loop device permanently"... it was the 1st hit.

    – Kusalananda
    4 hours ago
















1
















This question already has an answer here:



  • Permanently mounting loop device

    1 answer



I have a file, called "some.img", created with fallocate, that has a filesystem on it. I can mount the img file using mount -o loop some.img /media/where, and I see the filesystem. When I reboot, however, the file is no longer mounted.



How do I automatically mount this at boot?



Update: SuSE Linux










share|improve this question















marked as duplicate by Kusalananda, Community 4 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.













  • 1





    binarytides.com/ubuntu-automatically-mount-partition-startup may be helpful if you are using Ubuntu or a derivative. Perhaps you could click on edit and tell us which *ix you use, by adding that to your original question?

    – K7AAY
    5 hours ago











  • Yeah, @Kusalananda, it solved my problem. But man was this answer hard to look for. I didn't really know that I needed to look for "loop device permanence" because my symptoms were that my mount (whatever it was I dunno) was disappearing after a reboot.

    – activedecay
    4 hours ago











  • @activedecay I search this site for "loop device permanently"... it was the 1st hit.

    – Kusalananda
    4 hours ago














1












1








1









This question already has an answer here:



  • Permanently mounting loop device

    1 answer



I have a file, called "some.img", created with fallocate, that has a filesystem on it. I can mount the img file using mount -o loop some.img /media/where, and I see the filesystem. When I reboot, however, the file is no longer mounted.



How do I automatically mount this at boot?



Update: SuSE Linux










share|improve this question

















This question already has an answer here:



  • Permanently mounting loop device

    1 answer



I have a file, called "some.img", created with fallocate, that has a filesystem on it. I can mount the img file using mount -o loop some.img /media/where, and I see the filesystem. When I reboot, however, the file is no longer mounted.



How do I automatically mount this at boot?



Update: SuSE Linux





This question already has an answer here:



  • Permanently mounting loop device

    1 answer







linux mount loop-device






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 4 hours ago









Kusalananda

134k17255418




134k17255418










asked 5 hours ago









activedecayactivedecay

1428




1428




marked as duplicate by Kusalananda, Community 4 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by Kusalananda, Community 4 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









  • 1





    binarytides.com/ubuntu-automatically-mount-partition-startup may be helpful if you are using Ubuntu or a derivative. Perhaps you could click on edit and tell us which *ix you use, by adding that to your original question?

    – K7AAY
    5 hours ago











  • Yeah, @Kusalananda, it solved my problem. But man was this answer hard to look for. I didn't really know that I needed to look for "loop device permanence" because my symptoms were that my mount (whatever it was I dunno) was disappearing after a reboot.

    – activedecay
    4 hours ago











  • @activedecay I search this site for "loop device permanently"... it was the 1st hit.

    – Kusalananda
    4 hours ago













  • 1





    binarytides.com/ubuntu-automatically-mount-partition-startup may be helpful if you are using Ubuntu or a derivative. Perhaps you could click on edit and tell us which *ix you use, by adding that to your original question?

    – K7AAY
    5 hours ago











  • Yeah, @Kusalananda, it solved my problem. But man was this answer hard to look for. I didn't really know that I needed to look for "loop device permanence" because my symptoms were that my mount (whatever it was I dunno) was disappearing after a reboot.

    – activedecay
    4 hours ago











  • @activedecay I search this site for "loop device permanently"... it was the 1st hit.

    – Kusalananda
    4 hours ago








1




1





binarytides.com/ubuntu-automatically-mount-partition-startup may be helpful if you are using Ubuntu or a derivative. Perhaps you could click on edit and tell us which *ix you use, by adding that to your original question?

– K7AAY
5 hours ago





binarytides.com/ubuntu-automatically-mount-partition-startup may be helpful if you are using Ubuntu or a derivative. Perhaps you could click on edit and tell us which *ix you use, by adding that to your original question?

– K7AAY
5 hours ago













Yeah, @Kusalananda, it solved my problem. But man was this answer hard to look for. I didn't really know that I needed to look for "loop device permanence" because my symptoms were that my mount (whatever it was I dunno) was disappearing after a reboot.

– activedecay
4 hours ago





Yeah, @Kusalananda, it solved my problem. But man was this answer hard to look for. I didn't really know that I needed to look for "loop device permanence" because my symptoms were that my mount (whatever it was I dunno) was disappearing after a reboot.

– activedecay
4 hours ago













@activedecay I search this site for "loop device permanently"... it was the 1st hit.

– Kusalananda
4 hours ago






@activedecay I search this site for "loop device permanently"... it was the 1st hit.

– Kusalananda
4 hours ago











1 Answer
1






active

oldest

votes


















1














Essentially, add the following to /etc/fstab:



/path/to/file /path/to/mount ext4 loop 0 0


As described in
https://superuser.com/questions/799162/permanent-loop-device






share|improve this answer










New contributor




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


























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    Essentially, add the following to /etc/fstab:



    /path/to/file /path/to/mount ext4 loop 0 0


    As described in
    https://superuser.com/questions/799162/permanent-loop-device






    share|improve this answer










    New contributor




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
























      1














      Essentially, add the following to /etc/fstab:



      /path/to/file /path/to/mount ext4 loop 0 0


      As described in
      https://superuser.com/questions/799162/permanent-loop-device






      share|improve this answer










      New contributor




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






















        1












        1








        1







        Essentially, add the following to /etc/fstab:



        /path/to/file /path/to/mount ext4 loop 0 0


        As described in
        https://superuser.com/questions/799162/permanent-loop-device






        share|improve this answer










        New contributor




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










        Essentially, add the following to /etc/fstab:



        /path/to/file /path/to/mount ext4 loop 0 0


        As described in
        https://superuser.com/questions/799162/permanent-loop-device







        share|improve this answer










        New contributor




        Rusty Weber 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








        edited 4 hours ago









        Kusalananda

        134k17255418




        134k17255418






        New contributor




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









        answered 5 hours ago









        Rusty WeberRusty Weber

        1262




        1262




        New contributor




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





        New contributor





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






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













            Popular posts from this blog

            Creating 100m^2 grid automatically using QGIS?Creating grid constrained within polygon in QGIS?Createing polygon layer from point data using QGIS?Creating vector grid using QGIS?Creating grid polygons from coordinates using R or PythonCreating grid from spatio temporal point data?Creating fields in attributes table using other layers using QGISCreate .shp vector grid in QGISQGIS Creating 4km point grid within polygonsCreate a vector grid over a raster layerVector Grid Creates just one grid

            Word for a person who has no opinion about whether god existsWord for having a definite opinion while simultaneously withholding judgment?What's the opposite of “newcomer? Is ”veteran" OK?What do you call an “atheist” who might believe in an afterlife?What's a word for someone who wants to voice opinions but not have them challenged?Word for someone who dismisses contrary opinions as irrational?Somone who thinks they are overly special/out of the ordinaryIs there a word, phrase or idiom for “a person who is incapable of thinking about the future”?The belief that a god is human-likeA word for a non-famous person/thing you have heard a lot aboutAdjective for a person who enjoys taking care of their appearance

            Can I redirect output to a log file and background a process at the same time?2019 Community Moderator ElectionUnable to write to file in shell script when running command in backgroundredirect and log script outputhow to properly log the output of a console program that frequently updates “parts” of the screen, resulting in a messy log file?How can I redirect the output of a child process?grep script - output lines at the same time into echoHow to run process in background and get its pid to create log file nameHow to redirect output to a log from expect commandHow to clear a redirect log file content in shell?Log background jobs started in all the manually started shells?Why do `jobs` and `dirs` run in command subsitution, process substitution, pipeline, and background jobs output the same as in original shell?How to redirect output to file to STDOUT?