In the image below, what does Extended 103 GB
mean?
Ubuntu – What does the term “Extended Partition” mean? Is it safe to use this type of partition
12.04partitioning
Related Question
- Ubuntu – What does this mean “You don’t have permissions for /dev/ttyACM1 device!”
- Ubuntu – What does 1024x768X24 mean
- Ubuntu – Does installing to an extended partition reduce disk performance
- Ubuntu – Why does Ubuntu 16.04 installation create an extended partition besides the swap
- Ubuntu – What’s the use of having just one logical partition (an extended partition containing only one logical)
Best Answer
A traditional partition table like yours can have maximum of four primary partition. That means you can't have more than four drive. Concept of extended partition solves this problem.
An extended partition is a special type of partition that can hold multiple logical partitions. It's is like a container/wrapper of all logical partitions. Inside an extended partition you can create many logical partitions (this solves the maximum number of drives limitation).
Primary partitions are generally used for installation of operating systems. However, logical partitions can also be used (for eg. your Ubuntu is installed on an extended partition)
In your hard disk you have three primary partitions :
In a word, your partition table is 100% alright. :)