how to extend root /
partition by sinking swap (previously 6gb after sinking 4Gb , unallocated 2 Gb) and home (previously 11 Gb after sinking 8Gb, allocated 3Gb). How to extend those allocated partition to root? how to combine those 5gb to /
partition? Help me! (this is partition extended from 30 Gb primary partition) so if not then, how to combine another 30gb (currently unallocated) partition that sinked from another primary volume.
Asked
Active
Viewed 2,107 times
1

Braiam
- 67,791
- 32
- 179
- 269

David parker
- 71
- 1
- 1
- 6
2 Answers
0
You can use Live Gparted to re-partitioning it.Just simply move other partition to the end of the bar till the Unallocated placed behind your partition

Tommy Aria Pradana
- 357
- 1
- 4
- 17
0
To add the unallocated space(2.62+3 GB)to the dev/sda7
partition follow the given steps below,
Boot ubuntu live disk and install gparted partition editor.
Open gparted and right-click on the
/dev/sda7
partition to select Resize/Move option.click on the left and right arrows and move it to the extreme left and right.So that the unallocated space above and below sda7 will be occupied.
After extending apply the changes.

Avinash Raj
- 78,556
sda4
Windows files, and is itsda5
you are trying to expand?. If you move the Windows files partitionsda4
to the right to near the end of the disk - be VERY careful there.... You might then have enough space to expand root. – Wilf Dec 20 '13 at 12:47sda7
and move it (You can move right or left, depends on which partition you want to expand - see @Avinash 's answer). This will take a while as it will have to transfer all of the data over to that bit of the hard disk, but should work. – Wilf Dec 20 '13 at 16:38