Does deleting the root partition affect the home partition?

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












0















But then I remembered home is !mounted! in /home and / is root



Here's what I want to do..
I have an hdd with 4 partitions.



  • boot

  • swap

  • root

  • home

I delete the first one, then the second, then hesitated to delete the third.. what if.. home gets deleted too? I mean I know it's just a partition, and when the system is on, it's mounted in /home



But I'm not sure and I don't want to make a horrific 400GB mistake.










share|improve this question



















  • 1





    For a safe place to learn the formatting, see unix.meta.stackexchange.com/q/646/117549

    – Jeff Schaller
    Jan 3 at 13:36











  • Only f you issue rm -rf / them yes the mounted partitions will be affected (I am not exactly know what are you thinking to do).... Dropping the only the / partition from the disk should be ok.

    – Luciano Andress Martini
    Jan 3 at 17:24
















0















But then I remembered home is !mounted! in /home and / is root



Here's what I want to do..
I have an hdd with 4 partitions.



  • boot

  • swap

  • root

  • home

I delete the first one, then the second, then hesitated to delete the third.. what if.. home gets deleted too? I mean I know it's just a partition, and when the system is on, it's mounted in /home



But I'm not sure and I don't want to make a horrific 400GB mistake.










share|improve this question



















  • 1





    For a safe place to learn the formatting, see unix.meta.stackexchange.com/q/646/117549

    – Jeff Schaller
    Jan 3 at 13:36











  • Only f you issue rm -rf / them yes the mounted partitions will be affected (I am not exactly know what are you thinking to do).... Dropping the only the / partition from the disk should be ok.

    – Luciano Andress Martini
    Jan 3 at 17:24














0












0








0


1






But then I remembered home is !mounted! in /home and / is root



Here's what I want to do..
I have an hdd with 4 partitions.



  • boot

  • swap

  • root

  • home

I delete the first one, then the second, then hesitated to delete the third.. what if.. home gets deleted too? I mean I know it's just a partition, and when the system is on, it's mounted in /home



But I'm not sure and I don't want to make a horrific 400GB mistake.










share|improve this question
















But then I remembered home is !mounted! in /home and / is root



Here's what I want to do..
I have an hdd with 4 partitions.



  • boot

  • swap

  • root

  • home

I delete the first one, then the second, then hesitated to delete the third.. what if.. home gets deleted too? I mean I know it's just a partition, and when the system is on, it's mounted in /home



But I'm not sure and I don't want to make a horrific 400GB mistake.







partition hard-disk external-hdd






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 3 at 13:55









Rui F Ribeiro

39.5k1479132




39.5k1479132










asked Jan 3 at 13:28









dowopof424dowopof424

11




11







  • 1





    For a safe place to learn the formatting, see unix.meta.stackexchange.com/q/646/117549

    – Jeff Schaller
    Jan 3 at 13:36











  • Only f you issue rm -rf / them yes the mounted partitions will be affected (I am not exactly know what are you thinking to do).... Dropping the only the / partition from the disk should be ok.

    – Luciano Andress Martini
    Jan 3 at 17:24













  • 1





    For a safe place to learn the formatting, see unix.meta.stackexchange.com/q/646/117549

    – Jeff Schaller
    Jan 3 at 13:36











  • Only f you issue rm -rf / them yes the mounted partitions will be affected (I am not exactly know what are you thinking to do).... Dropping the only the / partition from the disk should be ok.

    – Luciano Andress Martini
    Jan 3 at 17:24








1




1





For a safe place to learn the formatting, see unix.meta.stackexchange.com/q/646/117549

– Jeff Schaller
Jan 3 at 13:36





For a safe place to learn the formatting, see unix.meta.stackexchange.com/q/646/117549

– Jeff Schaller
Jan 3 at 13:36













Only f you issue rm -rf / them yes the mounted partitions will be affected (I am not exactly know what are you thinking to do).... Dropping the only the / partition from the disk should be ok.

– Luciano Andress Martini
Jan 3 at 17:24






Only f you issue rm -rf / them yes the mounted partitions will be affected (I am not exactly know what are you thinking to do).... Dropping the only the / partition from the disk should be ok.

– Luciano Andress Martini
Jan 3 at 17:24











3 Answers
3






active

oldest

votes


















0














If you don't erase the partition or format the files system of home nothing should happen



Anyway you should have a safe back up of your home directory to do that safely. It's highly recommended



Deeper, The mount of the partitions in the operating system is managed by the /etc/fstab file. You could watch inside with this command :



more /etc/fstab 


The fact is the new version of Linux manage the partition files system with UUID, no more through the devices directory as exemple /dev/sda1 for partition one and /dev/sda2 for partition 2 ( This last management is old school). You could have more information here :
Control mounting and unmounting of filesystems






share|improve this answer






























    0















    Does deleting the root partition affect the home partition?




    No.



    That is, in fact, how I do my upgrades (Debian). I have the following partitions:




    /
    /home
    [swap]


    Whenever a new major release is available, I install it over /, and keep /home as it is.



    For me, I have never had any issues whatsoever with this approach.






    share|improve this answer






























      0














      I learned that a partition is JUST a block in storage, if it's mounted then you can edit the stuff in it..



      When I installed arch linux, I had to mount the root partition into the usb live arch's /mnt folder, so root was (/mnt), then I mounted the home partition into a "mkdir'd" folder in /mnt/home <-- so home was mounted in a root folder..



      just because you mounted a partition in a folder doesn't mean that partition has MOVED to the folder and is now living there, so.. with the partitions "umount'd" it's safe to delete any partition because they're just blocks in storage and their locations are separate.



      Didn't matter in the end, made a mistake, deleted all them gigabytes, am sad now, got super depressed, sometimes winging it isn't the best idea, always have a plan kids. and adults.






      share|improve this answer






















        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',
        autoActivateHeartbeat: false,
        convertImagesToLinks: false,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: null,
        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%2funix.stackexchange.com%2fquestions%2f492245%2fdoes-deleting-the-root-partition-affect-the-home-partition%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        0














        If you don't erase the partition or format the files system of home nothing should happen



        Anyway you should have a safe back up of your home directory to do that safely. It's highly recommended



        Deeper, The mount of the partitions in the operating system is managed by the /etc/fstab file. You could watch inside with this command :



        more /etc/fstab 


        The fact is the new version of Linux manage the partition files system with UUID, no more through the devices directory as exemple /dev/sda1 for partition one and /dev/sda2 for partition 2 ( This last management is old school). You could have more information here :
        Control mounting and unmounting of filesystems






        share|improve this answer



























          0














          If you don't erase the partition or format the files system of home nothing should happen



          Anyway you should have a safe back up of your home directory to do that safely. It's highly recommended



          Deeper, The mount of the partitions in the operating system is managed by the /etc/fstab file. You could watch inside with this command :



          more /etc/fstab 


          The fact is the new version of Linux manage the partition files system with UUID, no more through the devices directory as exemple /dev/sda1 for partition one and /dev/sda2 for partition 2 ( This last management is old school). You could have more information here :
          Control mounting and unmounting of filesystems






          share|improve this answer

























            0












            0








            0







            If you don't erase the partition or format the files system of home nothing should happen



            Anyway you should have a safe back up of your home directory to do that safely. It's highly recommended



            Deeper, The mount of the partitions in the operating system is managed by the /etc/fstab file. You could watch inside with this command :



            more /etc/fstab 


            The fact is the new version of Linux manage the partition files system with UUID, no more through the devices directory as exemple /dev/sda1 for partition one and /dev/sda2 for partition 2 ( This last management is old school). You could have more information here :
            Control mounting and unmounting of filesystems






            share|improve this answer













            If you don't erase the partition or format the files system of home nothing should happen



            Anyway you should have a safe back up of your home directory to do that safely. It's highly recommended



            Deeper, The mount of the partitions in the operating system is managed by the /etc/fstab file. You could watch inside with this command :



            more /etc/fstab 


            The fact is the new version of Linux manage the partition files system with UUID, no more through the devices directory as exemple /dev/sda1 for partition one and /dev/sda2 for partition 2 ( This last management is old school). You could have more information here :
            Control mounting and unmounting of filesystems







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jan 3 at 13:58









            dubisdubis

            5181516




            5181516























                0















                Does deleting the root partition affect the home partition?




                No.



                That is, in fact, how I do my upgrades (Debian). I have the following partitions:




                /
                /home
                [swap]


                Whenever a new major release is available, I install it over /, and keep /home as it is.



                For me, I have never had any issues whatsoever with this approach.






                share|improve this answer



























                  0















                  Does deleting the root partition affect the home partition?




                  No.



                  That is, in fact, how I do my upgrades (Debian). I have the following partitions:




                  /
                  /home
                  [swap]


                  Whenever a new major release is available, I install it over /, and keep /home as it is.



                  For me, I have never had any issues whatsoever with this approach.






                  share|improve this answer

























                    0












                    0








                    0








                    Does deleting the root partition affect the home partition?




                    No.



                    That is, in fact, how I do my upgrades (Debian). I have the following partitions:




                    /
                    /home
                    [swap]


                    Whenever a new major release is available, I install it over /, and keep /home as it is.



                    For me, I have never had any issues whatsoever with this approach.






                    share|improve this answer














                    Does deleting the root partition affect the home partition?




                    No.



                    That is, in fact, how I do my upgrades (Debian). I have the following partitions:




                    /
                    /home
                    [swap]


                    Whenever a new major release is available, I install it over /, and keep /home as it is.



                    For me, I have never had any issues whatsoever with this approach.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jan 3 at 14:09









                    maulinglawnsmaulinglawns

                    6,23121225




                    6,23121225





















                        0














                        I learned that a partition is JUST a block in storage, if it's mounted then you can edit the stuff in it..



                        When I installed arch linux, I had to mount the root partition into the usb live arch's /mnt folder, so root was (/mnt), then I mounted the home partition into a "mkdir'd" folder in /mnt/home <-- so home was mounted in a root folder..



                        just because you mounted a partition in a folder doesn't mean that partition has MOVED to the folder and is now living there, so.. with the partitions "umount'd" it's safe to delete any partition because they're just blocks in storage and their locations are separate.



                        Didn't matter in the end, made a mistake, deleted all them gigabytes, am sad now, got super depressed, sometimes winging it isn't the best idea, always have a plan kids. and adults.






                        share|improve this answer



























                          0














                          I learned that a partition is JUST a block in storage, if it's mounted then you can edit the stuff in it..



                          When I installed arch linux, I had to mount the root partition into the usb live arch's /mnt folder, so root was (/mnt), then I mounted the home partition into a "mkdir'd" folder in /mnt/home <-- so home was mounted in a root folder..



                          just because you mounted a partition in a folder doesn't mean that partition has MOVED to the folder and is now living there, so.. with the partitions "umount'd" it's safe to delete any partition because they're just blocks in storage and their locations are separate.



                          Didn't matter in the end, made a mistake, deleted all them gigabytes, am sad now, got super depressed, sometimes winging it isn't the best idea, always have a plan kids. and adults.






                          share|improve this answer

























                            0












                            0








                            0







                            I learned that a partition is JUST a block in storage, if it's mounted then you can edit the stuff in it..



                            When I installed arch linux, I had to mount the root partition into the usb live arch's /mnt folder, so root was (/mnt), then I mounted the home partition into a "mkdir'd" folder in /mnt/home <-- so home was mounted in a root folder..



                            just because you mounted a partition in a folder doesn't mean that partition has MOVED to the folder and is now living there, so.. with the partitions "umount'd" it's safe to delete any partition because they're just blocks in storage and their locations are separate.



                            Didn't matter in the end, made a mistake, deleted all them gigabytes, am sad now, got super depressed, sometimes winging it isn't the best idea, always have a plan kids. and adults.






                            share|improve this answer













                            I learned that a partition is JUST a block in storage, if it's mounted then you can edit the stuff in it..



                            When I installed arch linux, I had to mount the root partition into the usb live arch's /mnt folder, so root was (/mnt), then I mounted the home partition into a "mkdir'd" folder in /mnt/home <-- so home was mounted in a root folder..



                            just because you mounted a partition in a folder doesn't mean that partition has MOVED to the folder and is now living there, so.. with the partitions "umount'd" it's safe to delete any partition because they're just blocks in storage and their locations are separate.



                            Didn't matter in the end, made a mistake, deleted all them gigabytes, am sad now, got super depressed, sometimes winging it isn't the best idea, always have a plan kids. and adults.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Jan 5 at 14:02









                            dowopof424dowopof424

                            11




                            11



























                                draft saved

                                draft discarded
















































                                Thanks for contributing an answer to Unix & Linux Stack Exchange!


                                • 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%2funix.stackexchange.com%2fquestions%2f492245%2fdoes-deleting-the-root-partition-affect-the-home-partition%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

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

                                Bahrain

                                Postfix configuration issue with fips on centos 7; mailgun relay