Skip to main content
Version: Archive

Disabling Automount

Summary

By default, the Automount option is enabled on all currently supported versions of Windows. This causes file systems to be automatically mounted and assigned a drive letter when volumes are presented to the operating system.

Information

With DxEnterprise you will want to disable the Automount feature. This gives you full control of the mount assignments on all of your volumes and eliminates drive letter slippage and collisions.

To disable Automount do the following on each node in the cluster:

  1. Open a command prompt

  2. Run

    diskpart
  3. Enter

    automount disable

    Disabling automount using diskpart

caution

With Automount disabled Microsoft Windows will not bring volumes online until a mount point is assigned. So the volume will need to be mounted before you can perform operations such as formatting the volume or setting a volume label.

To mount the volume:

dxcli set-mountpoint <volume_id> <mountpoint>

References