I've already installed Ubuntu 12.04, but I did not make any separate partitions beside the one the operating system is installed on.
Now I want to make a new partition.
Is this possible?
I've already installed Ubuntu 12.04, but I did not make any separate partitions beside the one the operating system is installed on.
Now I want to make a new partition.
Is this possible?
Gparted cannot modify mounted drives and since you only have 1 partition that means it's the one running Ubuntu. So you will have to open the live cd and do your edits from there.
live disc is a complete bootable computer operating system which runs in the computer's memory, rather than loading from the hard disk drive. It allows users to experience and evaluate an operating system without installing it or making any changes to the existing operating system on the computer
If I understand (correct me if not) you installed Ubuntu to along all your 1TB HDD.
sudo fdisk -l
, then provide the output by editing your question, so we can see what your partition layout looks like currently. – Eliah Kagan Aug 21 '12 at 17:57Device Boot Start End Blocks Id System /dev/sda1 * 2048 1936752639 968375296 83 Linux /dev/sda2 1936754686 1953523711 8384513 5 Extended /dev/sda5 1936754688 1953523711 8384512 82 Linux swap / Solaris ash@ash-System-Product-Name:~$
– user83467 Aug 21 '12 at 17:58