I am not new to Ubuntu but I don't mess with partitions that often and I'm a little lost.
I have an extended partition on my drive and I don't really know why or what it does. /sda3 is listed as extended and Ubuntu is on /sda5.
The extended partition is 130 GB on a 500 GB drive, so it takes up a significant amount of storage but I don't remember why. Nor do I know what to do with it. Can it just be turned into additional storage?
I tried to read about what an extended partition is for but the only thing I came across and understood was that it was a way of working around being able to only have four partitions on a drive. I understand the need for having more than four partitions (sort of) but not how the extended partition is actually used.
So, could someone please explain what an extended partition is and what I am supposed to do with it? Also, can I somehow use that space?
Thank you!
parted -l output
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 577MB 576MB primary ntfs boot
2 577MB 184GB 183GB primary ntfs
3 184GB 320GB 136GB extended
5 184GB 320GB 136GB logical ext4
Disks/Gparted screenshot
gparted
or the output ofparted -l
– Soren A Sep 04 '19 at 12:14