vol (command)
{{lowercase title}}
{{Infobox software
| name = vol
| logo =
| screenshot = Volume serial number.png
| screenshot size =
| caption = The Windows XP vol
command
| developer = DR, Microsoft, IBM, Toshiba, ReactOS Contributors
| released = {{Start date and age|1983|03}}
| latest release version =
| latest release date =
| operating system = MS-DOS, PC DOS, MSX-DOS, FlexOS, SISNE plus, OS/2, eComStation, ArcaOS, DR DOS, ROM-DOS, 4690 OS, PTS-DOS, Windows, FreeDOS, ReactOS
| platform = Cross-platform
| genre = Command
| license =
| website =
}}
In some operating systems, vol
is a command within the command-line interpreters (shells) such as COMMAND.COM
and cmd.exe
. It is used to display the volume label and volume serial number of a logical drive, such as a hard disk partition or a floppy disk, if they exist.[https://www.computerhope.com/volhlp.htm MS-DOS and Windows command line vol command]
Implementations
File:ReactOS-0.4.13 vol command 667x434.png vol
command]]
The command is available in various versions of DOS,{{Citation
| last1 = Jamsa
| first1 = Kris A.
| title = DOS: The Complete Reference
| publisher = Osborne McGraw-Hill
| year = 1993
| isbn = 0078819040
| url = https://books.google.com/books?id=UW9GAAAAYAAJ
| postscript= .
}} DR FlexOS,{{cite web|url=http://www.bitsavers.org/pdf/digitalResearch/flexos/1073-2003_FlexOS_Users_Guide_V1.3_Nov86.pdf |archive-url=https://web.archive.org/web/20190925131719/http://bitsavers.org/pdf/digitalResearch/flexos/1073-2003_FlexOS_Users_Guide_V1.3_Nov86.pdf |archive-date=2019-09-25 | title=FlexOS™ User's Guide}} IBM/Toshiba 4690 OS,{{cite web| url=https://archive.org/details/4690OSV6r2UsersGuide/page/n169 | title=Unknown}}{{Dead link|date=February 2022|fix-attempted=yes}} IBM OS/2,{{Cite web |url=http://www.jatomes.com/Help/Os2Cmd.php#VOL |title=JaTomes Help - OS/2 Commands |access-date=2019-07-21 |archive-date=2019-04-14 |archive-url=https://web.archive.org/web/20190414130029/http://www.jatomes.com/Help/Os2Cmd.php#VOL |url-status=dead }} Microsoft Windows,[https://technet.microsoft.com/en-us/library/bb491030.aspx Microsoft TechNet Vol article] and ReactOS.{{Cite web|url=https://github.com/reactos/reactos/blob/master/base/shell/cmd/vol.c|title = Reactos/Reactos|website = GitHub|date = 4 November 2021}}
On MS-DOS, the command is available in versions 2 and later.{{Cite book|author-last=Wolverton|author-first=Van|title=Running MS-DOS Version 6.22 (20th Anniversary Edition), 6th Revised edition|date=2003|publisher=Microsoft Press|isbn=0-7356-1812-7}} Paragon Technology Systems PTS-DOS 2000 Pro also includes a {{code|vol}} implementation.
{{cite web |title=PTS-DOS 2000 Pro User Manual |publisher=Paragon Technology GmbH |location=Buggingen, Germany |date=1999 |url=http://download.paragon-software.com/doc/manual_dos_eng.pdf |access-date=2018-05-12 |url-status=live |archive-url=https://web.archive.org/web/20180512094512/http://download.paragon-software.com/doc/manual_dos_eng.pdf |archive-date=2018-05-12}}
The Windows dir
command also displays the volume label and serial number (if it has one) as part of the directory listing.
The command is also available in the EFI shell.{{cite web
| url = http://software.intel.com/en-us/articles/efi-shells-and-scripting/
| title = EFI Shells and Scripting
| publisher = Intel
| access-date = 2013-09-25
}}
Syntax
vol [Drive:]
Arguments:
Drive:
This command-line argument specifies the drive letter of the disk for which to display the volume label and serial number.
Note:
- On Windows, the volume serial number is displayed only for disks formatted with MS-DOS version 4.0 or later.
- OS/2 allows the user to specify more than one drive. The
vol
command displays the volume labels consecutively.
Examples
=IBM OS/2=
[C:\]vol C:
The volume label in drive C is OS/2.
The Volume Serial Number is 0815:1611.
=Microsoft Windows=
C:\Users\root>vol C:
Volume in drive C is Windows
Volume Serial Number is 080F-100B
In the example above, if drive C: has no volume label, "has no label" is shown instead of "is Windows".
Supported file systems
See also
- Label (command) — Used to create, change and delete the disk volume label.
- List of DOS commands
References
{{Reflist}}
Further reading
- {{Cite book|author-last=Cooper|author-first=Jim|title=Special Edition Using MS-DOS 6.22, Third Edition|date=2001|publisher=Que Publishing|isbn=978-0789725738}}
- {{Cite book|author1=Tim O'Reilly|author2=Troy Mott|author3=Walter Glenn|year=1999|title=Windows 98 in a Nutshell: A Desktop Quick Reference|publisher=O'Reilly|isbn=978-1565924864|url-access=registration|url=https://archive.org/details/windows98innutsh00orei}}
- {{Cite book|author=John Paul Mueller|year=2007|title=Windows Administration at the Command Line for Windows Vista, Windows 2003, Windows XP, and Windows 2000|publisher=John Wiley & Sons|isbn=978-0470165799}}
External links
{{Wikibooks|Guide to Windows Commands}}
- [https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/vol vol | Microsoft Docs]
{{Windows commands}}
Category:Internal DOS commands