Enable the Automount feature using one of the methods below or use method 4 to fix the issue.
Method 1
Run DISKPART.EXE from a command prompt, and then enter the following command without quotes at the diskpart prompt:
"automount enable"
Method 2
Use the following MOUNTVOL command without quotes:
"mountvol /e"
Method 3
Edit the NoAutoMount registry value to enable automount. If the value does not exist, add it.
Important: This method contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
To resolve this issue, modify the registry. To do this, follow these steps:
1. Click Start, click Run, type regedit in the Open box, and then click OK.
2. Locate the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MountMgr\
3. Click Edit, point to New, and then click DWORD Value .
4. In the New Value #1 box, type NoAutoMount, and then press ENTER.
5. Right-click NoAutoMount and then click Modify.
6. In the Value data box, type 0, click Decimal, and then click OK. This will enable automatic mounting
7. Exit Registry Editor.
Method 4
1. Use SAN policy settings to avoid auto-mounting of new volumes (this could be done by setting the SAN policy to offline All)
2. Install the hotfix KB (2521348).