Mount manager and IOCTL_DISK_SET_DRIVE_LAYOUT problem
Hardware & Devices
1
Posts
1
Posters
0
Views
1
Watching
-
OS win2k , winXP The problem is that after setting an partition entry with IOCTL_DISK_SET_DRIVE_LAYOUT the mount manager does not notify itself of the new volume arrival. All that it does is dismounting the volume that corresponds to the partition entry. The partition entry and content of the volume that it maps is in a consistent state. To set it manually in the mountmanager we need the \harddiskvolumeXX DeviceName which is generated by the volume manager drivers(ftdisk.sys or dmio.sys) Is there any user mode control code or method to force mountmgr to rescan volume list or to obtain \harddiskvolumeXX or force volume manager , partition manager or disk manager to do a rescan? Thanks in advance