Skip to content

Windows VOL command

The Windows vol command is a handy tool for displaying the disk label and serial number of a specified drive. It can be useful for identifying drives and managing storage devices on your system. With just a simple command, you can retrieve essential information about your disks without the need for third-party software. This command is easy to use and can be particularly helpful for system administrators and users who need to access disk information quickly.

Terminal window
vol [options] [parameters]
OptionDescription
-fSpecify the image file
-vDisplay version information
-hDisplay a help message
-oSpecific profile to use
-fUse fast recovery
-qQuiet mode, do not show banner
ParameterDescription
-The physical offset to start scanning from
-annotationAdds a comment to the timeline entry
-gTreat blank IE as useful for identification
-mIgnore volume boundaries when identifying true slack
-tDisplay tasks scheduled for future times
-yUse MLS normalization and output precise dates and times
Terminal window
vol C:

Displays information about the volume of the C: drive.

Terminal window
vol D: NewLabel

Changes the volume label of the D: drive to “NewLabel”.

Terminal window
vol

Lists all volumes along with their labels and serial numbers.

Terminal window
vol > volume_info.txt

Redirects the volume information to a file named “volume_info.txt”.

To use the vol command in Windows, execute the following command:

Terminal window
vol C:

What is the purpose of the vol command in Windows?

Section titled “What is the purpose of the vol command in Windows?”

The vol command in Windows is used to display the disk volume label and the serial number.

How can I list all available drives using the vol command?

Section titled “How can I list all available drives using the vol command?”

To list all available drives using the vol command, you can run the following command:

Terminal window
vol

How can I display detailed information about a specific drive using the vol command?

Section titled “How can I display detailed information about a specific drive using the vol command?”

To display detailed information about a specific drive using the vol command, you can specify the drive letter as follows:

Terminal window
vol D:

How do I check the volume serial number of a drive with the vol command?

Section titled “How do I check the volume serial number of a drive with the vol command?”

To check the volume serial number of a drive using the vol command, you can run the following command:

Terminal window
vol C: /v

Can I use the vol command to change the volume label of a drive?

Section titled “Can I use the vol command to change the volume label of a drive?”

No, the vol command in Windows is used to display information about a volume and cannot be used to change the volume label.

How do I display only the volume label of a specific drive with the vol command?

Section titled “How do I display only the volume label of a specific drive with the vol command?”

To display only the volume label of a specific drive using the vol command, you can execute the following command:

Terminal window
vol E: /l
  1. Display the volume label and serial number of a disk volume.