writhziden Administrator, .NET/UWP Developer Staff member Joined May 23, 2012 Posts 2,923 Location Colorado Dec 6, 2013 #1 I updated Windows 8 to Windows 8.1 on two systems. On both systems, I noticed external devices stopped being assigned a drive letter and I had to assign it manually. I have now re-enabled automount through Diskpart after finding out that it was disabled by using the automount command in Diskpart. In an elevated command prompt: Code: C:\Users\Mike>Diskpart DISKPART> automount Automatic mounting of new volumes disabled. DISKPART> automount enable Automatic mounting of new volumes enabled. Just thought I would share my experience in case others who upgraded to Windows 8.1 encountered the same problem.
I updated Windows 8 to Windows 8.1 on two systems. On both systems, I noticed external devices stopped being assigned a drive letter and I had to assign it manually. I have now re-enabled automount through Diskpart after finding out that it was disabled by using the automount command in Diskpart. In an elevated command prompt: Code: C:\Users\Mike>Diskpart DISKPART> automount Automatic mounting of new volumes disabled. DISKPART> automount enable Automatic mounting of new volumes enabled. Just thought I would share my experience in case others who upgraded to Windows 8.1 encountered the same problem.
Ztruker Active member Joined Oct 14, 2012 Posts 40 Location Space coast of Florida Dec 6, 2013 #2 Found this: To see if the automount feature is enabled, type: automount To enable the automount feature, type: automount enable To disable the automount feature, type: automount disable Click to expand... I verified that automount by itself is a query, deosn't change anything: >diskpart Microsoft DiskPart version 6.2.9200 Copyright (C) 1999-2012 Microsoft Corporation. On computer: DESKTOP DISKPART> automount Automatic mounting of new volumes enabled. Click to expand...
Found this: To see if the automount feature is enabled, type: automount To enable the automount feature, type: automount enable To disable the automount feature, type: automount disable Click to expand... I verified that automount by itself is a query, deosn't change anything: >diskpart Microsoft DiskPart version 6.2.9200 Copyright (C) 1999-2012 Microsoft Corporation. On computer: DESKTOP DISKPART> automount Automatic mounting of new volumes enabled. Click to expand...
writhziden Administrator, .NET/UWP Developer Staff member Joined May 23, 2012 Posts 2,923 Location Colorado Dec 6, 2013 #3 Thank you for clarifying my original post.
Ztruker Active member Joined Oct 14, 2012 Posts 40 Location Space coast of Florida Dec 6, 2013 #4 I was curious as I'd never heard of automount. I also found this which I may try just for the heck of it: automount scrub Removes volume mount point directories and registry settings for volumes that are no longer in the system. This prevents volumes that were previously in the system from being automatically mounted and given their former volume mount point(s) when they are added back to the system. Click to expand... I wonder if that might even fix some USB mount problems??????
I was curious as I'd never heard of automount. I also found this which I may try just for the heck of it: automount scrub Removes volume mount point directories and registry settings for volumes that are no longer in the system. This prevents volumes that were previously in the system from being automatically mounted and given their former volume mount point(s) when they are added back to the system. Click to expand... I wonder if that might even fix some USB mount problems??????