List all partitions windows

list list

Отображает список дисков, разделов на диске, томов на диске или виртуальных жестких дисков (VHD). Displays a list of disks, of partitions in a disk, of volumes in a disk, or of virtual hard disks (VHDs).

Синтаксис Syntax

Параметры Parameters

Параметр Parameter Описание Description
disk disk Отображает список дисков и сведения о них, например размер, объем доступного свободного пространства, диск является базовым или динамическим, а также указывает, использует ли диск стиль разделов основной загрузочной записи (MBR) или таблицы разделов GUID (GPT). Displays a list of disks and information about them, such as their size, amount of available free space, whether the disk is a basic or dynamic disk, and whether the disk uses the master boot record (MBR) or GUID partition table (GPT) partition style.
partition partition Отображает разделы, перечисленные в таблице разделов текущего диска. Displays the partitions listed in the partition table of the current disk.
том volume Отображает список базовых и динамических томов на всех дисках. Displays a list of basic and dynamic volumes on all disks.
виртуальный vdisk Отображает список подключенных и/или выбранных виртуальных жестких дисков. Displays a list of the VHDs that are attached and/or selected. Эта команда выводит список отключенных виртуальных жестких дисков, если они выбраны в данный момент. Однако для типа диска задано значение неизвестно, пока не присоединен виртуальный жесткий диск. This command lists detached VHDs if they are currently selected; however, the disk type is set to Unknown until the VHD is attached. Виртуальный жесткий диск, помеченный звездочкой (*), имеет фокус. The VHD marked with an asterisk (*) has focus.

Комментарии Remarks

При составлении списка разделов на динамическом диске разделы могут не соответствовать динамическим томам на диске. When listing partitions on a dynamic disk, the partitions might not correspond to the dynamic volumes on the disk. Это несоответствие возникает из-за того, что динамические диски содержат записи в таблице разделов для системного тома или загрузочного тома (если они есть на диске). This discrepancy occurs because dynamic disks contain entries in the partition table for the system volume or boot volume (if present on the disk). Они также содержат раздел, который занимает оставшуюся часть диска, чтобы зарезервировать пространство для использования динамическими томами. They also contain a partition that occupies the remainder of the disk in order to reserve the space for use by dynamic volumes.

Объект, помеченный звездочкой (*), имеет фокус. The object marked with an asterisk (*) has focus.

При перечислении дисков, если диск отсутствует, его номер диска добавляется с префиксом M. Например, первый отсутствующий диск имеет номер M0. When listing disks, if a disk is missing, its disk number is prefixed with M. For example, the first missing disk is numbered M0.

diskpart

Applies to: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, and Windows Server 2008 R2, Windows Server 2008

The diskpart command interpreter helps you manage your computer’s drives (disks, partitions, volumes, or virtual hard disks).

Before you can use diskpart commands, you must first list, and then select an object to give it focus. After an object has focus, any diskpart commands that you type will act on that object.

List available objects

You can list the available objects and determine an object’s number or drive letter by using:

list disk — Displays all the disks on the computer.

list volume — Displays all the volumes on the computer.

list partition — Displays the partitions on the disk that has focus on the computer.

list vdisk — Displays all the virtual disks on the computer.

After you run the list commands, an asterisk (*) appears next to the object with focus.

Determine focus

When you select an object, the focus remains on that object until you select a different object. For example, if the focus is set on disk 0 and you select volume 8 on disk 2, the focus shifts from disk 0 to disk 2, volume 8.

Some commands automatically change the focus. For example, when you create a new partition, the focus automatically switches to the new partition.

You can only give focus to a partition on the selected disk. After a partition has focus, the related volume (if any) also has focus. After a volume has focus, the related disk and partition also have focus if the volume maps to a single specific partition. If this isn’t the case, focus on the disk and partition is lost.

Syntax

To start the diskpart command interpreter, at the command prompt type:

You must be in your local Administrators group, or a group with similar permissions, to run diskpart.

Parameters

You can run the following commands from the Diskpart command interpreter:

diskpart diskpart

Область применения: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 и Windows Server 2008 R2, Windows Server 2008 Applies to: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, and Windows Server 2008 R2, Windows Server 2008

Интерпретатор команд DiskPart помогает управлять дисками компьютера (дисками, разделами, томами или виртуальными жесткими дисками). The diskpart command interpreter helps you manage your computer’s drives (disks, partitions, volumes, or virtual hard disks).

Прежде чем можно будет использовать команды DiskPart , необходимо сначала вывести список, а затем выбрать объект, чтобы получить фокус. Before you can use diskpart commands, you must first list, and then select an object to give it focus. После того как объект находится в фокусе, любые команды DiskPart, которые вы вводите, будут действовать для этого объекта. After an object has focus, any diskpart commands that you type will act on that object.

Список доступных объектов List available objects

Вы можете получить список доступных объектов и определить число или букву диска с помощью: You can list the available objects and determine an object’s number or drive letter by using:

list disk — Отображает все диски на компьютере. list disk — Displays all the disks on the computer.

list volume — Отображает все тома на компьютере. list volume — Displays all the volumes on the computer.

list partition — Отображает разделы на диске, на котором находится фокус на компьютере. list partition — Displays the partitions on the disk that has focus on the computer.

list vdisk — Отображает все виртуальные диски на компьютере. list vdisk — Displays all the virtual disks on the computer.

После выполнения команд List рядом с объектом с фокусом отображается звездочка (*). After you run the list commands, an asterisk (*) appears next to the object with focus.

Определение фокуса Determine focus

При выборе объекта фокус остается на этом объекте до тех пор, пока не будет выбран другой объект. When you select an object, the focus remains on that object until you select a different object. Например, если фокус установлен на диске 0 и вы выбрали том 8 на диске 2, фокус переместится с диска 0 на диск 2, том 8. For example, if the focus is set on disk 0 and you select volume 8 on disk 2, the focus shifts from disk 0 to disk 2, volume 8.

Некоторые команды автоматически меняют фокус. Some commands automatically change the focus. Например, при создании новой секции фокус автоматически переключается на новую секцию. For example, when you create a new partition, the focus automatically switches to the new partition.

Вы можете передать фокус только на раздел на выбранном диске. You can only give focus to a partition on the selected disk. После того как раздел имеет фокус, связанный с ним том (если он есть) также имеет фокус. After a partition has focus, the related volume (if any) also has focus. После того как у тома будет фокус, связанный диск и раздел также будут иметь фокус, если том сопоставляется с одним конкретным разделом. After a volume has focus, the related disk and partition also have focus if the volume maps to a single specific partition. Если это не так, фокус на диске и разделе будет потерян. If this isn’t the case, focus on the disk and partition is lost.

Синтаксис Syntax

Чтобы запустить интерпретатор команд DiskPart, в командной строке введите: To start the diskpart command interpreter, at the command prompt type:

Для запуска DiskPart необходимо быть членом локальной группы администраторов или группы с аналогичными разрешениями. You must be in your local Administrators group, or a group with similar permissions, to run diskpart.

Параметры Parameters

Интерпретатор команд DiskPart позволяет выполнять следующие команды: You can run the following commands from the Diskpart command interpreter:

How to Make Partition in Windows 7/8/10?

Position: How Tos — Partition Management — How to Make Partition in Windows 7/8/10?

Summary

DiskGenius — Free partition manager to create, delete, format, resize, extend, clone or image partition.

Table of Contents:

Overview on creating partition

What is a partition? A partition is created on storage devices such as hard drive or USB drives, and it contains a period of contiguous disk space. Windows manages partitions separately and assigns a unique drive letter for each partition except for hidden partition. A single disk can be partitioned into one or multiple partitions. Partitions are able to separate Windows operating system from other data if you install system on a separated drive.

You can create backup for each partition to protect data against data loss or damage. If one partition gets corrupted, files stored on other partitions won’t be disturbed. Thus, partition your storage device is an effective method to manage data, system or software, especially when your disk has very large capacity.

Since disk partitioning has so many benefits, the first thing to be done after installing a new disk is to partition it. This means you need to create one or more partitions based on your needs. Fortunately, it is quite easy and straightforward to partition a disk. This guide will show you how to make partitions in Windows 7, Windows 8 and Windows 10 via multiple methods.

How to make partition in Windows 7/8/10?

It sounds like a complicated thing to make partitions in Windows, don’t worry, creating partition is very quick and easy. We’ll present three methods to help you make partition on hard drive: Disk Management, DiskPart command and third-party partition manager software.

Disk Management: It is a Windows built-in bool and it becomes quite powerful since Windows 7. It enables you do many basic operations on partition, such as create, delete or format partition. Besides, you can also perform some advanced tasks like attach VHDs, convert to dynamic / basic disk, etc. As to making partition, it is able to create new partition from unallocated / free disk space and process is easy to follow.

DiskPart: It is powerful command line utility in Windows. It is a set of commands ran in Command Prompt and it is started by tying «diskpart» in Command Prompt, after which you can continue to type other commands to mange disk and partition. It is also able to manage disk and volumes with features that are not available in Disk Management. DiskPart is more suitable for advanced users, as it is not that easy to use. You need to make sure commands are done to correct drive in case of data loss.

Third-party partition manager software: This can be the best solution to manage disk space and partitions. It is effective and intuitive to use, for instance DiskGenius. DiskGenius is free partition manager software and it includes all features that Disk Management can do, and it also provides many advanced functions such as split partition, convert primary/logical partition, convert GPT/MBR or convert dynamic to basic disk without data loss, clone partition, image disk, wipe hard drive, etc.

Method 1: Make partition in Windows Disk Management

Note: Steps and screenshots in this guide are made from Windows 10 system, but the process in Windows 7 and 8 in much the same.

Step 1 Launch Disk Management. The easiest way to open Disk Management is right-clicking Start button and selecting Disk Management.

Another way to launch it is typing «partition» in searching box and selecting «Create and format hard disk partitions».

Step 2 Find out and right-click on Unallocated (Free) disk space and select New Simple Volume option.

If no free space is available on your hard drive and you still want to make partition on the disk, you’ll have to either shrink a partition or delete existing partition to get free space. However, deleting partition will removes all data on it and you need to back up data in advance. Alternatively, you can use DiskGenius to complete the task, as it is able to create new partition from existing partition without data loss.

Step 3 «New Simple Volume Wizard» shows up and click «Next» button to continue.

Step 4 Specify partition size and click Next button.

The wizard asks to enter a size for the partition and you can enter the value between the maximum and minimum available free space. Please note the value here is in megabytes instead of gigabytes.

Step 5 Assign a drive letter or path for the partition you are creating and click Next.

There are three options available here: Assign the follow drive letter, Mount in the following empty NTFS folder, and Do not assign a drive letter or drive path. The default selection is «Assign the follow drive letter» with a selected drive letter, so that the partition can be access in File Explorer. If you do not have special requirements or do not have idea on these options, follow the default setting and click Next.

Step 6 Choose whether to format the partition and click Next.

On this step you need to choose how to format the partition. A new partition should be formatted before it can be used to store data. You can choose file system types from NTFS, exFAT and FAT32. The default and preferred file system for hard drive or external hard drive is NTFS in Windows in order to guarantee performance and security. If you want to create ext4, ext3 or ext2 Linux partition, you can use DiskGenius to do the task.

Formatting the partition is a better choice. Choose NTFS as the file system and select Default for Allocation unit size. It is also advised to set a volume name so that the partition can be recognized more easily, as it is displayed in File Explorer next to drive letter.

The next wizard makes a summary of setting you’ve chosen in previous steps. Click Finish button to complete the process. When the wizard is closed, you turn to Disk Management window again and the new partition will be formatted automatically. Formatting process will complete in a couple of seconds, after which the partition will be listed with other partitions.

Limitations on creating partition in Disk Management

The process of making new partition in Windows Disk Management is easy due to the wizard, but there are limitations that may hinder the task. For example, there is not unallocated (free) space on the disk, and you cannot create partition directly. However, in some cases, partition cannot be created even though there is free space. For instance, there are already 4 primary partitions on the hard drive which is partitioned with MBR partition table, and you still want to create new partition on the disk. You are likely to receive error messages as follows:

«You cannot create a new volume in this unallocated space because the disk already contains the maximum number of partitions.»

«The operation you selected will convert the selected basic disk(s) to dynamic disk(s). If you convert the disk(s) to dynamic, you will not be able to start installed operating systems from any volume on the disk(s) (except the current boot volume). Are you sure you want to continue?»

How to make partition in Windows 7 without converting disk to dynamic?

It is recommended to use DiskGenius to create new partition. DiskGenius is able to convert primary partition to logical partition without data loss, resize partition, extend C drive, allocate free disk space to existing partition without disturbing data, etc. With this tool, you’ll have multiple solutions to make full use of disk space.

Step 1 Convert two primary partitions to logical partitions without losing data.

Right-click on primary partition and select Convert To Logical, as below; perform same operation on another primary partition; then click Save All button to save changed on partition table. The converting does not cause data loss.

Step 2 Select free disk space and click New Partition button. Then select partition type, file system type, partition size and click OK button.

Step 3 Click Save All partition and DiskGenius formats the new partition. Once the partition is formatted, you can access it and store data.

Till now, you can create new partition from free disk space without data loss even though there are already 4 primary partitions (or three primary partitions and one extended partition). Another way to deal with unallocated disk space is to allocate it any existing partition: right-click on free disk space and choose Allocate Free Space To, and you can select a partition to merge the free space.

Method 2: Make and manage partition with DiskGenius Free

DiskGenius Free is able to make partition in Windows without data loss when the disk does not have any free space. That is to say, you can use this tool to increase partition without deleting any data or partition. Let’s see how to make partition in Windows 7, Windows 8 or Windows 10 with DiskGenius Free.

Create new partition on existing partition without data loss

Step 1 Launch DiskGenius and select a partition which contains large free space. Right-click on the partition and select Create New Partition, as follows:

Step 2 Set partition size and select «Create New Partition» from dropdown list. Then click Start button.

Step 3 DiskGenius lists operations to be done and things you should pay attention to. Click Yes to continue. Wait for a while and the new partition will be created.

Create ext4/ext3/ext2 Linux partition

Apart from NTFS, exFAT and FAT partition, DiskGenius is also able to make and access Linux partition. Ext4, ext3 or ext2 partition is not supported by Windows, and it cannot be created or managed by Windows Disk Management or DiskPart utility. However, many users would like to dual boot computer with Windows and Linux systems, thus a Linux partition will be necessary. How to create, format or manage ext4 partition in Windows?

Step 1 Right-click on free disk space from DiskGenius and choose Create New Partition option.

Step 2 Set files system and click OK button. There are quite a few file system types available in the software and you can choose the file system type you need, such as Ext4, Ext3, Ext2, etc.

Step 3 Click Save All button and click Yes from pop-up message box. Then the newly created partition will be formatted.

Method 3: Create partition by way of DiskPart

If you prefer the command line instead of easier methods mentioned above, you can try diskpart in Command Prompt (or PowerShell in Windows 10). Here is how to make partition via Windows command line.

Step 1 Launch Command Prompt and run it as administrator. Right-click Start button and select Windows PowerShell (Admin)

Step 2 Type following commands and press Enter key after each command.

diskpart

list disk (this command lists all disks installed on your computer. Identify the number of the disk on which you want to make partition)

select disk # (replace # with the number of the disk where you want to create partition)

create partition primary size = X (replace X with exact partition size. Note: X is the amount of space in MB)

assign letter = X (replace X with the drive letter you want to use for the new partition)

format fs=ntfs quick (this command will perform a quick format and format the partition to NTFS file system.)

Step 3 Close PowerShell and you can open File Explorer to use the new partition.

Conclusion

To draw a conclusion, this guide presents how to make a partition in Windows 7/8/10 no matter whether there is free space on the hard drive. This instruction includes 3 methods and you can use any based on actual requirement and personal preference. DiskGenius is much more effective when creating partition or managing disk space and it helps keep your PC/server running at its best. Pease feel free to leave a comment or contact our support team if you have any question or suggestion on the product.

DiskGenius — Top partition manager to partition HDD, resize partition, recover data, clone disk, etc.

Читайте также:  Sphere browser mac os
Оцените статью