-1

I just installed Ubuntu 17 and removed my Windows 10 entirely.

I didn't have important data so I chose to erase all my data.

Now I'm facing a problem in creating a partition. Gparted keeps telling me I only have 192MB free:

gparted detailes

192 mb free only !!

Zanna
  • 70,465

1 Answers1

1

You need to create/modify LVM volumes using the CLI, or you could install a GUI like system-config-lvm.

In terminal...

sudo apt-get update

sudo apt-get install system-config-lvm

Then type lvm into the Unity dashboard search box to start this app.

Do backups of important files before trying to modify LVM volumes/partitions.

See https://wiki.ubuntu.com/Lvm for basic help. You can also search https://help.ubuntu.com for "system-config-lvm" and find a lot more detailed help.

heynnema
  • 70,711