Re[2]: Re[2]: file system driver can't stop when

I would suggest carving back on the functionality within your driver
until you narrow down on the problematic code which is preventing you
from unloading.

Pete


Kernel Drivers
Windows File System and Device Driver Consulting
www.KernelDrivers.com http:</http:>
866.263.9295

------ Original Message ------
From: xxxxx@sina.com
To: “Windows File Systems Devs Interest List”
Sent: 3/1/2016 9:03:52 PM
Subject: RE:[ntfsd] Re[2]: file system driver can’t stop when

>thank Pete.
>
>i haven’t registered a file system,i only reference the disk device and
>volume device.
>
>if i don’t call ioregisterfilesystem to register my fs,will troubles go
>with my fs?
>
>btw,my english is not very good,please forgiving me.thanks:)
>
>—
>NTFSD is sponsored by OSR
>
>
>MONTHLY seminars on crash dump analysis, WDF, Windows internals and
>software drivers!
>Details at http:
>
>To unsubscribe, visit the List Server section of OSR Online at
>http:</http:></http:>

thanks Peter.
I have found codes causing the problem.when irp_mj_read sended,and the file type is PE format,the driver can’t be unloaded.otherwise,any file type is ok.