auto mount

Hi All,
I have written a file system driver. I want the partitions with my file system driver to mount automatically when connected.

Any help is highly appreciated.

FS mount automatically when system discover new media. You need to format
some physical media in your fs layout or write some virtual device. There
is some another approach (used by Dokan for example), when fs mounting
process is impelemented by hand. See in sources of Dokan.

2012/9/25

> Hi All,
> I have written a file system driver. I want the partitions with my file
> system driver to mount automatically when connected.
>
> Any help is highly appreciated.
>
> —
> NTFSD is sponsored by OSR
>
> For our schedule of debugging and file system seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>

But it doesn’t mount GPT style partitions automatically?