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:
-
Open a command prompt
-
Run
diskpart
-
Enter
automount disable
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
- DxPS
dxcli set-mountpoint <volume_id> <mountpoint>
Dx-SetMountpoint -VolID <volume_id> -MountPath <path>