I know my question has been asked quite a few times on this forum but I am not sure if my situation is similar to what was described in those threads hence I decided to create a different one. Anyway here is my story, when I installed Ubuntu, I made a grave mistake by choosing a default dual-boot option (dual boot with windows 10) so I guess Ubuntu automatically allocates 32 GB by itself, now I want to allocate more HDD space to Ubuntu. However, since I didn't manually allocate a partition for Ubuntu during the installation process, I have no idea how. So is there any way to give more space to Ubuntu without deleting everything? Many thanks.
Here is my partition:
NAME TYPE FSTYPE SIZE MOUNTPOINT
sda disk 465.8G
├─sda1 part ntfs 426.3G
├─sda2 part 1K
├─sda3 part ntfs 450M
├─sda5 part swap 3.9G [SWAP]
└─sda6 part ext4 35.2G /
sr0 rom 1024M
So I guess ext4 is my Ubuntu partition ? So how can I resize it ? Many thanks.
gparted
is capable of operating on NTFS partitions as well. On the other hand, never resize Ubuntu partitions using Windows tools, as they don't know the file system and will destroy it. See this question. (You did not suggest this, it's just an additional warning to readers who might want to save the time to boot the Ubuntu live CD). – Byte Commander Jan 29 '16 at 12:41lsblk -o name,type,fstype,size,mountpoint
and we will help you to identify your partitions. – Byte Commander Jan 29 '16 at 13:10