Hi Prashant Vinod,
This behavior usually occurs when Windows is unable to automatically assign a drive letter to newly detected volumes, often due to AutoMount being disabled or mount records needing to be refreshed.
You can try the following steps:
1, Verify AutoMount is enabled
- Open Command Prompt as Administrator and run:
diskpart
automount
- If it shows disabled, run:
automount enable
- Restart your PC
2, Reset mount records (if issue persists)
diskpart
automount scrub
automount enable
3, Re-enable via MountVol
mountvol /E
4, Check Disk Management
- Open Disk Management
- Ensure the disk is:
- Online
- Initialized
- Assigned a drive letter
- If a drive letter is missing, manually assign one.
Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.