Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade

How to Create and Manage Disk Partitions in Windows

Disk partitioning is an essential task for organizing and managing the storage on your Windows system. Partitions allow you to separate your operating system, applications, and personal data, making it easier to manage and secure your files. In this article, we will explore how to create and manage disk partitions in Windows using both the graphical interface and command-line tools.

Creating and Managing Partitions Using Disk Management

Disk Management is a built-in tool in Windows that provides a graphical interface for managing disk partitions. Here's how to use it:

  1. Open Disk Management:

    • Press Win + X and select "Disk Management" from the menu.
    • Alternatively, you can open the Run dialog (Win + R), type diskmgmt.msc, and press Enter.
  2. Shrink an Existing Partition:

    • Right-click on the partition you want to shrink and select "Shrink Volume."
    • Enter the amount of space to shrink in MB and click "Shrink."
  3. Create a New Partition:

    • Right-click on the unallocated space and select "New Simple Volume."
    • Follow the wizard to specify the size, assign a drive letter, and format the partition.
  4. Format a Partition:

    • Right-click on the partition you want to format and select "Format."
    • Choose the file system (NTFS, FAT32, etc.), allocation unit size, and volume label. Click "OK" to format.

Creating and Managing Partitions Using Command Prompt (CMD)

For those who prefer command-line tools, DiskPart is a powerful utility for managing disk partitions in Windows. Here's how to use it:

  1. Open Command Prompt as Administrator:

    • Press Win + X and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)."
  2. Start DiskPart:

    • Type diskpart and press Enter to start the DiskPart utility.
  3. List Disks:

    • Type list disk and press Enter to display all disks on your system.
  4. Select a Disk:

    • Type select disk X (replace X with the disk number) and press Enter.
  5. Create a Partition:

    • Type create partition primary size=XXXX (replace XXXX with the size in MB) and press Enter.
  6. Format the Partition:

    • Type format fs=ntfs quick and press Enter to format the partition with the NTFS file system.
  7. Assign a Drive Letter:

    • Type assign letter=X (replace X with the desired drive letter) and press Enter.
  8. Exit DiskPart:

    • Type exit and press Enter to exit the DiskPart utility.

Practical Examples

Example 1: Shrinking a Partition Using Disk Management

  1. Open Disk Management.
  2. Right-click on the C: drive and select "Shrink Volume."
  3. Enter 5000 MB to shrink the partition by 5 GB.
  4. Click "Shrink."

Example 2: Creating a Partition Using DiskPart

  1. Open Command Prompt as Administrator.
  2. Type diskpart and press Enter.
  3. Type list disk and press Enter.
  4. Type select disk 1 and press Enter.
  5. Type create partition primary size=10240 and press Enter.
  6. Type format fs=ntfs quick and press Enter.
  7. Type assign letter=E and press Enter.
  8. Type exit and press Enter.

To share Download PDF

Gostou do artigo? Deixe sua avaliação!
Sua opinião é muito importante para nós. Clique em um dos botões abaixo para nos dizer o que achou deste conteúdo.