Extending the disc size for Ubuntu [duplicate]

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








up vote
0
down vote

favorite













This question already has an answer here:



  • How to resize partitions?

    4 answers



When I installed Ubuntu dual boot on my windows machine, I just did a 10 GB partition for installing the dual boot. But later I realized that I need much more than just 10 GB. Is it possible to just extend the disc space without uninstalling and reinstalling Ubuntu?










share|improve this question















marked as duplicate by David Foerster, user535733, Eric Carvalho, Zanna, Thomas Ward♦ Mar 2 at 14:36


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




    Sure, it depends on your hard drive and your partitions. The best for you would be to use gparted and post a screenshot of your partitions to see if it's possible
    – Félicien
    Feb 27 at 14:28











  • Please be more clear, do you reefer to extend root partition? could you share df -h output and describe which partition do you want to extend?
    – Alvaro Niño
    Feb 27 at 14:28










  • There is no "Defragment drive" option showing after I select my windows partition
    – Sayan Saha
    Mar 4 at 6:29














up vote
0
down vote

favorite













This question already has an answer here:



  • How to resize partitions?

    4 answers



When I installed Ubuntu dual boot on my windows machine, I just did a 10 GB partition for installing the dual boot. But later I realized that I need much more than just 10 GB. Is it possible to just extend the disc space without uninstalling and reinstalling Ubuntu?










share|improve this question















marked as duplicate by David Foerster, user535733, Eric Carvalho, Zanna, Thomas Ward♦ Mar 2 at 14:36


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




    Sure, it depends on your hard drive and your partitions. The best for you would be to use gparted and post a screenshot of your partitions to see if it's possible
    – Félicien
    Feb 27 at 14:28











  • Please be more clear, do you reefer to extend root partition? could you share df -h output and describe which partition do you want to extend?
    – Alvaro Niño
    Feb 27 at 14:28










  • There is no "Defragment drive" option showing after I select my windows partition
    – Sayan Saha
    Mar 4 at 6:29












up vote
0
down vote

favorite









up vote
0
down vote

favorite












This question already has an answer here:



  • How to resize partitions?

    4 answers



When I installed Ubuntu dual boot on my windows machine, I just did a 10 GB partition for installing the dual boot. But later I realized that I need much more than just 10 GB. Is it possible to just extend the disc space without uninstalling and reinstalling Ubuntu?










share|improve this question
















This question already has an answer here:



  • How to resize partitions?

    4 answers



When I installed Ubuntu dual boot on my windows machine, I just did a 10 GB partition for installing the dual boot. But later I realized that I need much more than just 10 GB. Is it possible to just extend the disc space without uninstalling and reinstalling Ubuntu?





This question already has an answer here:



  • How to resize partitions?

    4 answers







partitioning storage






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 2 at 8:19









Zanna

48.2k13120228




48.2k13120228










asked Feb 27 at 14:23









Sayan Saha

11




11




marked as duplicate by David Foerster, user535733, Eric Carvalho, Zanna, Thomas Ward♦ Mar 2 at 14:36


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 David Foerster, user535733, Eric Carvalho, Zanna, Thomas Ward♦ Mar 2 at 14:36


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




    Sure, it depends on your hard drive and your partitions. The best for you would be to use gparted and post a screenshot of your partitions to see if it's possible
    – Félicien
    Feb 27 at 14:28











  • Please be more clear, do you reefer to extend root partition? could you share df -h output and describe which partition do you want to extend?
    – Alvaro Niño
    Feb 27 at 14:28










  • There is no "Defragment drive" option showing after I select my windows partition
    – Sayan Saha
    Mar 4 at 6:29












  • 1




    Sure, it depends on your hard drive and your partitions. The best for you would be to use gparted and post a screenshot of your partitions to see if it's possible
    – Félicien
    Feb 27 at 14:28











  • Please be more clear, do you reefer to extend root partition? could you share df -h output and describe which partition do you want to extend?
    – Alvaro Niño
    Feb 27 at 14:28










  • There is no "Defragment drive" option showing after I select my windows partition
    – Sayan Saha
    Mar 4 at 6:29







1




1




Sure, it depends on your hard drive and your partitions. The best for you would be to use gparted and post a screenshot of your partitions to see if it's possible
– Félicien
Feb 27 at 14:28





Sure, it depends on your hard drive and your partitions. The best for you would be to use gparted and post a screenshot of your partitions to see if it's possible
– Félicien
Feb 27 at 14:28













Please be more clear, do you reefer to extend root partition? could you share df -h output and describe which partition do you want to extend?
– Alvaro Niño
Feb 27 at 14:28




Please be more clear, do you reefer to extend root partition? could you share df -h output and describe which partition do you want to extend?
– Alvaro Niño
Feb 27 at 14:28












There is no "Defragment drive" option showing after I select my windows partition
– Sayan Saha
Mar 4 at 6:29




There is no "Defragment drive" option showing after I select my windows partition
– Sayan Saha
Mar 4 at 6:29










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Let's assume you've got a swap partition between windows' and ubuntu's one (something like EFI/boot manager - Windows - Swap - Ubuntu) as it is the trickiest scenario.



  • First, boot on Windoze and defrag you hard drive (Start menu > search for "defragment" and do "Defragment drive" after selecting your windows partition).


  • Then, resize the Windows partition (search for "disk management" and right-click on your windows partition, select “Shrink Volume” from the menu and free the space you want to add to your ubuntu.


  • Next, boot via a live-CD or live-USB (see Create a bootable USB stick on Windows | Ubuntu tutorials)

  • Launch GParted, you should know have this kind of configuration : EFI - Windows - Free space - Swap - Ubuntu

  • Right now, all you have to do is swipe the swap space to the left (right click, resize/move and click-n-drag it to the left) and expand the ubuntu's one (right click, resize move, expand via clic and drag).

  • Press on apply and agree to the warning.





share|improve this answer





























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    Let's assume you've got a swap partition between windows' and ubuntu's one (something like EFI/boot manager - Windows - Swap - Ubuntu) as it is the trickiest scenario.



    • First, boot on Windoze and defrag you hard drive (Start menu > search for "defragment" and do "Defragment drive" after selecting your windows partition).


    • Then, resize the Windows partition (search for "disk management" and right-click on your windows partition, select “Shrink Volume” from the menu and free the space you want to add to your ubuntu.


    • Next, boot via a live-CD or live-USB (see Create a bootable USB stick on Windows | Ubuntu tutorials)

    • Launch GParted, you should know have this kind of configuration : EFI - Windows - Free space - Swap - Ubuntu

    • Right now, all you have to do is swipe the swap space to the left (right click, resize/move and click-n-drag it to the left) and expand the ubuntu's one (right click, resize move, expand via clic and drag).

    • Press on apply and agree to the warning.





    share|improve this answer


























      up vote
      0
      down vote













      Let's assume you've got a swap partition between windows' and ubuntu's one (something like EFI/boot manager - Windows - Swap - Ubuntu) as it is the trickiest scenario.



      • First, boot on Windoze and defrag you hard drive (Start menu > search for "defragment" and do "Defragment drive" after selecting your windows partition).


      • Then, resize the Windows partition (search for "disk management" and right-click on your windows partition, select “Shrink Volume” from the menu and free the space you want to add to your ubuntu.


      • Next, boot via a live-CD or live-USB (see Create a bootable USB stick on Windows | Ubuntu tutorials)

      • Launch GParted, you should know have this kind of configuration : EFI - Windows - Free space - Swap - Ubuntu

      • Right now, all you have to do is swipe the swap space to the left (right click, resize/move and click-n-drag it to the left) and expand the ubuntu's one (right click, resize move, expand via clic and drag).

      • Press on apply and agree to the warning.





      share|improve this answer
























        up vote
        0
        down vote










        up vote
        0
        down vote









        Let's assume you've got a swap partition between windows' and ubuntu's one (something like EFI/boot manager - Windows - Swap - Ubuntu) as it is the trickiest scenario.



        • First, boot on Windoze and defrag you hard drive (Start menu > search for "defragment" and do "Defragment drive" after selecting your windows partition).


        • Then, resize the Windows partition (search for "disk management" and right-click on your windows partition, select “Shrink Volume” from the menu and free the space you want to add to your ubuntu.


        • Next, boot via a live-CD or live-USB (see Create a bootable USB stick on Windows | Ubuntu tutorials)

        • Launch GParted, you should know have this kind of configuration : EFI - Windows - Free space - Swap - Ubuntu

        • Right now, all you have to do is swipe the swap space to the left (right click, resize/move and click-n-drag it to the left) and expand the ubuntu's one (right click, resize move, expand via clic and drag).

        • Press on apply and agree to the warning.





        share|improve this answer














        Let's assume you've got a swap partition between windows' and ubuntu's one (something like EFI/boot manager - Windows - Swap - Ubuntu) as it is the trickiest scenario.



        • First, boot on Windoze and defrag you hard drive (Start menu > search for "defragment" and do "Defragment drive" after selecting your windows partition).


        • Then, resize the Windows partition (search for "disk management" and right-click on your windows partition, select “Shrink Volume” from the menu and free the space you want to add to your ubuntu.


        • Next, boot via a live-CD or live-USB (see Create a bootable USB stick on Windows | Ubuntu tutorials)

        • Launch GParted, you should know have this kind of configuration : EFI - Windows - Free space - Swap - Ubuntu

        • Right now, all you have to do is swipe the swap space to the left (right click, resize/move and click-n-drag it to the left) and expand the ubuntu's one (right click, resize move, expand via clic and drag).

        • Press on apply and agree to the warning.






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 1 at 10:50









        Drakonoved

        7421515




        7421515










        answered Feb 27 at 15:04









        Simon Van Machin

        23010




        23010












            Popular posts from this blog

            How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

            Trouble downloading packages list due to a “Hash sum mismatch” error

            How do I move numbers in filenames, in a batch renaming operation?