Alexandre Goujon ale.goujon@gmail.com writes:
@@ -818,6 +818,7 @@ NTSTATUS remove_dos_device( int letter, const char *udi ) if ((path = get_dosdevices_path( &p ))) { p[0] = 'a' + drive->drive;
unlink( path );
That's not done on purpose, to make it more likely that we use the same drive letter next time the device is mounted.