# BONUS: primary partition

{% hint style="info" %}
**Primary partition**: The only partition on which an OS can be installed. There can only be 4 primary partitions per hard drive or 3 primary and one extended.
{% endhint %}

{% hint style="info" %}
**Secondary/Extended partition**: It was designed to break the 4 primary partition limitation on a single physical disk. There can only be one partition of this type per disk, and it only serves to contain logical partitions.
{% endhint %}

We will start by creating this:

<figure><img src="/files/gK94ELIwhgPZefZyPCBN" alt=""><figcaption></figcaption></figure>

1. We will create a new partition.

   <figure><img src="/files/bmj9W3lusJGia5yE2dcP" alt=""><figcaption><p>Partitions disk configuration on Debian</p></figcaption></figure>

2. As the subject indicates, the size of the partition must be 500 megabytes.

   <figure><img src="/files/U7GXAdgB3xnRETPAjYcU" alt=""><figcaption><p>Partitions disk configuration on Debian</p></figcaption></figure>

3. We choose the type of partition. We choose primary because it will be the partition where the Operating System will be installed.

   <figure><img src="/files/wkf3lpHaux1OQDLlN4lq" alt=""><figcaption><p>Partitions disk configuration on Debian</p></figcaption></figure>

4. We will select beginning because we want the new partition to be created at the beginning of the available space.

   <figure><img src="/files/w1RyzLPJwOpPoJ3s63RO" alt=""><figcaption><p>Partitions disk configuration on Debian</p></figcaption></figure>

5. In the following screenshot it shows the details of the partition. We will modify the mount point as specified in the subject.

   <figure><img src="/files/SSSZ8MvE46LsyLpX9Hvt" alt=""><figcaption><p>Partitions disk configuration on Debian</p></figcaption></figure>

6. We choose boot as the mount point for our partition.

   <figure><img src="/files/BhncrchEaELRUKUQVhJk" alt=""><figcaption><p>Partitions disk configuration on Debian</p></figcaption></figure>

7. We finish configuring the current partition.

   <figure><img src="/files/mGo5YhQtyAgUdb4sSVDE" alt=""><figcaption><p>Partitions disk configuration on Debian</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://noreply.gitbook.io/born2beroot/installing-debian/bonus-partition-disks/bonus-primary-partition.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
