# Formatting & Mounting a Disk on Windows

* Open your Windows VM, right-click the Windows Start button and select **Disk Management**.

{% hint style="info" %}
Disk Management is a system utility in Windows that enables you to perform advance storage tasks. Here are some of the things Disk Management is good for:

* To set up a new drive
* To extend a volume into space that's not already part of the volume on the same drive
* To shrink a partition, usually so that you can extend a neighboring partition
* To change a drive letter or assign a new drive letter
  {% endhint %}

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2F5mue2uFxE7KOXCJf8nq1%2Fimage.png?alt=media&#x26;token=32939c4b-921e-4351-a014-871dbaa91f04" alt=""><figcaption></figcaption></figure>

* Disk Management will appear, right click on **Disk 1**, then click **Online**. You must bring it online before you can initialize it or create volumes on it. The fields in Disk Management include:

<table data-full-width="false"><thead><tr><th width="160">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Volume</strong></td><td>Partition and logical drives are known as volumes.</td></tr><tr><td><strong>Layout</strong></td><td>The type of the volume.</td></tr><tr><td><strong>Type</strong></td><td>The type of Disk.</td></tr><tr><td><strong>File System</strong></td><td>The types of file system. Disk Management only supports 3 types of file system: FAT,FAT32, and NTFS.</td></tr><tr><td><strong>Status</strong></td><td>The status of volume.</td></tr><tr><td><strong>Capacity</strong></td><td>The capacity of each volume in MB or GB.</td></tr><tr><td><strong>Free Space</strong></td><td>The free space of each volume in MB or GB.</td></tr><tr><td><strong>% Free</strong></td><td>The free space of each volume in %.</td></tr><tr><td><strong>Disk 0</strong></td><td>The single physical drive you have in your system.</td></tr><tr><td><strong>Disk 1</strong></td><td>another single physical drive that you just attached.</td></tr></tbody></table>

{% hint style="info" %}
Disk 0 and Disk 1 are physically different hard disk.
{% endhint %}

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2F4swgdCs9S9I2W2ZYWHrm%2Fimage.png?alt=media&#x26;token=3bbddb9a-2b4f-4d5b-94c4-b3fef84a77b7" alt=""><figcaption></figcaption></figure>

* Right click on **Disk 1**, then click **Initialize Disk**. Initialize Disk erases everything on it and prepares it for use by Windows, You need initialize it before using it. You can only initialize a drive that's not yet formatted.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FlWKJ1LdHFmwgVdEp0oKR%2Fimage.png?alt=media&#x26;token=5a585d5e-d90e-4c03-bd73-eba8df17450c" alt=""><figcaption></figcaption></figure>

* Disk Management prompts you to select a partition scheme for the new disk. Select **GPT** and click OK.

{% hint style="info" %}
Disk can be divided up into multiple chunks called partition. Each partition has to have a partition style, GPT or MBR. Windows uses the partition style to understand how to access the data on the disk.
{% endhint %}

<table><thead><tr><th width="250">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>GPT</strong> (GUID Partition Table)</td><td>The newer GPT partition table style is required on your boot drive by newer computers that use UEFI instead of BIOS. GPT is more robust and allows for volumes bigger than 2TB, and also GPT supports up to 128 partitions on the same hard drive.</td></tr><tr><td><strong>MBR</strong> (Master Boot Record)</td><td>Old format partition that is used by 32-bit PCs, older PCs, and removable drives such as memory cards. One of these limitations is that MBR only supports up to 4 primary partitions, the next limitation is that partitions using the MBR format have a maximum size of 2TB.</td></tr></tbody></table>

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FVFAIv0mjSYEqQOGsvpLz%2Fimage.png?alt=media&#x26;token=79b5a1a7-cb16-4ab4-989e-3907e0e06207" alt=""><figcaption></figcaption></figure>

* After the disk is initialized, right-click the **Unallocated Disk Space** and select *New Simple Volume*.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2Fp3hGF3JH8lmO9t8u4Iot%2Fimage.png?alt=media&#x26;token=4309b092-dc00-4843-bccb-cb34ade66967" alt=""><figcaption></figcaption></figure>

* Follow the instructions in the New Simple Volume Wizard to configure a new volume.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FTmoA07RPGYEunHpMFnxr%2Fimage.png?alt=media&#x26;token=d73d1dcc-d9f9-4483-99b4-0bcb4b9fdb21" alt=""><figcaption></figcaption></figure>

* In the Specify Volume Size pop-up, click the **Next** button. The field in Specify Volume Size include:

<table><thead><tr><th width="301">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Maximum disk space in MB</strong></td><td>The maximum size you can use.</td></tr><tr><td><strong>Minimum disk space in MB</strong></td><td>The minimum size you can use.</td></tr><tr><td><strong>Simple volume size in MB</strong></td><td>Specify the volume size as needed.</td></tr></tbody></table>

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2F4jroZe7jQr3O4uxzrBkD%2Fimage.png?alt=media&#x26;token=3cda8c91-5f49-4e0a-9305-3b658a7f0802" alt=""><figcaption></figcaption></figure>

* Then on **Assign Drive Letter or Path**, select **Assign the following drive letter**, then click **Next**.

{% hint style="info" %}
The field in Assign Drive Letter or Path include:

* Assign the following drive letter, this option if you want assign the volume to a drive letter.
* Mount in the following empty NTFS folder, you can mount (make a drive accessible) in a folder rather than a drive letter if you want. This makes the drive appear as just another folder. You can mount drives only in empty folders on NTFS volumes.
* Do not assign a drive letter or drive path, You can choose this option if you don't want to assign a drive letter or drive path.
  {% endhint %}

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FKK3LkrQWXq9ZRmHhWN8S%2Fimage.png?alt=media&#x26;token=36fea4da-0bd7-4a18-8288-400a93808c74" alt=""><figcaption></figcaption></figure>

* Next is Format Partition, select **Format this volume** with the following settings, you can use any partition format you like, but for this example choose **NTFS**. Also, click the **checklist** on Perform a quick format to speed up the process. Then click **next**.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2F0mnHrWyptuVS5ENuwoRP%2Fimage.png?alt=media&#x26;token=19de29d6-493d-4fb4-a085-e79d7370b4f1" alt=""><figcaption></figcaption></figure>

* The last step is to click **Finish.**

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FgxN2aBEHMqKNkq6veo9k%2Fimage.png?alt=media&#x26;token=c32837d7-ed4f-463c-9e09-d6e54aae312f" alt=""><figcaption></figcaption></figure>

* After you have completed the format wizard and volume, check the Status column in the list of mounted disks to make sure that the new disk has a **Healthy**. Now the disk is ready to use.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2F3bGCDTg2BI9dfmjIRx1z%2Fimage.png?alt=media&#x26;token=c9915ebc-cce7-40c6-8108-346f25732e51" alt=""><figcaption></figcaption></figure>
