mountvol.exe

  • File Path: C:\windows\SysWOW64\mountvol.exe
  • Description: Mount Volume Utility

Hashes

Type Hash
MD5 C2C8A23455CCFD24D35CD4BB47DADD7C
SHA1 EAA4CD241A8308B3DEABD1FA1D5F136D33E39680
SHA256 E04BFB63F79BB4E28926EC82AFA3601EE06704AF0EBCB66858B9E014635DCC63
SHA384 7C9D2D0EDEA990D948FFD103F72C754A0D8AC71F2B4E249DE636B83772AEF498FE0D1EA7C0BFE24C58F3C00DA7EA11A2
SHA512 F139B962AE57D20BE0D450AF29B1569AB7DAE90593A08466C8A99DC66BA4159374B08485CD5CADCA10CE993DCEE6AF307E000FB5E2C9641FC5E89AB1D435BCD7
SSDEEP 384:h2UtVCvnMOLvGXM0NyxWpWSeNsW5FWxF:QU3EMWv906WHeNzoF

Signature

  • Status: The file C:\windows\SysWOW64\mountvol.exe is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170
  • Serial: ``
  • Thumbprint: ``
  • Issuer:
  • Subject:

File Metadata

  • Original Filename: MOUNTVOL.EXE.MUI
  • Product Name: Microsoft Windows Operating System
  • Company Name: Microsoft Corporation
  • File Version: 6.3.9600.16384 (winblue_rtm.130821-1623)
  • Product Version: 6.3.9600.16384
  • Language: English (United States)
  • Legal Copyright: Microsoft Corporation. All rights reserved.

Additional Info*

*The information below is copied from MicrosoftDocs, which is maintained by Microsoft. Available under CC BY 4.0 license.


mountvol

Creates, deletes, or lists a volume mount point. You can also link volumes without requiring a drive letter.

Syntax

mountvol [<drive>:]<path volumename>
mountvol [<drive>:]<path> /d
mountvol [<drive>:]<path> /l
mountvol [<drive>:]<path> /p
mountvol /r
mountvol [/n|/e]
mountvol <drive>: /s

Parameters

Parameter Description
[<drive>:]<path> Specifies the existing NTFS directory where the mount point will reside.
<volumename> Specifies the volume name that is the target of the mount point. The volume name uses the following syntax, where GUID is a globally unique identifier: \\?\volume\{GUID}\. The brackets { } are required.
/d Removes the volume mount point from the specified folder.
/l Lists the mounted volume name for the specified folder.
/p Removes the volume mount point from the specified directory, dismounts the basic volume, and takes the basic volume offline, making it unmountable. If other processes are using the volume, mountvol closes any open handles before dismounting the volume.
/r Removes volume mount point directories and registry settings for volumes that are no longer in the system, preventing them from being automatically mounted and given their former volume mount point(s) when added back to the system.
/n Disables automatic mounting of new basic volumes. New volumes are not mounted automatically when added to the system.
/e Re-enables automatic mounting of new basic volumes.
/s Mounts the EFI system partition on the specified drive.
/? Displays help at the command prompt.

Remarks

  • If you dismount your volume while using the /p parameter, the volume list will show the volume as not mounted until a volume mount point is created.

  • If your volume has more than one mount point, use /d to remove the additional mount points before using /p. You can make the basic volume mountable again by assigning a volume mount point.

  • If you need to expand your volume space without reformatting or replacing a hard drive, you can add a mount path to another volume. The benefit of using one volume with several mount paths is that you can access all local volumes by using a single drive letter (such as C:). You don’t need to remember which volume corresponds to which drive letter—although you can still mount local volumes and assign them drive letters.

Examples

To create a mount point, type:

mountvol \sysmount \\?\volume\{2eca078d-5cbc-43d3-aff8-7e8511f60d0e}\

Additional References


MIT License. Copyright (c) 2020-2021 Strontic.