Default $ share

Driver gurus,

We have a filter driver which sits below file system and above disk
driver. We create disks with partitions everything virtually which are very
much like primary partitions. We format the disks and also assign driver
letters using api calls from api level.

Everything is working fine except for the default share that we are
supposed to get whenever we create a disk with primary paritition with ntfs
file format and with some drive letter assigned. On a reboot we are getting
back the default share.What i mean is our product specific disks that we
have created doesnt have the dafault $ share as we get when we create a
primary parition on a disk using LDM.

My question is when we call format api call should we specify anything as a
parameter or set a flag to get the default share available. Or in the driver
should i handle any ioctl sent by the mount manager. In my driver i am
notifying the pnp manager that i have a disk with partition in it. I
interact with pnp manager in the driver when i am creating patition’s so i
am handlng all the irp’s that pnp manager queries my driver.Is there any
ioctl that will be sent by the mount manager specific to default sharing
during this process is my question.

I hope i have made my problem and my questions clear. Any docs related to
the default $ share will be of great help.

Thanks,
Rajanish


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com