How can I enlarge the storage for windows?












0















I have both Windows10 and Ubuntu18 installed. But recently I find that there is not enough storage for Windows, so I want to enlarge the storage for Windows. What should I do without harming any one of the systems?










share|improve this question



























    0















    I have both Windows10 and Ubuntu18 installed. But recently I find that there is not enough storage for Windows, so I want to enlarge the storage for Windows. What should I do without harming any one of the systems?










    share|improve this question

























      0












      0








      0








      I have both Windows10 and Ubuntu18 installed. But recently I find that there is not enough storage for Windows, so I want to enlarge the storage for Windows. What should I do without harming any one of the systems?










      share|improve this question














      I have both Windows10 and Ubuntu18 installed. But recently I find that there is not enough storage for Windows, so I want to enlarge the storage for Windows. What should I do without harming any one of the systems?







      windows windows-10 ubuntu






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 15 at 2:15









      Sherwin ChenSherwin Chen

      1032




      1032






















          2 Answers
          2






          active

          oldest

          votes


















          2














          The easiest,sanest method is simple to buy another hard drive.



          Second option, use something like gparted live CD/DVD/bootable USB to do the re-partitioning. However, this carries risks of you screwing it up.



          gparted




          1. Shrink the linux partition.

          2. Move it to the right.

          3. Extend the windows partition into the vacated space.

          4. Apply

          5. Wait a long time


          Complication, many linux OS use multiple partitions, and then you have to shrink the right one.




          1. Shrink the one with the most free space

          2. Move it to the right

          3. Move all of the ones that are in the way to the right.

            3a. Shrink extended partition to the right as needed

          4. Finally expand the windows partition.

          5. Click apply

          6. Wait a long time


          In addition, with MBR you can only have 4 primary partitions. So you might have to mess with extended partitions depending on your existing setup. In addition, you might already have 4 primary partition and be unable to create an extended partition if you need one.



          Even then, it might screw up grub and you might have to fix it. Get the grub rescue DVD



          https://www.supergrubdisk.org/super-grub2-disk/



          GPT frees you from the whole primary partition,extended, and logical partition nightmare but has other caveats.



          Therefore adding a second hard drive is the simplest because all you have to do is connect 2 cables and format the drive and there is no risk of damaging your data.






          share|improve this answer

































            3














            Another thing you can do is if you have too much free storage space in Ubuntu, you can:




            1. shrink the Ubuntu partition

            2. make a new partition from the newly freed space, formatted so Windows can read it (ntfs, fat, etc)

            3. use the new partition with Windows (as an additional or second partition)


            You should be able to do this with gparted from a live USB.






            share|improve this answer


























            • That would add an extra storage drive for Windows, and you don't have to move any partitions (which is more risky than just shrinking IMO), and would be easy to share the storage with Linux and Windows. And in the future you could reformat it for Linux only, or expand Linux's drive back into it.

              – Xen2050
              Feb 15 at 3:40












            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',
            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%2fsuperuser.com%2fquestions%2f1405923%2fhow-can-i-enlarge-the-storage-for-windows%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









            2














            The easiest,sanest method is simple to buy another hard drive.



            Second option, use something like gparted live CD/DVD/bootable USB to do the re-partitioning. However, this carries risks of you screwing it up.



            gparted




            1. Shrink the linux partition.

            2. Move it to the right.

            3. Extend the windows partition into the vacated space.

            4. Apply

            5. Wait a long time


            Complication, many linux OS use multiple partitions, and then you have to shrink the right one.




            1. Shrink the one with the most free space

            2. Move it to the right

            3. Move all of the ones that are in the way to the right.

              3a. Shrink extended partition to the right as needed

            4. Finally expand the windows partition.

            5. Click apply

            6. Wait a long time


            In addition, with MBR you can only have 4 primary partitions. So you might have to mess with extended partitions depending on your existing setup. In addition, you might already have 4 primary partition and be unable to create an extended partition if you need one.



            Even then, it might screw up grub and you might have to fix it. Get the grub rescue DVD



            https://www.supergrubdisk.org/super-grub2-disk/



            GPT frees you from the whole primary partition,extended, and logical partition nightmare but has other caveats.



            Therefore adding a second hard drive is the simplest because all you have to do is connect 2 cables and format the drive and there is no risk of damaging your data.






            share|improve this answer






























              2














              The easiest,sanest method is simple to buy another hard drive.



              Second option, use something like gparted live CD/DVD/bootable USB to do the re-partitioning. However, this carries risks of you screwing it up.



              gparted




              1. Shrink the linux partition.

              2. Move it to the right.

              3. Extend the windows partition into the vacated space.

              4. Apply

              5. Wait a long time


              Complication, many linux OS use multiple partitions, and then you have to shrink the right one.




              1. Shrink the one with the most free space

              2. Move it to the right

              3. Move all of the ones that are in the way to the right.

                3a. Shrink extended partition to the right as needed

              4. Finally expand the windows partition.

              5. Click apply

              6. Wait a long time


              In addition, with MBR you can only have 4 primary partitions. So you might have to mess with extended partitions depending on your existing setup. In addition, you might already have 4 primary partition and be unable to create an extended partition if you need one.



              Even then, it might screw up grub and you might have to fix it. Get the grub rescue DVD



              https://www.supergrubdisk.org/super-grub2-disk/



              GPT frees you from the whole primary partition,extended, and logical partition nightmare but has other caveats.



              Therefore adding a second hard drive is the simplest because all you have to do is connect 2 cables and format the drive and there is no risk of damaging your data.






              share|improve this answer




























                2












                2








                2







                The easiest,sanest method is simple to buy another hard drive.



                Second option, use something like gparted live CD/DVD/bootable USB to do the re-partitioning. However, this carries risks of you screwing it up.



                gparted




                1. Shrink the linux partition.

                2. Move it to the right.

                3. Extend the windows partition into the vacated space.

                4. Apply

                5. Wait a long time


                Complication, many linux OS use multiple partitions, and then you have to shrink the right one.




                1. Shrink the one with the most free space

                2. Move it to the right

                3. Move all of the ones that are in the way to the right.

                  3a. Shrink extended partition to the right as needed

                4. Finally expand the windows partition.

                5. Click apply

                6. Wait a long time


                In addition, with MBR you can only have 4 primary partitions. So you might have to mess with extended partitions depending on your existing setup. In addition, you might already have 4 primary partition and be unable to create an extended partition if you need one.



                Even then, it might screw up grub and you might have to fix it. Get the grub rescue DVD



                https://www.supergrubdisk.org/super-grub2-disk/



                GPT frees you from the whole primary partition,extended, and logical partition nightmare but has other caveats.



                Therefore adding a second hard drive is the simplest because all you have to do is connect 2 cables and format the drive and there is no risk of damaging your data.






                share|improve this answer















                The easiest,sanest method is simple to buy another hard drive.



                Second option, use something like gparted live CD/DVD/bootable USB to do the re-partitioning. However, this carries risks of you screwing it up.



                gparted




                1. Shrink the linux partition.

                2. Move it to the right.

                3. Extend the windows partition into the vacated space.

                4. Apply

                5. Wait a long time


                Complication, many linux OS use multiple partitions, and then you have to shrink the right one.




                1. Shrink the one with the most free space

                2. Move it to the right

                3. Move all of the ones that are in the way to the right.

                  3a. Shrink extended partition to the right as needed

                4. Finally expand the windows partition.

                5. Click apply

                6. Wait a long time


                In addition, with MBR you can only have 4 primary partitions. So you might have to mess with extended partitions depending on your existing setup. In addition, you might already have 4 primary partition and be unable to create an extended partition if you need one.



                Even then, it might screw up grub and you might have to fix it. Get the grub rescue DVD



                https://www.supergrubdisk.org/super-grub2-disk/



                GPT frees you from the whole primary partition,extended, and logical partition nightmare but has other caveats.



                Therefore adding a second hard drive is the simplest because all you have to do is connect 2 cables and format the drive and there is no risk of damaging your data.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Feb 15 at 3:07

























                answered Feb 15 at 2:49









                cybernardcybernard

                10.5k31628




                10.5k31628

























                    3














                    Another thing you can do is if you have too much free storage space in Ubuntu, you can:




                    1. shrink the Ubuntu partition

                    2. make a new partition from the newly freed space, formatted so Windows can read it (ntfs, fat, etc)

                    3. use the new partition with Windows (as an additional or second partition)


                    You should be able to do this with gparted from a live USB.






                    share|improve this answer


























                    • That would add an extra storage drive for Windows, and you don't have to move any partitions (which is more risky than just shrinking IMO), and would be easy to share the storage with Linux and Windows. And in the future you could reformat it for Linux only, or expand Linux's drive back into it.

                      – Xen2050
                      Feb 15 at 3:40
















                    3














                    Another thing you can do is if you have too much free storage space in Ubuntu, you can:




                    1. shrink the Ubuntu partition

                    2. make a new partition from the newly freed space, formatted so Windows can read it (ntfs, fat, etc)

                    3. use the new partition with Windows (as an additional or second partition)


                    You should be able to do this with gparted from a live USB.






                    share|improve this answer


























                    • That would add an extra storage drive for Windows, and you don't have to move any partitions (which is more risky than just shrinking IMO), and would be easy to share the storage with Linux and Windows. And in the future you could reformat it for Linux only, or expand Linux's drive back into it.

                      – Xen2050
                      Feb 15 at 3:40














                    3












                    3








                    3







                    Another thing you can do is if you have too much free storage space in Ubuntu, you can:




                    1. shrink the Ubuntu partition

                    2. make a new partition from the newly freed space, formatted so Windows can read it (ntfs, fat, etc)

                    3. use the new partition with Windows (as an additional or second partition)


                    You should be able to do this with gparted from a live USB.






                    share|improve this answer















                    Another thing you can do is if you have too much free storage space in Ubuntu, you can:




                    1. shrink the Ubuntu partition

                    2. make a new partition from the newly freed space, formatted so Windows can read it (ntfs, fat, etc)

                    3. use the new partition with Windows (as an additional or second partition)


                    You should be able to do this with gparted from a live USB.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Feb 15 at 3:47









                    Xen2050

                    11.3k31637




                    11.3k31637










                    answered Feb 15 at 2:56









                    GrizzlyGrizzly

                    488




                    488













                    • That would add an extra storage drive for Windows, and you don't have to move any partitions (which is more risky than just shrinking IMO), and would be easy to share the storage with Linux and Windows. And in the future you could reformat it for Linux only, or expand Linux's drive back into it.

                      – Xen2050
                      Feb 15 at 3:40



















                    • That would add an extra storage drive for Windows, and you don't have to move any partitions (which is more risky than just shrinking IMO), and would be easy to share the storage with Linux and Windows. And in the future you could reformat it for Linux only, or expand Linux's drive back into it.

                      – Xen2050
                      Feb 15 at 3:40

















                    That would add an extra storage drive for Windows, and you don't have to move any partitions (which is more risky than just shrinking IMO), and would be easy to share the storage with Linux and Windows. And in the future you could reformat it for Linux only, or expand Linux's drive back into it.

                    – Xen2050
                    Feb 15 at 3:40





                    That would add an extra storage drive for Windows, and you don't have to move any partitions (which is more risky than just shrinking IMO), and would be easy to share the storage with Linux and Windows. And in the future you could reformat it for Linux only, or expand Linux's drive back into it.

                    – Xen2050
                    Feb 15 at 3:40


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • 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%2fsuperuser.com%2fquestions%2f1405923%2fhow-can-i-enlarge-the-storage-for-windows%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

                    flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                    Mangá

                     ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕