1

I installed ubuntu 15.04 and used entire space(640 GiB) for ext4 partition but now it is showing that used space = 30.91 GiB, free space = 24.96 GiB and 536.40 GiB unallocated space. I tried to extend the space of file system using Gparted but its not working. So could any one please tell me how can I extend or allocate the space. enter image description here

output after command

sudo parted -l

enter image description here

Gparted is not showing option for resize thats the problem.

Anonymous
  • 249
  • 3
  • 5
  • 16

1 Answers1

0

You can allocate the free space (with GParted) by Right-Clicking it > New. Set its new space to 536.4 GB, label it and create the new partition. Apply the action by clicking that green V under the Device tab. Then you will be able to create an extended partition.

Eduardo Cola
  • 5,876
  • 3
  • 20
  • 33