Disk Management In Operating System
Disk Management is used to manage the drives installed in a computer—like hard disk drives (internal and external), optical disk drives, and flash drives. It can be used to partition drives, format drives, assign drive letters, and much more. Note: Disk Management is sometimes spelling incorrectly as Disc Management.
Extend a basic volume. 2 minutes to read. Contributors.In this articleApplies To: Windows 10, Windows 8.1, Windows Server (Semi-Annual Channel), Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012You can add more space to existing primary partitions and logical drives by extending them into adjacent unallocated space on the same disk. To extend a basic volume, it must be raw (not formatted with a file system) or formatted with the NTFS file system.
You can extend a logical drive within contiguous free space in the extended partition that contains it. If you extend a logical drive beyond the free space available in the extended partition, the extended partition grows to contain the logical drive.For logical drives, and boot or system volumes, you can extend the volume only into contiguous space and only if the disk can be upgraded to a dynamic disk. For other volumes, you can extend the volume into non-contiguous space, but you will be prompted to convert the disk to dynamic. Extending a basic volume To extend a basic volume using the Windows interface.In Disk Manager, right-click the basic volume you want to extend.Click Extend Volume.Follow the on-screen instructions.To extend a basic volume using a command line.Open a command prompt and type diskpart.At the DISKPART prompt, type list volume. Make note of the basic volume you want to extend.At the DISKPART prompt, type select volume. This selects the basic volume volumenumber that you want to extend into contiguous, empty space on the same disk.At the DISKPART prompt, type extend size=.
Disk Management In Operating System Tutorial
This extends the selected volume by size in megabytes (MB).ValueDescriptionlist volumeDisplays a list of basic and dynamic volumes on all disks.select volumeSelects the specified volume, where volumenumber is the volume number, and gives it focus. If no volume is specified, the select command lists the current volume with focus. You can specify the volume by number, drive letter, or mount point path. On a basic disk, selecting a volume also gives the corresponding partition focus.extend. Extends the volume with focus into next contiguous unallocated space. For basic volumes, the unallocated space must be on the same disk as, and must follow (be of higher sector offset than) the partition with focus.
A dynamic simple or spanned volume can be extended to any empty space on any dynamic disk. Using this command, you can extend an existing volume into newly-created space. If the partition was previously formatted with the NTFS file system, the file system is automatically extended to occupy the larger partition. No data loss occurs. If the partition was previously formatted with any file system format other than NTFS, the command fails with no change to the partition.size= sizeThe amount of space, in megabytes (MB), to add to the current partition.
If you do not specify a size, the disk is extended to take up all the contiguous unallocated space.Additional considerations. If the disk does not contain boot or system partitions, you can extend the volume into other non-boot or non-system disks, but the disk will be converted to a dynamic disk (if it can be upgraded).See Also.Feedback.