iMX7 WinCE Renaming all mapped drives with same name+enumerator

Hi,
I’m using:

  • Colibri iMX7D 1G V1.1A,
  • Bootloader v1.3 (Fixed version in date 2023-02-28 from Mr.Germano)
  • your iMX7 WinCE7 Image 1.3 (official image)
  • Colibri Evaluation V3.2B for the devlopment

I need rename all mapped drive FalshDisk + Usb Disks with an “univoque name + numeration”.
No others drives are mapped/mounted (disabled drivers).
Example of naming:

Mydrive (FlashDisk)
Mydrive2 (Usb HD)
Mydrive3 (Usb HD2)
Mydrive4 (Usb HD3)

Is it possible have this kind of mapping only modifing the WinCE registry?
If yes, which registry I need modify?

Thank you for your time.

Best Regards

Hi @GiovanniAccinniSrl ,

Please have a look at this article.
You can edit the Folder name at the specified registry settings.
eg
[HKLM/System/StorageManager/Profiles/MSFlash]
Folder="Mydrive "

Hello,
this I have understand and I have already used.
My question was different in the post.

I need rename all mapped drive FlashDisk + Usb Disks with an “univoque name + numeration”.
Example of naming:

Mydrive (FlashDisk)
Mydrive2 (Usb HD)
Mydrive3 (Usb HD2)
Mydrive4 (Usb HD3)

Is it possible have this kind of mapping only modifing the WinCE registry?

Best Regards

Hi @GiovanniAccinniSrl ,

Lets try to understand your query again.
You want rename the storage drives to a unique name (Mydrive) and with numeric representation.
eg.The FlashDisk should be named to MyDrive and the first USB drive that you attach should enumerate with a name MyDrive2 and subsequent USB drives should be MyDrive3,Mydriver4, right?
image.
These changes can be done with the modification of the registry settings shared on the previous reply

Hello,
thank you so much for your support.
I had try your settings and them work.

Best Regards