How to resize partitions?How can I increase a partition's size?GParted merge unallocated space to ext4 partitionHow to increase my /boot partition size in Ubuntu 16.04?How to resize Ubuntu & Windows partitions?How to split the disk partition having Ubuntu?How do I partition a hard drive when Ubuntu is already installed?Ubuntu 18.04 LTS Disk Partition RecomendationsHow can I extend a hard disk in Ubuntu logical volumeHow to give Ubuntu 14.04 more disk spaceAdd unallocated space to Ubuntu 16.04Windows 7 sees all Ubuntu partitions as primaryHow do I create a new logical partition from unallocated space?Create partition from free space - cannot create more than 4 partitionsGParted can't resize logical partitionsUbuntu takes complete hard disk for installation without considering pre-existing partitionsClean up partitionsRe-size boot drive partitions
Why didn't the British consider the USS President's attempted flight as a fake surrender?
How to calculate my anticipated peak amperage load?
How much of a discount should I seek when prepaying a whole year's rent?
Have spacecraft photographed each other beyond Earth orbit?
What is a Aged Rope Phrase™?
I shift the source code, you shift the input!
Why didn't the 6502 have increase/decrease opcodes for A?
How can you access display languages via Apex?
Statistics in an array
Confused about Autoregressive AR(1) process
How to answer my 5 year old why I can tell her what she has to do, and why she can't tell me what to do
Stargate the film: Is Anubis in the movie?
Moon's unusual gravity
Can we use a Cryptographic hash function to generate infinite random numbers?
At a conference, should I visit other people's posters during my poster session?
finding IP return hex address
Is "Are you interviewing other candidates?" a good or terrible response when asked if you are interviewing with other companies?
Biggest Irreducible Hello World
Car Possession being threatened by Signer
How do successful undergraduate and PhD students differ?
What's the greatest number of hands I can have to annoy my mother-in-law with?
Can a Tabaxi's Feline Agility be used with the Haste spells doubled speed?
Is it safe to drink the water from the fountains found all over the older parts of Rome?
Why is Trump not being impeached for bribery?
How to resize partitions?
How can I increase a partition's size?GParted merge unallocated space to ext4 partitionHow to increase my /boot partition size in Ubuntu 16.04?How to resize Ubuntu & Windows partitions?How to split the disk partition having Ubuntu?How do I partition a hard drive when Ubuntu is already installed?Ubuntu 18.04 LTS Disk Partition RecomendationsHow can I extend a hard disk in Ubuntu logical volumeHow to give Ubuntu 14.04 more disk spaceAdd unallocated space to Ubuntu 16.04Windows 7 sees all Ubuntu partitions as primaryHow do I create a new logical partition from unallocated space?Create partition from free space - cannot create more than 4 partitionsGParted can't resize logical partitionsUbuntu takes complete hard disk for installation without considering pre-existing partitionsClean up partitionsRe-size boot drive partitions
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
Previously, I have installed Windows 7 on my 320 GB laptop with three partitions 173, 84 and 63 GB each. The 63 GB partition was where the Windows was installed. The rest were for file containers.
Now I changed my OS to Ubuntu 12.04 LTS. I installed Ubuntu by replacing the entire Windows 7 on the 63 GB partition. The rest of the partitions remain as an NTFS Windows partition and I can still access them both (the 173 and 84 GB partitions).
Now I want to change the two partitions of Windows into an Ubuntu format partitions plus most importantly, I want to extend the 63 GB partition to more than a 100 GB because at the moment I am running out of disk space. Whenever I try to install any application, especially using wine, it always complains for a shortage of disk space.
How do I do the extending activity before I entirely format my laptop again and lose all the important files on my partitions?
partitioning
add a comment
|
Previously, I have installed Windows 7 on my 320 GB laptop with three partitions 173, 84 and 63 GB each. The 63 GB partition was where the Windows was installed. The rest were for file containers.
Now I changed my OS to Ubuntu 12.04 LTS. I installed Ubuntu by replacing the entire Windows 7 on the 63 GB partition. The rest of the partitions remain as an NTFS Windows partition and I can still access them both (the 173 and 84 GB partitions).
Now I want to change the two partitions of Windows into an Ubuntu format partitions plus most importantly, I want to extend the 63 GB partition to more than a 100 GB because at the moment I am running out of disk space. Whenever I try to install any application, especially using wine, it always complains for a shortage of disk space.
How do I do the extending activity before I entirely format my laptop again and lose all the important files on my partitions?
partitioning
add a comment
|
Previously, I have installed Windows 7 on my 320 GB laptop with three partitions 173, 84 and 63 GB each. The 63 GB partition was where the Windows was installed. The rest were for file containers.
Now I changed my OS to Ubuntu 12.04 LTS. I installed Ubuntu by replacing the entire Windows 7 on the 63 GB partition. The rest of the partitions remain as an NTFS Windows partition and I can still access them both (the 173 and 84 GB partitions).
Now I want to change the two partitions of Windows into an Ubuntu format partitions plus most importantly, I want to extend the 63 GB partition to more than a 100 GB because at the moment I am running out of disk space. Whenever I try to install any application, especially using wine, it always complains for a shortage of disk space.
How do I do the extending activity before I entirely format my laptop again and lose all the important files on my partitions?
partitioning
Previously, I have installed Windows 7 on my 320 GB laptop with three partitions 173, 84 and 63 GB each. The 63 GB partition was where the Windows was installed. The rest were for file containers.
Now I changed my OS to Ubuntu 12.04 LTS. I installed Ubuntu by replacing the entire Windows 7 on the 63 GB partition. The rest of the partitions remain as an NTFS Windows partition and I can still access them both (the 173 and 84 GB partitions).
Now I want to change the two partitions of Windows into an Ubuntu format partitions plus most importantly, I want to extend the 63 GB partition to more than a 100 GB because at the moment I am running out of disk space. Whenever I try to install any application, especially using wine, it always complains for a shortage of disk space.
How do I do the extending activity before I entirely format my laptop again and lose all the important files on my partitions?
partitioning
partitioning
edited Sep 22 at 22:42
mook765
7,0443 gold badges18 silver badges39 bronze badges
7,0443 gold badges18 silver badges39 bronze badges
asked Apr 27 '12 at 14:02
JohannesJohannes
1,1412 gold badges8 silver badges3 bronze badges
1,1412 gold badges8 silver badges3 bronze badges
add a comment
|
add a comment
|
4 Answers
4
active
oldest
votes
(Step 0:) Back up anything really valuable. This is a pretty tried and tested formula but things can go wrong. A power cut at the wrong moment could really ruin your day if you haven't backed up.
- Boot to a LiveCD or LiveUSB drive in "try me" mode.
- Load gparted (should be installed by default, you can apt-get it if it's not)
- Resize your partitions (right click, click resize, follow the instructions).
- Click apply and sit back while it does the job.
- Reboot, taking out the USB stick or CD when it tells you to.
3
How about ubuntu server? What are commands?
– Dr.jacky
Dec 6 '15 at 13:25
3
@Mr.Hyde the same procedure should apply, you should be able to use the LiveCD to perform the edition of partitions for an Ubuntu server installation.
– Jaime Hablutzel
Apr 1 '17 at 22:04
add a comment
|
If you have already installed Ubuntu 12.04, then install GParted with sudo apt-get install gparted
.
Launch it using Alt+F2, and typing gparted
.
In order to expand the 63GB partition, you must have free space in front of or after it. So first you will have to use GParted to resize a partition above or below your 63GB partition. Refer the following figure:
When you click on resize, a window will open where you can easily drag and resize your partition. Once the free space is made available, resize your 63GB partition just like the above covering that free space.
Hope this works for you.
16
You can't do it from your installed system since the partition will be in use.
– psusi
Feb 11 '14 at 21:19
1
Good point. He will have to use Gparted from a live CD as Oli's answer suggests.
– harisibrahimkv
Feb 12 '14 at 3:21
@harisibrahimkv , Hi,OP is saying GB is alradyFull
how can you increase gb ?
– Pratik
Feb 21 '15 at 3:02
Or you could use it on an external partition.
– KhoPhi
Sep 16 '15 at 17:16
add a comment
|
You can only re-partition unmounted partitions.
I have a gParted live disc ready for things like that. You can find it here: http://gparted.sourceforge.net/livecd.php
Basic features:
GParted enables you to easily manage your disk partitions:
- Create partition tables, (e.g., msdos or gpt)
- Create, move, copy, resize, check, label, set new UUID, and delete partitions
- Enable and disable partition flags, (e.g., boot or hidden)
- Align partitions to mebibyte (MiB) or traditional cylinder boundaries
- Attempt data rescue from lost partitions
Resizing is explained in the documentation of gParted. In short (the link has some extra information and tips):
Resizing and moving a partition can be performed by a single gparted operation. To resize a partition:
Select an unmounted partition. See the section called “Selecting a Partition”.
Choose: Partition → Resize/Move. The application displays the Resize/Move /path-to-partition dialog.
Adjust the size of the partition. See the section called “Specifying Partition Size and Location”.
Specify the alignment of the partition. See the section called “Specifying Partition Alignment”.
Click Resize/Move.
Could you plz give the link of the iso image of gparted there are so many versions and i need a 34bit gui version.
– A Umar Mukthar
Jun 17 '15 at 1:54
Just use the latest *-i686.iso that is linked to by default.
– JanC
Apr 19 '16 at 23:04
add a comment
|
One way that you can shrink partitions without losing data is by using GParted. A very good application, but be careful with it.
Edit: Boot from a live CD so you will be able to do the resizing. Install gparted with Ubuntu Software center, or any other way (synaptic etc) you prefer, if it isn't already installed.
It will ask you to authenticate when you run it, as it has access to things that can damage your installation badly. Realise that by altering partitions on your hard drive(s) you can potentially stop your system booting completely. As I said, be careful.
It will then search devices it can see and display the partitions on the first one (probably /dev/sda, if not try different devices from the pull down at the top right). You should be able to see that one of them contains your root (/) mount point. When you are sure you have the correct one (the size itself is a good indicator), right-click on that partition and choose Resize/Move (if it is greyed out, you might need to unmount it first (make sure you have booted off a live CD, and not your installed linux system). Reduce the size in the middle (New Size) edit box to what you want (make sure it's still large enough for your system's needs). Click on resize/move, then use the big green tick to apply the changes. If it reports success, then should be able to shutdown the live cd and reboot into your main system.
Edit2: I just googled a tutorial you might look at gpart tutorial
You may want to expand this answer with more information about how to use GParted, a link to more information, or at least minimal information about how to install it and properly run it (and perhaps also what the basic precautions are).
– Eliah Kagan
Jul 22 '12 at 3:06
add a comment
|
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
(Step 0:) Back up anything really valuable. This is a pretty tried and tested formula but things can go wrong. A power cut at the wrong moment could really ruin your day if you haven't backed up.
- Boot to a LiveCD or LiveUSB drive in "try me" mode.
- Load gparted (should be installed by default, you can apt-get it if it's not)
- Resize your partitions (right click, click resize, follow the instructions).
- Click apply and sit back while it does the job.
- Reboot, taking out the USB stick or CD when it tells you to.
3
How about ubuntu server? What are commands?
– Dr.jacky
Dec 6 '15 at 13:25
3
@Mr.Hyde the same procedure should apply, you should be able to use the LiveCD to perform the edition of partitions for an Ubuntu server installation.
– Jaime Hablutzel
Apr 1 '17 at 22:04
add a comment
|
(Step 0:) Back up anything really valuable. This is a pretty tried and tested formula but things can go wrong. A power cut at the wrong moment could really ruin your day if you haven't backed up.
- Boot to a LiveCD or LiveUSB drive in "try me" mode.
- Load gparted (should be installed by default, you can apt-get it if it's not)
- Resize your partitions (right click, click resize, follow the instructions).
- Click apply and sit back while it does the job.
- Reboot, taking out the USB stick or CD when it tells you to.
3
How about ubuntu server? What are commands?
– Dr.jacky
Dec 6 '15 at 13:25
3
@Mr.Hyde the same procedure should apply, you should be able to use the LiveCD to perform the edition of partitions for an Ubuntu server installation.
– Jaime Hablutzel
Apr 1 '17 at 22:04
add a comment
|
(Step 0:) Back up anything really valuable. This is a pretty tried and tested formula but things can go wrong. A power cut at the wrong moment could really ruin your day if you haven't backed up.
- Boot to a LiveCD or LiveUSB drive in "try me" mode.
- Load gparted (should be installed by default, you can apt-get it if it's not)
- Resize your partitions (right click, click resize, follow the instructions).
- Click apply and sit back while it does the job.
- Reboot, taking out the USB stick or CD when it tells you to.
(Step 0:) Back up anything really valuable. This is a pretty tried and tested formula but things can go wrong. A power cut at the wrong moment could really ruin your day if you haven't backed up.
- Boot to a LiveCD or LiveUSB drive in "try me" mode.
- Load gparted (should be installed by default, you can apt-get it if it's not)
- Resize your partitions (right click, click resize, follow the instructions).
- Click apply and sit back while it does the job.
- Reboot, taking out the USB stick or CD when it tells you to.
answered Dec 22 '10 at 16:26
Oli♦Oli
248k97 gold badges598 silver badges784 bronze badges
248k97 gold badges598 silver badges784 bronze badges
3
How about ubuntu server? What are commands?
– Dr.jacky
Dec 6 '15 at 13:25
3
@Mr.Hyde the same procedure should apply, you should be able to use the LiveCD to perform the edition of partitions for an Ubuntu server installation.
– Jaime Hablutzel
Apr 1 '17 at 22:04
add a comment
|
3
How about ubuntu server? What are commands?
– Dr.jacky
Dec 6 '15 at 13:25
3
@Mr.Hyde the same procedure should apply, you should be able to use the LiveCD to perform the edition of partitions for an Ubuntu server installation.
– Jaime Hablutzel
Apr 1 '17 at 22:04
3
3
How about ubuntu server? What are commands?
– Dr.jacky
Dec 6 '15 at 13:25
How about ubuntu server? What are commands?
– Dr.jacky
Dec 6 '15 at 13:25
3
3
@Mr.Hyde the same procedure should apply, you should be able to use the LiveCD to perform the edition of partitions for an Ubuntu server installation.
– Jaime Hablutzel
Apr 1 '17 at 22:04
@Mr.Hyde the same procedure should apply, you should be able to use the LiveCD to perform the edition of partitions for an Ubuntu server installation.
– Jaime Hablutzel
Apr 1 '17 at 22:04
add a comment
|
If you have already installed Ubuntu 12.04, then install GParted with sudo apt-get install gparted
.
Launch it using Alt+F2, and typing gparted
.
In order to expand the 63GB partition, you must have free space in front of or after it. So first you will have to use GParted to resize a partition above or below your 63GB partition. Refer the following figure:
When you click on resize, a window will open where you can easily drag and resize your partition. Once the free space is made available, resize your 63GB partition just like the above covering that free space.
Hope this works for you.
16
You can't do it from your installed system since the partition will be in use.
– psusi
Feb 11 '14 at 21:19
1
Good point. He will have to use Gparted from a live CD as Oli's answer suggests.
– harisibrahimkv
Feb 12 '14 at 3:21
@harisibrahimkv , Hi,OP is saying GB is alradyFull
how can you increase gb ?
– Pratik
Feb 21 '15 at 3:02
Or you could use it on an external partition.
– KhoPhi
Sep 16 '15 at 17:16
add a comment
|
If you have already installed Ubuntu 12.04, then install GParted with sudo apt-get install gparted
.
Launch it using Alt+F2, and typing gparted
.
In order to expand the 63GB partition, you must have free space in front of or after it. So first you will have to use GParted to resize a partition above or below your 63GB partition. Refer the following figure:
When you click on resize, a window will open where you can easily drag and resize your partition. Once the free space is made available, resize your 63GB partition just like the above covering that free space.
Hope this works for you.
16
You can't do it from your installed system since the partition will be in use.
– psusi
Feb 11 '14 at 21:19
1
Good point. He will have to use Gparted from a live CD as Oli's answer suggests.
– harisibrahimkv
Feb 12 '14 at 3:21
@harisibrahimkv , Hi,OP is saying GB is alradyFull
how can you increase gb ?
– Pratik
Feb 21 '15 at 3:02
Or you could use it on an external partition.
– KhoPhi
Sep 16 '15 at 17:16
add a comment
|
If you have already installed Ubuntu 12.04, then install GParted with sudo apt-get install gparted
.
Launch it using Alt+F2, and typing gparted
.
In order to expand the 63GB partition, you must have free space in front of or after it. So first you will have to use GParted to resize a partition above or below your 63GB partition. Refer the following figure:
When you click on resize, a window will open where you can easily drag and resize your partition. Once the free space is made available, resize your 63GB partition just like the above covering that free space.
Hope this works for you.
If you have already installed Ubuntu 12.04, then install GParted with sudo apt-get install gparted
.
Launch it using Alt+F2, and typing gparted
.
In order to expand the 63GB partition, you must have free space in front of or after it. So first you will have to use GParted to resize a partition above or below your 63GB partition. Refer the following figure:
When you click on resize, a window will open where you can easily drag and resize your partition. Once the free space is made available, resize your 63GB partition just like the above covering that free space.
Hope this works for you.
edited Apr 20 '13 at 19:05
green
12.8k5 gold badges36 silver badges59 bronze badges
12.8k5 gold badges36 silver badges59 bronze badges
answered Apr 27 '12 at 15:45
harisibrahimkvharisibrahimkv
6,45611 gold badges38 silver badges68 bronze badges
6,45611 gold badges38 silver badges68 bronze badges
16
You can't do it from your installed system since the partition will be in use.
– psusi
Feb 11 '14 at 21:19
1
Good point. He will have to use Gparted from a live CD as Oli's answer suggests.
– harisibrahimkv
Feb 12 '14 at 3:21
@harisibrahimkv , Hi,OP is saying GB is alradyFull
how can you increase gb ?
– Pratik
Feb 21 '15 at 3:02
Or you could use it on an external partition.
– KhoPhi
Sep 16 '15 at 17:16
add a comment
|
16
You can't do it from your installed system since the partition will be in use.
– psusi
Feb 11 '14 at 21:19
1
Good point. He will have to use Gparted from a live CD as Oli's answer suggests.
– harisibrahimkv
Feb 12 '14 at 3:21
@harisibrahimkv , Hi,OP is saying GB is alradyFull
how can you increase gb ?
– Pratik
Feb 21 '15 at 3:02
Or you could use it on an external partition.
– KhoPhi
Sep 16 '15 at 17:16
16
16
You can't do it from your installed system since the partition will be in use.
– psusi
Feb 11 '14 at 21:19
You can't do it from your installed system since the partition will be in use.
– psusi
Feb 11 '14 at 21:19
1
1
Good point. He will have to use Gparted from a live CD as Oli's answer suggests.
– harisibrahimkv
Feb 12 '14 at 3:21
Good point. He will have to use Gparted from a live CD as Oli's answer suggests.
– harisibrahimkv
Feb 12 '14 at 3:21
@harisibrahimkv , Hi,OP is saying GB is alrady
Full
how can you increase gb ?– Pratik
Feb 21 '15 at 3:02
@harisibrahimkv , Hi,OP is saying GB is alrady
Full
how can you increase gb ?– Pratik
Feb 21 '15 at 3:02
Or you could use it on an external partition.
– KhoPhi
Sep 16 '15 at 17:16
Or you could use it on an external partition.
– KhoPhi
Sep 16 '15 at 17:16
add a comment
|
You can only re-partition unmounted partitions.
I have a gParted live disc ready for things like that. You can find it here: http://gparted.sourceforge.net/livecd.php
Basic features:
GParted enables you to easily manage your disk partitions:
- Create partition tables, (e.g., msdos or gpt)
- Create, move, copy, resize, check, label, set new UUID, and delete partitions
- Enable and disable partition flags, (e.g., boot or hidden)
- Align partitions to mebibyte (MiB) or traditional cylinder boundaries
- Attempt data rescue from lost partitions
Resizing is explained in the documentation of gParted. In short (the link has some extra information and tips):
Resizing and moving a partition can be performed by a single gparted operation. To resize a partition:
Select an unmounted partition. See the section called “Selecting a Partition”.
Choose: Partition → Resize/Move. The application displays the Resize/Move /path-to-partition dialog.
Adjust the size of the partition. See the section called “Specifying Partition Size and Location”.
Specify the alignment of the partition. See the section called “Specifying Partition Alignment”.
Click Resize/Move.
Could you plz give the link of the iso image of gparted there are so many versions and i need a 34bit gui version.
– A Umar Mukthar
Jun 17 '15 at 1:54
Just use the latest *-i686.iso that is linked to by default.
– JanC
Apr 19 '16 at 23:04
add a comment
|
You can only re-partition unmounted partitions.
I have a gParted live disc ready for things like that. You can find it here: http://gparted.sourceforge.net/livecd.php
Basic features:
GParted enables you to easily manage your disk partitions:
- Create partition tables, (e.g., msdos or gpt)
- Create, move, copy, resize, check, label, set new UUID, and delete partitions
- Enable and disable partition flags, (e.g., boot or hidden)
- Align partitions to mebibyte (MiB) or traditional cylinder boundaries
- Attempt data rescue from lost partitions
Resizing is explained in the documentation of gParted. In short (the link has some extra information and tips):
Resizing and moving a partition can be performed by a single gparted operation. To resize a partition:
Select an unmounted partition. See the section called “Selecting a Partition”.
Choose: Partition → Resize/Move. The application displays the Resize/Move /path-to-partition dialog.
Adjust the size of the partition. See the section called “Specifying Partition Size and Location”.
Specify the alignment of the partition. See the section called “Specifying Partition Alignment”.
Click Resize/Move.
Could you plz give the link of the iso image of gparted there are so many versions and i need a 34bit gui version.
– A Umar Mukthar
Jun 17 '15 at 1:54
Just use the latest *-i686.iso that is linked to by default.
– JanC
Apr 19 '16 at 23:04
add a comment
|
You can only re-partition unmounted partitions.
I have a gParted live disc ready for things like that. You can find it here: http://gparted.sourceforge.net/livecd.php
Basic features:
GParted enables you to easily manage your disk partitions:
- Create partition tables, (e.g., msdos or gpt)
- Create, move, copy, resize, check, label, set new UUID, and delete partitions
- Enable and disable partition flags, (e.g., boot or hidden)
- Align partitions to mebibyte (MiB) or traditional cylinder boundaries
- Attempt data rescue from lost partitions
Resizing is explained in the documentation of gParted. In short (the link has some extra information and tips):
Resizing and moving a partition can be performed by a single gparted operation. To resize a partition:
Select an unmounted partition. See the section called “Selecting a Partition”.
Choose: Partition → Resize/Move. The application displays the Resize/Move /path-to-partition dialog.
Adjust the size of the partition. See the section called “Specifying Partition Size and Location”.
Specify the alignment of the partition. See the section called “Specifying Partition Alignment”.
Click Resize/Move.
You can only re-partition unmounted partitions.
I have a gParted live disc ready for things like that. You can find it here: http://gparted.sourceforge.net/livecd.php
Basic features:
GParted enables you to easily manage your disk partitions:
- Create partition tables, (e.g., msdos or gpt)
- Create, move, copy, resize, check, label, set new UUID, and delete partitions
- Enable and disable partition flags, (e.g., boot or hidden)
- Align partitions to mebibyte (MiB) or traditional cylinder boundaries
- Attempt data rescue from lost partitions
Resizing is explained in the documentation of gParted. In short (the link has some extra information and tips):
Resizing and moving a partition can be performed by a single gparted operation. To resize a partition:
Select an unmounted partition. See the section called “Selecting a Partition”.
Choose: Partition → Resize/Move. The application displays the Resize/Move /path-to-partition dialog.
Adjust the size of the partition. See the section called “Specifying Partition Size and Location”.
Specify the alignment of the partition. See the section called “Specifying Partition Alignment”.
Click Resize/Move.
answered Jan 7 '13 at 20:29
RinzwindRinzwind
228k30 gold badges440 silver badges584 bronze badges
228k30 gold badges440 silver badges584 bronze badges
Could you plz give the link of the iso image of gparted there are so many versions and i need a 34bit gui version.
– A Umar Mukthar
Jun 17 '15 at 1:54
Just use the latest *-i686.iso that is linked to by default.
– JanC
Apr 19 '16 at 23:04
add a comment
|
Could you plz give the link of the iso image of gparted there are so many versions and i need a 34bit gui version.
– A Umar Mukthar
Jun 17 '15 at 1:54
Just use the latest *-i686.iso that is linked to by default.
– JanC
Apr 19 '16 at 23:04
Could you plz give the link of the iso image of gparted there are so many versions and i need a 34bit gui version.
– A Umar Mukthar
Jun 17 '15 at 1:54
Could you plz give the link of the iso image of gparted there are so many versions and i need a 34bit gui version.
– A Umar Mukthar
Jun 17 '15 at 1:54
Just use the latest *-i686.iso that is linked to by default.
– JanC
Apr 19 '16 at 23:04
Just use the latest *-i686.iso that is linked to by default.
– JanC
Apr 19 '16 at 23:04
add a comment
|
One way that you can shrink partitions without losing data is by using GParted. A very good application, but be careful with it.
Edit: Boot from a live CD so you will be able to do the resizing. Install gparted with Ubuntu Software center, or any other way (synaptic etc) you prefer, if it isn't already installed.
It will ask you to authenticate when you run it, as it has access to things that can damage your installation badly. Realise that by altering partitions on your hard drive(s) you can potentially stop your system booting completely. As I said, be careful.
It will then search devices it can see and display the partitions on the first one (probably /dev/sda, if not try different devices from the pull down at the top right). You should be able to see that one of them contains your root (/) mount point. When you are sure you have the correct one (the size itself is a good indicator), right-click on that partition and choose Resize/Move (if it is greyed out, you might need to unmount it first (make sure you have booted off a live CD, and not your installed linux system). Reduce the size in the middle (New Size) edit box to what you want (make sure it's still large enough for your system's needs). Click on resize/move, then use the big green tick to apply the changes. If it reports success, then should be able to shutdown the live cd and reboot into your main system.
Edit2: I just googled a tutorial you might look at gpart tutorial
You may want to expand this answer with more information about how to use GParted, a link to more information, or at least minimal information about how to install it and properly run it (and perhaps also what the basic precautions are).
– Eliah Kagan
Jul 22 '12 at 3:06
add a comment
|
One way that you can shrink partitions without losing data is by using GParted. A very good application, but be careful with it.
Edit: Boot from a live CD so you will be able to do the resizing. Install gparted with Ubuntu Software center, or any other way (synaptic etc) you prefer, if it isn't already installed.
It will ask you to authenticate when you run it, as it has access to things that can damage your installation badly. Realise that by altering partitions on your hard drive(s) you can potentially stop your system booting completely. As I said, be careful.
It will then search devices it can see and display the partitions on the first one (probably /dev/sda, if not try different devices from the pull down at the top right). You should be able to see that one of them contains your root (/) mount point. When you are sure you have the correct one (the size itself is a good indicator), right-click on that partition and choose Resize/Move (if it is greyed out, you might need to unmount it first (make sure you have booted off a live CD, and not your installed linux system). Reduce the size in the middle (New Size) edit box to what you want (make sure it's still large enough for your system's needs). Click on resize/move, then use the big green tick to apply the changes. If it reports success, then should be able to shutdown the live cd and reboot into your main system.
Edit2: I just googled a tutorial you might look at gpart tutorial
You may want to expand this answer with more information about how to use GParted, a link to more information, or at least minimal information about how to install it and properly run it (and perhaps also what the basic precautions are).
– Eliah Kagan
Jul 22 '12 at 3:06
add a comment
|
One way that you can shrink partitions without losing data is by using GParted. A very good application, but be careful with it.
Edit: Boot from a live CD so you will be able to do the resizing. Install gparted with Ubuntu Software center, or any other way (synaptic etc) you prefer, if it isn't already installed.
It will ask you to authenticate when you run it, as it has access to things that can damage your installation badly. Realise that by altering partitions on your hard drive(s) you can potentially stop your system booting completely. As I said, be careful.
It will then search devices it can see and display the partitions on the first one (probably /dev/sda, if not try different devices from the pull down at the top right). You should be able to see that one of them contains your root (/) mount point. When you are sure you have the correct one (the size itself is a good indicator), right-click on that partition and choose Resize/Move (if it is greyed out, you might need to unmount it first (make sure you have booted off a live CD, and not your installed linux system). Reduce the size in the middle (New Size) edit box to what you want (make sure it's still large enough for your system's needs). Click on resize/move, then use the big green tick to apply the changes. If it reports success, then should be able to shutdown the live cd and reboot into your main system.
Edit2: I just googled a tutorial you might look at gpart tutorial
One way that you can shrink partitions without losing data is by using GParted. A very good application, but be careful with it.
Edit: Boot from a live CD so you will be able to do the resizing. Install gparted with Ubuntu Software center, or any other way (synaptic etc) you prefer, if it isn't already installed.
It will ask you to authenticate when you run it, as it has access to things that can damage your installation badly. Realise that by altering partitions on your hard drive(s) you can potentially stop your system booting completely. As I said, be careful.
It will then search devices it can see and display the partitions on the first one (probably /dev/sda, if not try different devices from the pull down at the top right). You should be able to see that one of them contains your root (/) mount point. When you are sure you have the correct one (the size itself is a good indicator), right-click on that partition and choose Resize/Move (if it is greyed out, you might need to unmount it first (make sure you have booted off a live CD, and not your installed linux system). Reduce the size in the middle (New Size) edit box to what you want (make sure it's still large enough for your system's needs). Click on resize/move, then use the big green tick to apply the changes. If it reports success, then should be able to shutdown the live cd and reboot into your main system.
Edit2: I just googled a tutorial you might look at gpart tutorial
edited Mar 29 '18 at 11:47
Rahal Kanishka
1054 bronze badges
1054 bronze badges
answered Jul 21 '12 at 23:00
JazzJazz
2,4763 gold badges20 silver badges34 bronze badges
2,4763 gold badges20 silver badges34 bronze badges
You may want to expand this answer with more information about how to use GParted, a link to more information, or at least minimal information about how to install it and properly run it (and perhaps also what the basic precautions are).
– Eliah Kagan
Jul 22 '12 at 3:06
add a comment
|
You may want to expand this answer with more information about how to use GParted, a link to more information, or at least minimal information about how to install it and properly run it (and perhaps also what the basic precautions are).
– Eliah Kagan
Jul 22 '12 at 3:06
You may want to expand this answer with more information about how to use GParted, a link to more information, or at least minimal information about how to install it and properly run it (and perhaps also what the basic precautions are).
– Eliah Kagan
Jul 22 '12 at 3:06
You may want to expand this answer with more information about how to use GParted, a link to more information, or at least minimal information about how to install it and properly run it (and perhaps also what the basic precautions are).
– Eliah Kagan
Jul 22 '12 at 3:06
add a comment
|
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.