Javascript required
Skip to content Skip to sidebar Skip to footer

Couldnt Assign Device There Was Problem Assigning Your Device Please Verify Serial Number and Again

Windows automatically assigns a drive letter to whatsoever connected HDD/SSD disk, USB flash drive, SD card if it recognizes the file system on its partitions. But sometimes it doesn't work. For case, when connecting a drive, a message appears indicating that a new device is existence installed, the disk appears in Device Manager, but is not displayed in File Explorer. How to manually assign a drive letter on Windows 10 and 11, or enable automatic consignment of a drive letter to new drives?

Contents:

  • How to Manually Assign a Permanent Drive Letter in Windows?
  • Irresolute Bulldoze Letter via CMD or PowerShell
  • Windows Doesn't Relieve an Assigned Bulldoze Letter for Connected USB Drives

How to Manually Assign a Permanent Drive Letter in Windows?

If the bulldoze doesn't appear in Windows Explorer, it will have to manually assign a bulldoze letter through the Disk Management snap-in (diskmgmt.msc). To do this, open up the Computer Management panel (via the Win + 10 carte) and go to the Storage department -> Disk management. In the list of drives, locate the connected removable USB drive. As you tin can see, the disk is online, it has ane healthy division with the NTFS, but it is not assigned a drive letter. To assign a drive letter to it, right-click on the partition and select "Change Drive Letter and Path".

Computer Management Change Drive Letter and Path

In the window that appears, click the "Add" button, select "Assign the following drive letter", select the letter you lot desire to assign to the drive (for case, H: ) in the drop-down listing, and click OK.

Assign the following drive letter to the usb flash drive

Make certain that Windows detects the partitioning (s) on the connected USB drive and the sectionalisation is formatted with the NTFS, FAT32, or exFAT file organization. If the file system is detected as RAW, or the disk is not partitioned, near likely the USB flash drive is merely a new 1, or the partition table is damaged and you have to repair the file organization first.

If the disk is new and no partitions have been created on it, information technology appears in the console as Not initialized with an Unallocated expanse. To initialize such a disk:

  1. Correct-click on it and select Initialize Disk;initialize new disk in windows
  2. Select the sectionalization table for your disk: MBR or GPT;
  3. Information technology remains to click on the unallocated space and create a partition (New Simple Volume) on information technology, select the file system, format, and assign a drive letter.create partition on disk

If the deejay is offline, right-click on it and select Online.

make disk online on windows

Irresolute Drive Letter via CMD or PowerShell

You lot can assign or change a drive letter of the alphabet from the control prompt using the Diskpart tool or using PowerShell.

Open the elevated command prompt and run the control:

Diskpart

List the volumes on the disks:

List vol

In this instance, the TestDisk volume is not assigned a bulldoze letter (empty in the Ltr cavalcade)

Select this volume (Volume 4 in our example):

Sel vol iv

Assign a drive letter Q: to this volume:

Assign letter=Q

DiskPart successfully assigned the drive letter or mount point.

End the diskpart session:

Exit

assigning drive letter using diskpart cmd

You can also change or assign a drive letter using the PowerShell cmdlets from the congenital-in Disk Management module.

List drives:

Go-Deejay

List partitions on the specified deejay:

become-deejay 1|Get-Segmentation

Assign the letter Q: to partition 2 on disk 1:

Get-Sectionalization -DiskNumber 1 -PartitionNumber ii | Set-Partition -NewDriveLetter Q

using powershell to assign drive letter to the partition on the USB drive

Afterwards that, the continued USB disk appears in the File Explorer with the assigned drive letter of the alphabet.

Windows Doesn't Save an Assigned Drive Letter for Connected USB Drives

Sometimes afterward disconnecting a USB device or restarting the reckoner, a drive alphabetic character is not automatically assigned to it. I have to assign the letter over again manually through Disk Direction, and that becomes annoying.

It seems that some feature of automatic detection and mounting of new partitions on the external storage devices is not working in Windows. How to solve this trouble?

First of all, make sure that the Virtual Deejay service is running. You can cheque the status of this service in the services management console (services.msc).

start virtual disk serviceBesides, you can check the service from the control prompt:
sc query vds

SERVICE_NAME: vds TYPE               : ten  WIN32_OWN_PROCESS STATE              : 1  STOPPED WIN32_EXIT_CODE    : 0  (0x0) SERVICE_EXIT_CODE  : 0  (0x0) CHECKPOINT         : 0x0 WAIT_HINT          : 0x0

sc query vds

Or check the service state using PowerShell:

get-service vds

check virtual disk service running via powershell

If the service is stopped, starting time it from the graphical snap-in (Start button) or using the command:
net offset vds
net start vds

Tip. In some cases, for the Virtual Disk service to work correctly, you lot take to change its startup blazon to Automated (check the article "Unable to connect to the Virtual Disk service").

Check if the problem persists. If it does, make sure that the automatic mounting of new volumes is enabled.

Note. When the automount is enabled, Windows automatically mounts the file systems of new drives connected to the calculator and assigns drive letters to the partitions. If the automount is disabled, Windows detects new drives but doesn't automatically mount them or assign drive letters to the new volumes.

Open up the command prompt as administrator and run the following commands:
diskpart
Inside diskpart, make sure that the automatic mounting of new volumes is enabled:
DISKPART> automount

Automated mounting of new volumes disabled.

As yous can see, the automobile-mounting is disabled. Allow'due south enable it:
DISKPART> automount enable

Automatic mounting of new volumes enabled.

Exit diskpart
DISKPART> get out

Enable automount with diskpart

You can besides enable automatic mounting of new partitions using the command:

MOUNTVOL /Eastward

Make sure the NoAutoMount DWORD parameter (with a value of i) is not created nether the reg key HKLM\Organisation\CurrentControlSet\Services\mountmgr. If this registry parameter is created, Windows doesn't assign bulldoze letters to newly continued devices.

Note. By the way, the automount is also responsible for making Windows remember the drive letters assigned to the removable drives. The automount characteristic will assign the same drive letters the next fourth dimension the USB bulldoze is connected to your calculator (of course, if these messages are not busy). A list of saved bulldoze letters assigned to partitions is stored under the registry central HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices.

list of saved drive letters assigned to disk in windows registry

To articulate the saved associations of partitions with drive letters, utilise the command DISKPART>automount scrub or mountvol /r.

Restart your reckoner and verify if the drive letters are assigned to the external USB devices.

If not, check if the "hidden" and "do not assign a drive letter of the alphabet" attributes are fix for the sectionalization on the USB drive. Run the Diskpart command prompt and enter the following commands:

  1. Listing the disks: list disk
  2. Notice the deejay number assigned to your USB flash bulldoze (in this example 1) and select it: select deejay 1
  3. List the partitions on the disk: list part
  4. Select the desired partition: select partition ii
  5. Check the partition attributes: attributes volume
  6. As you tin see, the "Hidden" and "No Default Drive Letter" attributes are enabled for this volume;volume attributes
  7. Disable these attributes with commands:
    attributes volume clear NoDefaultDriveLetter
    attributes volume articulate hidden
    Volume attributes cleared successfully clear volume attributes NoDefaultDriveLetter and hidden
  8. Stop the diskpart session by typing: leave

After that, this partition on the USB wink drive should be automatically assigned a bulldoze letter of the alphabet on any computer.

Please note that the old Windows versions but see the first partitioning on USB sticks with multiple partitions. The ability to create multiple partitions on removable USB drives appeared but starting from Windows 10 build 1703. Previously, in order to make second and subsequent partitions on the USB flash drive were attainable in Windows, you had to use a trick to make Windows detect removable USB flash drive as an HDD.

If your USB flash drive doesn't announced in the Deejay Direction console, try using a different USB port or cable. Try to connect the USB flash drive direct to the computer (without the USB hub), check whether the power is on and whether it is detected on other computers.

nuganthumbeth.blogspot.com

Source: http://woshub.com/windows-doesnt-assign-letters-to-external-and-usb-flash-drives/