Why I use the entire disk but still got two unused partions?

Hi, I am new to FreeBSD, I'm curious about this question.

When I partition my disk using fdisk (in sysinstall) I choose to use the entire disk, but still got two other unused partitions (see the attachment).

Can someone explain this to me, or give me some hints to google. I tried to google it , but don't known how to describe it :(

Thanks in advance!
 

Attachments

  • partion_unused.png
    partion_unused.png
    5.2 KB · Views: 172
Those aren't actually partitions. They're just areas of unused space before and after your single FreeBSD partition.

FreeBSD adheres to the original rules of the MBR partitioning scheme and aligns partitions to cylinders, a now largely meaningless concept of disk geometry. This results in the small amounts of unused space.

It's strange that FreeBSD still does this even though MBR's inventors, Microsoft, don't even follow those rules any more. They now start the primary MBR partition of a hard disk at sector 2048 (1MB) regardless of the disk geometry.
 
Back
Top