Why I'm seeing a lock besides the partition I'm trying to modify with gparted?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







36















I wanted to create more space for Ubuntu on my hard disk in favor of my Windows partition. I booted the livecd and resized the NTFS partition to 100 GB. Then I wanted to resize my Ubuntu (ext4) partition to fill up the created unallocated space.



A screenshot of my current disk. (With the livecd there's no 'key' icon after sda6)



a screenshot of my current disk



My first thought was just right click on sda6 → move/resize → done. Unfortunately I cannot resize or move the partition. However I can resize the NTFS partition.



I guess it is because the extended sda4 partition is locked. I couldn't see an unlock possibility though…



So how do I resize the ext4 partition anyway, probably by unlocking the extended partition, but how?










share|improve this question































    36















    I wanted to create more space for Ubuntu on my hard disk in favor of my Windows partition. I booted the livecd and resized the NTFS partition to 100 GB. Then I wanted to resize my Ubuntu (ext4) partition to fill up the created unallocated space.



    A screenshot of my current disk. (With the livecd there's no 'key' icon after sda6)



    a screenshot of my current disk



    My first thought was just right click on sda6 → move/resize → done. Unfortunately I cannot resize or move the partition. However I can resize the NTFS partition.



    I guess it is because the extended sda4 partition is locked. I couldn't see an unlock possibility though…



    So how do I resize the ext4 partition anyway, probably by unlocking the extended partition, but how?










    share|improve this question



























      36












      36








      36


      11






      I wanted to create more space for Ubuntu on my hard disk in favor of my Windows partition. I booted the livecd and resized the NTFS partition to 100 GB. Then I wanted to resize my Ubuntu (ext4) partition to fill up the created unallocated space.



      A screenshot of my current disk. (With the livecd there's no 'key' icon after sda6)



      a screenshot of my current disk



      My first thought was just right click on sda6 → move/resize → done. Unfortunately I cannot resize or move the partition. However I can resize the NTFS partition.



      I guess it is because the extended sda4 partition is locked. I couldn't see an unlock possibility though…



      So how do I resize the ext4 partition anyway, probably by unlocking the extended partition, but how?










      share|improve this question
















      I wanted to create more space for Ubuntu on my hard disk in favor of my Windows partition. I booted the livecd and resized the NTFS partition to 100 GB. Then I wanted to resize my Ubuntu (ext4) partition to fill up the created unallocated space.



      A screenshot of my current disk. (With the livecd there's no 'key' icon after sda6)



      a screenshot of my current disk



      My first thought was just right click on sda6 → move/resize → done. Unfortunately I cannot resize or move the partition. However I can resize the NTFS partition.



      I guess it is because the extended sda4 partition is locked. I couldn't see an unlock possibility though…



      So how do I resize the ext4 partition anyway, probably by unlocking the extended partition, but how?







      partitioning gparted






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 1 '16 at 1:22









      Braiam

      52.7k20138225




      52.7k20138225










      asked Jun 30 '11 at 14:13









      arianarian

      7381911




      7381911






















          5 Answers
          5






          active

          oldest

          votes


















          31














          You cannot resize a mounted filesystem, that's why you see a lock icon.



          You were doing well, you booted into a Live CD and resized the NTFS partition.



          Now you need to enlarge the Extended partition, partitions "inside" that extended partition cannot "escape" outside.




          1. Make sure that /dev/sda6 is unmounted. If a lock icon is visible, right click on it and choose for Unmount

          2. Make sure that the swap partition /dev/sda5 is unmounted. Right click on it and choose for Swapoff

          3. Select /dev/sda4 and choose for Resize. Use the free space on the left side

          4. Select /dev/sda6 and resize it on the right side

          5. Apply the changes and you're done.






          share|improve this answer


























          • @arian Yeah, the screenshot you provided suggests that its still mounted (hence why you can't do anything with the drive). And also, you're right, @Lekensteyn, that extended partition needs to be resized first to make that space available for the partitions inside that (we didnt have this information before now :P)

            – Thomas Ward
            Jun 30 '11 at 15:38











          • right, sda4 is still locked (in the live-cd too), and sda6 is unlocked so I cannot resize my extended partition to make size available. That's probably the problem here.

            – arian
            Jun 30 '11 at 15:58











          • @arian: it seems that the swap partition is always mounted. Check the new instructions.

            – Lekensteyn
            Jun 30 '11 at 21:17











          • Thanks, it worked! It took a while (1.5 hours) but everything seems to work fine. I had to use a margin of about 5mbs on the left because initially I got an error message.

            – arian
            Jul 1 '11 at 18:09



















          10














          For a start boot with your live CD.



          Press Start and type Gparted:



          open gparted



          Once you open the program you will see a list with your partitions. Now to make any changes, we have to unmount the partitions we want to edit. Right-Click on the partition, and choose Unmount:



          unmount partition



          Let's assume that I want to decrease the size of sda1 and add it in sda3. Right-Click on sda1 and choose Resize/Move



          enter image description here



          A new windows will pop out were we can make our changes. Now to decrease the size, drag the Right arrow to the left. You can also type a custom value next to the option New size (MB):. Once you choose the new size click on the button Resize/Move



          enter image description here



          Now a new box will appear with the label unallocated. We will now add this free space at sda3 partition.



          enter image description here



          Right-Click on sda3 and choose Resize/Move



          enter image description here



          Drag the left arrow to the left as shown below:



          enter image description here



          Hit the button Resize/Move to submit the change.



          Finally, click on the "tick" button to apply all your changes.



          enter image description here






          share|improve this answer
























          • How about Ubuntu server without GUI?!

            – Dr.jacky
            Dec 7 '15 at 8:21



















          3














          A partition cannot be resized when Ubuntu is running off of it, or it is mounted.



          You can use a live CD:




          1. Boot the setup CD(live CD) and select to "Try Ubuntu".


          2. Once it boots, start GParted and right-click the partition. Unmount it.


          3. Then, delete or resize any partitions to the left or the right of the partition in question.


          4. Now, right-click the partition and resize it.



          5. Click Apply on the GParted window and let it finish.



            You need to "Apply" since the changes are not done until this step. They are only queued up when you perform operations in GParted.




          Don't forget to make a backup of any important data!






          share|improve this answer

































            1














            You should boot into a LiveCD to use gparted to resize your active ext4 partition - its unwise to modify partitions while they're actively being used (especially the active system partition which is ext4)



            Afterwards, you should be able to move and resize the partition within that LiveCD environment, and the changes will be done when you boot back to the ext4 partition and not the LiveCD






            share|improve this answer



















            • 1





              Yeah, I did boot into the livecd (see my second sentence :))

              – arian
              Jun 30 '11 at 14:26



















            1














            Yes you can with GParted.




            1. Boot from Ubuntu live CD.

            2. Launch GParted.


            3. Select the Ubuntu partition in question and click on Resize/Move from the GParted toolbar or select Partition menu → Resize/Move - provided that the gained unallocated space is right next to the Ubuntu partition in question.



              If the unallocated space is not adjacent to the Ubuntu partition, then you either have to move or shrink partitions to be able to put the unallocated space adjacent to the Ubuntu partition to be able to resize it.



              For a more detailed information, take a look at these sites:



              http://www.dedoimedo.com/computers/gparted.html



              http://en.kioskea.net/faq/2036-how-to-resize-a-partition-using-gparted-on-linux



              http://gparted.sourceforge.net/larry/resize/resizing.htm



              http://www.howtogeek.com/114503/how-to-resize-your-ubuntu-partitions/








            share|improve this answer


























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "89"
              };
              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%2faskubuntu.com%2fquestions%2f51272%2fwhy-im-seeing-a-lock-besides-the-partition-im-trying-to-modify-with-gparted%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              5 Answers
              5






              active

              oldest

              votes








              5 Answers
              5






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              31














              You cannot resize a mounted filesystem, that's why you see a lock icon.



              You were doing well, you booted into a Live CD and resized the NTFS partition.



              Now you need to enlarge the Extended partition, partitions "inside" that extended partition cannot "escape" outside.




              1. Make sure that /dev/sda6 is unmounted. If a lock icon is visible, right click on it and choose for Unmount

              2. Make sure that the swap partition /dev/sda5 is unmounted. Right click on it and choose for Swapoff

              3. Select /dev/sda4 and choose for Resize. Use the free space on the left side

              4. Select /dev/sda6 and resize it on the right side

              5. Apply the changes and you're done.






              share|improve this answer


























              • @arian Yeah, the screenshot you provided suggests that its still mounted (hence why you can't do anything with the drive). And also, you're right, @Lekensteyn, that extended partition needs to be resized first to make that space available for the partitions inside that (we didnt have this information before now :P)

                – Thomas Ward
                Jun 30 '11 at 15:38











              • right, sda4 is still locked (in the live-cd too), and sda6 is unlocked so I cannot resize my extended partition to make size available. That's probably the problem here.

                – arian
                Jun 30 '11 at 15:58











              • @arian: it seems that the swap partition is always mounted. Check the new instructions.

                – Lekensteyn
                Jun 30 '11 at 21:17











              • Thanks, it worked! It took a while (1.5 hours) but everything seems to work fine. I had to use a margin of about 5mbs on the left because initially I got an error message.

                – arian
                Jul 1 '11 at 18:09
















              31














              You cannot resize a mounted filesystem, that's why you see a lock icon.



              You were doing well, you booted into a Live CD and resized the NTFS partition.



              Now you need to enlarge the Extended partition, partitions "inside" that extended partition cannot "escape" outside.




              1. Make sure that /dev/sda6 is unmounted. If a lock icon is visible, right click on it and choose for Unmount

              2. Make sure that the swap partition /dev/sda5 is unmounted. Right click on it and choose for Swapoff

              3. Select /dev/sda4 and choose for Resize. Use the free space on the left side

              4. Select /dev/sda6 and resize it on the right side

              5. Apply the changes and you're done.






              share|improve this answer


























              • @arian Yeah, the screenshot you provided suggests that its still mounted (hence why you can't do anything with the drive). And also, you're right, @Lekensteyn, that extended partition needs to be resized first to make that space available for the partitions inside that (we didnt have this information before now :P)

                – Thomas Ward
                Jun 30 '11 at 15:38











              • right, sda4 is still locked (in the live-cd too), and sda6 is unlocked so I cannot resize my extended partition to make size available. That's probably the problem here.

                – arian
                Jun 30 '11 at 15:58











              • @arian: it seems that the swap partition is always mounted. Check the new instructions.

                – Lekensteyn
                Jun 30 '11 at 21:17











              • Thanks, it worked! It took a while (1.5 hours) but everything seems to work fine. I had to use a margin of about 5mbs on the left because initially I got an error message.

                – arian
                Jul 1 '11 at 18:09














              31












              31








              31







              You cannot resize a mounted filesystem, that's why you see a lock icon.



              You were doing well, you booted into a Live CD and resized the NTFS partition.



              Now you need to enlarge the Extended partition, partitions "inside" that extended partition cannot "escape" outside.




              1. Make sure that /dev/sda6 is unmounted. If a lock icon is visible, right click on it and choose for Unmount

              2. Make sure that the swap partition /dev/sda5 is unmounted. Right click on it and choose for Swapoff

              3. Select /dev/sda4 and choose for Resize. Use the free space on the left side

              4. Select /dev/sda6 and resize it on the right side

              5. Apply the changes and you're done.






              share|improve this answer















              You cannot resize a mounted filesystem, that's why you see a lock icon.



              You were doing well, you booted into a Live CD and resized the NTFS partition.



              Now you need to enlarge the Extended partition, partitions "inside" that extended partition cannot "escape" outside.




              1. Make sure that /dev/sda6 is unmounted. If a lock icon is visible, right click on it and choose for Unmount

              2. Make sure that the swap partition /dev/sda5 is unmounted. Right click on it and choose for Swapoff

              3. Select /dev/sda4 and choose for Resize. Use the free space on the left side

              4. Select /dev/sda6 and resize it on the right side

              5. Apply the changes and you're done.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Jun 30 '11 at 21:17

























              answered Jun 30 '11 at 14:25









              LekensteynLekensteyn

              124k49270361




              124k49270361













              • @arian Yeah, the screenshot you provided suggests that its still mounted (hence why you can't do anything with the drive). And also, you're right, @Lekensteyn, that extended partition needs to be resized first to make that space available for the partitions inside that (we didnt have this information before now :P)

                – Thomas Ward
                Jun 30 '11 at 15:38











              • right, sda4 is still locked (in the live-cd too), and sda6 is unlocked so I cannot resize my extended partition to make size available. That's probably the problem here.

                – arian
                Jun 30 '11 at 15:58











              • @arian: it seems that the swap partition is always mounted. Check the new instructions.

                – Lekensteyn
                Jun 30 '11 at 21:17











              • Thanks, it worked! It took a while (1.5 hours) but everything seems to work fine. I had to use a margin of about 5mbs on the left because initially I got an error message.

                – arian
                Jul 1 '11 at 18:09



















              • @arian Yeah, the screenshot you provided suggests that its still mounted (hence why you can't do anything with the drive). And also, you're right, @Lekensteyn, that extended partition needs to be resized first to make that space available for the partitions inside that (we didnt have this information before now :P)

                – Thomas Ward
                Jun 30 '11 at 15:38











              • right, sda4 is still locked (in the live-cd too), and sda6 is unlocked so I cannot resize my extended partition to make size available. That's probably the problem here.

                – arian
                Jun 30 '11 at 15:58











              • @arian: it seems that the swap partition is always mounted. Check the new instructions.

                – Lekensteyn
                Jun 30 '11 at 21:17











              • Thanks, it worked! It took a while (1.5 hours) but everything seems to work fine. I had to use a margin of about 5mbs on the left because initially I got an error message.

                – arian
                Jul 1 '11 at 18:09

















              @arian Yeah, the screenshot you provided suggests that its still mounted (hence why you can't do anything with the drive). And also, you're right, @Lekensteyn, that extended partition needs to be resized first to make that space available for the partitions inside that (we didnt have this information before now :P)

              – Thomas Ward
              Jun 30 '11 at 15:38





              @arian Yeah, the screenshot you provided suggests that its still mounted (hence why you can't do anything with the drive). And also, you're right, @Lekensteyn, that extended partition needs to be resized first to make that space available for the partitions inside that (we didnt have this information before now :P)

              – Thomas Ward
              Jun 30 '11 at 15:38













              right, sda4 is still locked (in the live-cd too), and sda6 is unlocked so I cannot resize my extended partition to make size available. That's probably the problem here.

              – arian
              Jun 30 '11 at 15:58





              right, sda4 is still locked (in the live-cd too), and sda6 is unlocked so I cannot resize my extended partition to make size available. That's probably the problem here.

              – arian
              Jun 30 '11 at 15:58













              @arian: it seems that the swap partition is always mounted. Check the new instructions.

              – Lekensteyn
              Jun 30 '11 at 21:17





              @arian: it seems that the swap partition is always mounted. Check the new instructions.

              – Lekensteyn
              Jun 30 '11 at 21:17













              Thanks, it worked! It took a while (1.5 hours) but everything seems to work fine. I had to use a margin of about 5mbs on the left because initially I got an error message.

              – arian
              Jul 1 '11 at 18:09





              Thanks, it worked! It took a while (1.5 hours) but everything seems to work fine. I had to use a margin of about 5mbs on the left because initially I got an error message.

              – arian
              Jul 1 '11 at 18:09













              10














              For a start boot with your live CD.



              Press Start and type Gparted:



              open gparted



              Once you open the program you will see a list with your partitions. Now to make any changes, we have to unmount the partitions we want to edit. Right-Click on the partition, and choose Unmount:



              unmount partition



              Let's assume that I want to decrease the size of sda1 and add it in sda3. Right-Click on sda1 and choose Resize/Move



              enter image description here



              A new windows will pop out were we can make our changes. Now to decrease the size, drag the Right arrow to the left. You can also type a custom value next to the option New size (MB):. Once you choose the new size click on the button Resize/Move



              enter image description here



              Now a new box will appear with the label unallocated. We will now add this free space at sda3 partition.



              enter image description here



              Right-Click on sda3 and choose Resize/Move



              enter image description here



              Drag the left arrow to the left as shown below:



              enter image description here



              Hit the button Resize/Move to submit the change.



              Finally, click on the "tick" button to apply all your changes.



              enter image description here






              share|improve this answer
























              • How about Ubuntu server without GUI?!

                – Dr.jacky
                Dec 7 '15 at 8:21
















              10














              For a start boot with your live CD.



              Press Start and type Gparted:



              open gparted



              Once you open the program you will see a list with your partitions. Now to make any changes, we have to unmount the partitions we want to edit. Right-Click on the partition, and choose Unmount:



              unmount partition



              Let's assume that I want to decrease the size of sda1 and add it in sda3. Right-Click on sda1 and choose Resize/Move



              enter image description here



              A new windows will pop out were we can make our changes. Now to decrease the size, drag the Right arrow to the left. You can also type a custom value next to the option New size (MB):. Once you choose the new size click on the button Resize/Move



              enter image description here



              Now a new box will appear with the label unallocated. We will now add this free space at sda3 partition.



              enter image description here



              Right-Click on sda3 and choose Resize/Move



              enter image description here



              Drag the left arrow to the left as shown below:



              enter image description here



              Hit the button Resize/Move to submit the change.



              Finally, click on the "tick" button to apply all your changes.



              enter image description here






              share|improve this answer
























              • How about Ubuntu server without GUI?!

                – Dr.jacky
                Dec 7 '15 at 8:21














              10












              10








              10







              For a start boot with your live CD.



              Press Start and type Gparted:



              open gparted



              Once you open the program you will see a list with your partitions. Now to make any changes, we have to unmount the partitions we want to edit. Right-Click on the partition, and choose Unmount:



              unmount partition



              Let's assume that I want to decrease the size of sda1 and add it in sda3. Right-Click on sda1 and choose Resize/Move



              enter image description here



              A new windows will pop out were we can make our changes. Now to decrease the size, drag the Right arrow to the left. You can also type a custom value next to the option New size (MB):. Once you choose the new size click on the button Resize/Move



              enter image description here



              Now a new box will appear with the label unallocated. We will now add this free space at sda3 partition.



              enter image description here



              Right-Click on sda3 and choose Resize/Move



              enter image description here



              Drag the left arrow to the left as shown below:



              enter image description here



              Hit the button Resize/Move to submit the change.



              Finally, click on the "tick" button to apply all your changes.



              enter image description here






              share|improve this answer













              For a start boot with your live CD.



              Press Start and type Gparted:



              open gparted



              Once you open the program you will see a list with your partitions. Now to make any changes, we have to unmount the partitions we want to edit. Right-Click on the partition, and choose Unmount:



              unmount partition



              Let's assume that I want to decrease the size of sda1 and add it in sda3. Right-Click on sda1 and choose Resize/Move



              enter image description here



              A new windows will pop out were we can make our changes. Now to decrease the size, drag the Right arrow to the left. You can also type a custom value next to the option New size (MB):. Once you choose the new size click on the button Resize/Move



              enter image description here



              Now a new box will appear with the label unallocated. We will now add this free space at sda3 partition.



              enter image description here



              Right-Click on sda3 and choose Resize/Move



              enter image description here



              Drag the left arrow to the left as shown below:



              enter image description here



              Hit the button Resize/Move to submit the change.



              Finally, click on the "tick" button to apply all your changes.



              enter image description here







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Feb 16 '13 at 15:58









              efthialexefthialex

              2,5761830




              2,5761830













              • How about Ubuntu server without GUI?!

                – Dr.jacky
                Dec 7 '15 at 8:21



















              • How about Ubuntu server without GUI?!

                – Dr.jacky
                Dec 7 '15 at 8:21

















              How about Ubuntu server without GUI?!

              – Dr.jacky
              Dec 7 '15 at 8:21





              How about Ubuntu server without GUI?!

              – Dr.jacky
              Dec 7 '15 at 8:21











              3














              A partition cannot be resized when Ubuntu is running off of it, or it is mounted.



              You can use a live CD:




              1. Boot the setup CD(live CD) and select to "Try Ubuntu".


              2. Once it boots, start GParted and right-click the partition. Unmount it.


              3. Then, delete or resize any partitions to the left or the right of the partition in question.


              4. Now, right-click the partition and resize it.



              5. Click Apply on the GParted window and let it finish.



                You need to "Apply" since the changes are not done until this step. They are only queued up when you perform operations in GParted.




              Don't forget to make a backup of any important data!






              share|improve this answer






























                3














                A partition cannot be resized when Ubuntu is running off of it, or it is mounted.



                You can use a live CD:




                1. Boot the setup CD(live CD) and select to "Try Ubuntu".


                2. Once it boots, start GParted and right-click the partition. Unmount it.


                3. Then, delete or resize any partitions to the left or the right of the partition in question.


                4. Now, right-click the partition and resize it.



                5. Click Apply on the GParted window and let it finish.



                  You need to "Apply" since the changes are not done until this step. They are only queued up when you perform operations in GParted.




                Don't forget to make a backup of any important data!






                share|improve this answer




























                  3












                  3








                  3







                  A partition cannot be resized when Ubuntu is running off of it, or it is mounted.



                  You can use a live CD:




                  1. Boot the setup CD(live CD) and select to "Try Ubuntu".


                  2. Once it boots, start GParted and right-click the partition. Unmount it.


                  3. Then, delete or resize any partitions to the left or the right of the partition in question.


                  4. Now, right-click the partition and resize it.



                  5. Click Apply on the GParted window and let it finish.



                    You need to "Apply" since the changes are not done until this step. They are only queued up when you perform operations in GParted.




                  Don't forget to make a backup of any important data!






                  share|improve this answer















                  A partition cannot be resized when Ubuntu is running off of it, or it is mounted.



                  You can use a live CD:




                  1. Boot the setup CD(live CD) and select to "Try Ubuntu".


                  2. Once it boots, start GParted and right-click the partition. Unmount it.


                  3. Then, delete or resize any partitions to the left or the right of the partition in question.


                  4. Now, right-click the partition and resize it.



                  5. Click Apply on the GParted window and let it finish.



                    You need to "Apply" since the changes are not done until this step. They are only queued up when you perform operations in GParted.




                  Don't forget to make a backup of any important data!







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Nov 6 '12 at 0:33









                  Peachy

                  5,09672843




                  5,09672843










                  answered Nov 6 '12 at 0:21









                  hexafractionhexafraction

                  16.5k105586




                  16.5k105586























                      1














                      You should boot into a LiveCD to use gparted to resize your active ext4 partition - its unwise to modify partitions while they're actively being used (especially the active system partition which is ext4)



                      Afterwards, you should be able to move and resize the partition within that LiveCD environment, and the changes will be done when you boot back to the ext4 partition and not the LiveCD






                      share|improve this answer



















                      • 1





                        Yeah, I did boot into the livecd (see my second sentence :))

                        – arian
                        Jun 30 '11 at 14:26
















                      1














                      You should boot into a LiveCD to use gparted to resize your active ext4 partition - its unwise to modify partitions while they're actively being used (especially the active system partition which is ext4)



                      Afterwards, you should be able to move and resize the partition within that LiveCD environment, and the changes will be done when you boot back to the ext4 partition and not the LiveCD






                      share|improve this answer



















                      • 1





                        Yeah, I did boot into the livecd (see my second sentence :))

                        – arian
                        Jun 30 '11 at 14:26














                      1












                      1








                      1







                      You should boot into a LiveCD to use gparted to resize your active ext4 partition - its unwise to modify partitions while they're actively being used (especially the active system partition which is ext4)



                      Afterwards, you should be able to move and resize the partition within that LiveCD environment, and the changes will be done when you boot back to the ext4 partition and not the LiveCD






                      share|improve this answer













                      You should boot into a LiveCD to use gparted to resize your active ext4 partition - its unwise to modify partitions while they're actively being used (especially the active system partition which is ext4)



                      Afterwards, you should be able to move and resize the partition within that LiveCD environment, and the changes will be done when you boot back to the ext4 partition and not the LiveCD







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Jun 30 '11 at 14:16









                      Thomas WardThomas Ward

                      45.3k23125178




                      45.3k23125178








                      • 1





                        Yeah, I did boot into the livecd (see my second sentence :))

                        – arian
                        Jun 30 '11 at 14:26














                      • 1





                        Yeah, I did boot into the livecd (see my second sentence :))

                        – arian
                        Jun 30 '11 at 14:26








                      1




                      1





                      Yeah, I did boot into the livecd (see my second sentence :))

                      – arian
                      Jun 30 '11 at 14:26





                      Yeah, I did boot into the livecd (see my second sentence :))

                      – arian
                      Jun 30 '11 at 14:26











                      1














                      Yes you can with GParted.




                      1. Boot from Ubuntu live CD.

                      2. Launch GParted.


                      3. Select the Ubuntu partition in question and click on Resize/Move from the GParted toolbar or select Partition menu → Resize/Move - provided that the gained unallocated space is right next to the Ubuntu partition in question.



                        If the unallocated space is not adjacent to the Ubuntu partition, then you either have to move or shrink partitions to be able to put the unallocated space adjacent to the Ubuntu partition to be able to resize it.



                        For a more detailed information, take a look at these sites:



                        http://www.dedoimedo.com/computers/gparted.html



                        http://en.kioskea.net/faq/2036-how-to-resize-a-partition-using-gparted-on-linux



                        http://gparted.sourceforge.net/larry/resize/resizing.htm



                        http://www.howtogeek.com/114503/how-to-resize-your-ubuntu-partitions/








                      share|improve this answer






























                        1














                        Yes you can with GParted.




                        1. Boot from Ubuntu live CD.

                        2. Launch GParted.


                        3. Select the Ubuntu partition in question and click on Resize/Move from the GParted toolbar or select Partition menu → Resize/Move - provided that the gained unallocated space is right next to the Ubuntu partition in question.



                          If the unallocated space is not adjacent to the Ubuntu partition, then you either have to move or shrink partitions to be able to put the unallocated space adjacent to the Ubuntu partition to be able to resize it.



                          For a more detailed information, take a look at these sites:



                          http://www.dedoimedo.com/computers/gparted.html



                          http://en.kioskea.net/faq/2036-how-to-resize-a-partition-using-gparted-on-linux



                          http://gparted.sourceforge.net/larry/resize/resizing.htm



                          http://www.howtogeek.com/114503/how-to-resize-your-ubuntu-partitions/








                        share|improve this answer




























                          1












                          1








                          1







                          Yes you can with GParted.




                          1. Boot from Ubuntu live CD.

                          2. Launch GParted.


                          3. Select the Ubuntu partition in question and click on Resize/Move from the GParted toolbar or select Partition menu → Resize/Move - provided that the gained unallocated space is right next to the Ubuntu partition in question.



                            If the unallocated space is not adjacent to the Ubuntu partition, then you either have to move or shrink partitions to be able to put the unallocated space adjacent to the Ubuntu partition to be able to resize it.



                            For a more detailed information, take a look at these sites:



                            http://www.dedoimedo.com/computers/gparted.html



                            http://en.kioskea.net/faq/2036-how-to-resize-a-partition-using-gparted-on-linux



                            http://gparted.sourceforge.net/larry/resize/resizing.htm



                            http://www.howtogeek.com/114503/how-to-resize-your-ubuntu-partitions/








                          share|improve this answer















                          Yes you can with GParted.




                          1. Boot from Ubuntu live CD.

                          2. Launch GParted.


                          3. Select the Ubuntu partition in question and click on Resize/Move from the GParted toolbar or select Partition menu → Resize/Move - provided that the gained unallocated space is right next to the Ubuntu partition in question.



                            If the unallocated space is not adjacent to the Ubuntu partition, then you either have to move or shrink partitions to be able to put the unallocated space adjacent to the Ubuntu partition to be able to resize it.



                            For a more detailed information, take a look at these sites:



                            http://www.dedoimedo.com/computers/gparted.html



                            http://en.kioskea.net/faq/2036-how-to-resize-a-partition-using-gparted-on-linux



                            http://gparted.sourceforge.net/larry/resize/resizing.htm



                            http://www.howtogeek.com/114503/how-to-resize-your-ubuntu-partitions/









                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Nov 6 '12 at 9:09

























                          answered Nov 6 '12 at 9:03









                          PeachyPeachy

                          5,09672843




                          5,09672843






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • 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%2faskubuntu.com%2fquestions%2f51272%2fwhy-im-seeing-a-lock-besides-the-partition-im-trying-to-modify-with-gparted%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

                              Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

                              ComboBox Display Member on multiple fields

                              Is it possible to collect Nectar points via Trainline?