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:
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:
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.
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.