HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vol — Display information about volumes. More information: <https://learn.microsoft.com/windows-server/adm

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandcliinformationvolumesaboutmorevoldisplay
windows

Problem

How to use the vol command: Display information about volumes. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/vol>.

Solution

vol — Display information about volumes. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/vol>.

Display the label and serial number for the current drive:
vol


Display the label and serial number for a specific volume:
vol {{D:}}

Code Snippets

Display the label and serial number for the current drive

vol

Display the label and serial number for a specific volume

vol {{D:}}

Context

tldr-pages: windows/vol

Revisions (0)

No revisions yet.