What Is A Simple Volume Partition
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. How to Shrink or Extend Your Existing Hard Disk Partition Volume. Hello friends, today we will show you how to extend or shrink your existing HARD DISK partition. Sometimes it is needed to extend and specific partition and if spaces are.
- What Is A Simple Volume Partition Windows 7
- New Simple Volume Vs Partition
- What Is A Simple Volume Partition Number
In computer data storage, a volume or logical drive is a single accessible storage area with a single file system, typically (though not necessarily) resident on a single partition of a hard disk. Although a volume might be different from a physical disk drive, it can still be accessed with an operating system's logical interface. However, a volume differs from a partition.
- 1Differences between volume and partition
- 2Nomenclature of volumes
- 3Benefits of keeping files within one volume
Differences between volume and partition[edit]
A volume is not the same thing as a partition. For example, a floppy disk might be accessible as a volume, even though it does not contain a partition, as floppy disks cannot be partitioned with most modern computer software. Also, an OS can recognize a partition without recognizing any volume associated with it, as when the OS cannot interpret the filesystem stored there. This situation occurs, for example, when Windows NT-based OSes encounter disks with non-Microsoft OS partitions, such as the ext3 filesystem commonly used with Linux. Another example occurs in the Intel world with the 'Extended Partition'. While these are partitions, they cannot contain a filesystem directly. Instead, 'logical drives' (aka volumes) must be created within them. This is also the case with NetWare volumes residing inside of a single partition. In short, volumes exist at the logical OS level, and partitions exist at the physical, media specific level. Sometimes there is a one-to-one correspondence, but this is not guaranteed.
In Microsoft Windows Server 2008 and onward the term 'volume' is used as a superset that includes 'partition' as well.[1][2][3]
It isn't uncommon to see a volume packed into a single file. Examples include ISO9660 disc images (CD/DVD images, commonly called 'ISOs'), and installer volumes for Mac OS X (DMGs). As these volumes are files which reside within another volume, they certainly are not partitions.
Example[edit]
This example concerns a Windows XP system with two physical hard disks. The first hard disk has two partitions, the second has only one. The first partition of the first hard disk contains the operating system. Mount points have been left at defaults.
| Physical disk | Partition | Filesystem | Drive letter |
|---|---|---|---|
| Hard Disk 1 | Partition 1 | NTFS | C: |
| Partition 2 | FAT32 | D: | |
| Hard Disk 2 | Partition 1 | FAT32 | E: |
In this example,
- 'C:', 'D:', and 'E:' are volumes.
- Hard Disk 1 and Hard Disk 2 are physical disks.
- Any of these can be called a 'drive'.
Nomenclature of volumes[edit]
In Linux systems, volumes are usually handled by the Logical Volume Manager or the Enterprise Volume Management System and manipulated using mount(8). In NT-based versions of Microsoft Windows, volumes are handled by the kernel and managed using the Disk Management MMC snap-in or the Diskpart command line tool.
Windows NT-based operating systems[edit]
It is important to note that Windows NT-based OSes do not have a single root directory. As a result, Windows will assign at least one path to each mounted volume, which will take one of two forms:
- A drive letter, in the form of a single letter followed by a colon, such as 'F:'
- A mount-point on an NTFS volume having a drive letter, such as '
C:Music'
In these two examples, a file called 'Track 1.mp3' stored in the root directory of the mounted volume could be referred to as 'F:Track 1.mp3' or 'C:MusicTrack 1.mp3', respectively.
In order to assign a mount point for a volume as a path within another volume, the following criteria must be met:
- The mounted-to volume must be formatted NTFS.
- A directory must exist at the root path. (As of Windows Vista, it can be any subdirectory in a volume)
- That directory must be empty.
By default, Windows will assign drive letters to all drives, as follows:
- 'A:' and 'B:' to floppy disk drives, whether present or not
- 'C:' and subsequent letters, as needed, to:
- Hard disks
- Removable disks, including optical media (e.g. CDs and DVDs)
Because of this legacy convention, the operating system startup drive is still most commonly assigned 'C:', however this is not always the case. Since personal computers now no longer include floppies, and optical disc and other removable drives typically still start at 'D:', letters A and B are available for manual assignment by a user with administrative privileges. This assignment will be remembered by the same OS on the same PC next time a removable volume is inserted, as long as there are no conflicts, and as long as the removable drive has not been reformatted on another computer (which changes its volume serial number), and as long as the OS has not been reinstalled on the computer.
On Windows XP, mount points may be managed through the Disk Management snap-in for the Microsoft Management Console. This can be most conveniently accessed through 'Computer Management' in the 'Administrative Tools' section of the Control Panel.
More than one drive letter can refer to a single volume, as when using the SUBST command.
Warning: removing drive letters or mount-points for a drive may break some programs, as some files may not be accessible under the known path. For example, if a program is installed at 'D:Program FilesSome Program', it may expect to find its data files at 'D:Program FilesSome ProgramData'. If the logical disk previously called 'D:' has its drive letter changed to 'E:', 'Some Program' won't be able to find its data at 'D:Program FilesSome ProgramData', since the drive letter 'D:' no longer represents that volume.
Unix-like operating systems[edit]
In Unix-like operating systems, volumes other than the boot volume have a mount-point somewhere within the filesystem, represented by a path. Logically, the directory tree stored on the volume is grafted in at the mountpoint. By convention, mount-points will often be placed in a directory called '/mnt', though '/media' and other terms are sometimes used.
To use a given path as a mount-point for another volume, an empty directory (sometimes called a 'folder') must exist there.
Unix-like operating systems use the mount command to manipulate mount points for volumes.
For example, if a CD-ROM drive containing a text file called 'info.txt' was mounted at '/mnt/iso9660', the text file would be accessible at '/mnt/iso9660/info.txt'.
Benefits of keeping files within one volume[edit]
Speed of data management[edit]
Files within a volume can generally be moved to any other place within that volume by manipulating the filesystem, without moving the actual data. However, if a file is to be moved outside the volume, the data itself must be relocated, which is a much more expensive operation.

In order to better visualize this concept, one might consider the example of a large library. If a non-fiction work is originally classified as having the subject 'plants', but then has to be moved to the subject 'flora', one does not need to refile the book, whose position on the shelf would be static, but rather, one needs only to replace the index card. However, to move the book to another library, adjusting index cards alone is insufficient. The entire book must be moved.
Volume label and volume serial number[edit]
A volume label is the name given to a specific volume in a filesystem. In the FAT filesystem, the volume label was traditionally restricted to 11 characters (reflecting the 8.3 restrictions, but not divided into name and extension fields) even when long file name was enabled, stored as an entry within a disk's root directory with a special volume-label attribute bit set, and also copied to an 11-byte field within the Extended BIOS Parameter Block of the disk's boot sector. The label is always stored as uppercase in FAT and VFAT filesystems, and cannot contain special characters that are also disallowed for regular filenames. In the NTFS filesystem, the length of its volume label is restricted to 32 characters, and can include lowercase characters and even Unicode. The label command is used to change the label in DOS, Windows, and OS/2. For GUI systems like Windows Explorer, F2 can be pressed while the volume is highlighted, or a right-click on the name will bring up a context menu that allows it to be renamed, either of which is the same process as for renaming a file. Changing the label in Windows will also change the volume creation timestamp to the current date and time for FAT filesystems. NTFS partitions have the System Volume Information directory, whose creation timestamp is set when Windows creates the partition, or when it first recognizes a repartitioning (the creation of a new volume) by a separate disk utility.
In contrast to the label, the volume serial number is generally unique and is not normally changed by the user, and thus acts as a more consistent and reliable identifier of when a volume has been changed (as when a disk is removed and another inserted). Disk formatting changes the serial number, but relabeling does not. The vol command can be used from the command line to display the current label and serial number of a volume.
References[edit]
- ^'Understanding Disk Terminology'. Microsoft Corporation. Retrieved 2014-06-10.
Partition A portion of the hard disk. In many cases, this is the entire hard disk space, but it needn't be. Volume A unit of disk space composed of one or more sections of one or more disks. Prior versions of Windows Server used volume only when referring to dynamic disks, but Windows Server 2008 uses it to mean partitions as well.
- ^'Partitions and Volumes'. Microsoft Corporation. Retrieved 2014-06-10.
In Windows Server 2008 the distinction between volumes and partitions is somewhat murky. When using Disk Management, a regular partition on a basic disk is called a simple volume, even though technically a simple volume requires that the disk be a dynamic disk.
- ^'Use Built-In Tools to Create Partitions and Volumes in Windows Server'. Microsoft Corporation. 2008-06-18. Retrieved 2014-06-10.
Windows Server 2008 simplifies the Disk Management user interface by using one set of dialog boxes and wizards for both partitions and volumes.
External links[edit]
- MSDN's article on Hard Links and Junctions
Applies To: Windows 10, Windows 8.1, Windows Server (Semi-Annual Channel), Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
You can decrease the space used by primary partitions and logical drives by shrinking them into adjacent, contiguous space on the same disk. For example, if you discover that you need an additional partition but do not have additional disks, you can shrink the existing partition from the end of the volume to create new unallocated space that can then be used for a new partition. The shrink operation can be blocked by the presence of certain file types. For more information, see Additional considerations
When you shrink a partition, any ordinary files are automatically relocated on the disk to create the new unallocated space. There is no need to reformat the disk to shrink the partition.
Caution
If the partition is a raw partition (that is, one without a file system) that contains data (such as a database file), shrinking the partition might destroy the data.
Shrinking a basic volume
Note
You must be a member of the Backup Operators or Administrators group, at minimum, to complete these steps.
To shrink a basic volume using the Windows interface

In Disk Manager, right-click the basic volume you want to shrink.
Click Shrink Volume.
Follow the on-screen instructions.
Note
You can only shrink basic volumes that have no file system or that use the NTFS file system.
To shrink a basic volume using a command line
Open a command prompt and type
diskpart.At the DISKPART prompt, type
list volume. Note the number of the simple volume you want to shrink.At the DISKPART prompt, type
select volume <volumenumber>. Selects the simple volume volumenumber you want to shrink.At the DISKPART prompt, type
shrink [desired=<desiredsize>] [minimum=<minimumsize>]. Shrinks the selected volume to desiredsize in megabytes (MB) if possible, or to minimumsize if desiredsize is too large.
What Is A Simple Volume Partition Windows 7
| Value | Description |
|---|---|
| list volume | Displays a list of basic and dynamic volumes on all disks. |
| select volume | Selects 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. |
| shrink | Shrinks the volume with focus to create unallocated space. No data loss occurs. If the partition includes unmovable files (such as the page file or the shadow copy storage area), the volume will shrink to the point where the unmovable files are located. |
| desired=desiredsize | The amount of space, in megabytes, to recover to the current partition. |
| minimum=minimumsize | The minimum amount of space, in megabytes, to recover to the current partition. If you do not specify a desired or minimum size, the command will reclaim the maximum amount of space possible. |
New Simple Volume Vs Partition
Additional considerations
What Is A Simple Volume Partition Number
When you shrink a partition, certain files (for example, the paging file or the shadow copy storage area) cannot be automatically relocated, and you cannot decrease the allocated space beyond the point where the unmovable files are located.If the shrink operation fails, check the Application Log for Event 259, which will identify the unmovable file. If you know the cluster(s) associated with the file that is preventing the shrink operation, you can also use the fsutil command at a command prompt (type fsutil volume querycluster /? for usage). When you provide the querycluster parameter, the command output will identify the unmovable file that is preventing the shrink operation from succeeding.In some cases, you can relocate the file temporarily. For example, if you need to shrink the partition further, you can use Control Panel to move the paging file or stored shadow copies to another disk, delete the stored shadow copies, shrink the volume, and then move the paging file back to the disk. If the number of bad clusters detected by dynamic bad-cluster remapping is too high, you cannot shrink the partition. If this occurs, you should consider moving the data and replacing the disk.
Do not use a block-level copy to transfer the data. This will also copy the bad sector table and the new disk will treat the same sectors as bad even though they are normal.
You can shrink primary partitions and logical drives on raw partitions (those without a file system) or partitions using the NTFS file system.