Diskpart

1

In** computing, **** **** is a command-line disk partitioning utility included in Windows 2000 and later Microsoft operating systems, replacing its predecessor, **fdisk. The command is also available in ReactOS.

Overview

The utility is used for partitioning internal hard drives but can also format removable media such as flash drives. It has long been possible, theoretically, to partition removable drives – such as flash drives or memory cards – from within Windows NT 4.0 / 2000 / XP; e.g., during system installation. In reality, however, it was not possible to create, for instance, a recovery console, for such a device. A message would appear: 'Cannot format removable disk'. Microsoft noticed this error and responded by disabling the functionalities of creating and viewing partitions on the device from within Windows, beginning with Vista up to Windows 10. With, scripts are supported to facilitate such functions. For example, the code below would create a new partition: create partition logical size=2048 assign letter=F Specifically, the above will create a 2 GB logical partition, provided that adequate space is available, and assign it the drive letter 'F:'. The installed disks and their associated volumes and/or partitions can be viewed using these commands: list disk list volume list partition The command will select them. The command will perform a "quick" disk wipe, and zeroes out the entire partition/disk. The ReactOS version was developed by Lee Schroeder and is licensed under the GPLv2.

Recovery Console

On the Recovery Console, which is included in all Windows 2000, Windows XP and Windows Server 2003, there is a command which is significantly different from the one included in the actual operating system. It only provides functionality for adding and deleting partitions, but not for setting an active partition.

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article