why not unload driver

Hi,

I’ve read in several places that it isn’t a good idea (except for
development/debugging) to unload a FSD. Unloading and then loading a
newer driver would be quite useful for upgrades because rebooting would be
avoided. What are the pitfalls to unloading drivers?

Thanks,

Steve

There are APIs used by file systems that do not properly support unloading.
For development, if you wish to take the risk of crashing after an unload,
that’s fine. But it isn’t reliable enough to ship a product.

Regards,

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

Hope to see you at the next OSR file systems class in Menlo Park, CA
September 8, 2003!

-----Original Message-----
From: Steve Soltis [mailto:xxxxx@dataplow.com]
Sent: Monday, November 24, 2003 2:47 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] why not unload driver

Hi,

I’ve read in several places that it isn’t a good idea (except for
development/debugging) to unload a FSD. Unloading and then loading a
newer driver would be quite useful for upgrades because rebooting would be
avoided. What are the pitfalls to unloading drivers?

Thanks,

Steve


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@osr.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

FS filters cannot be unloaded. Period.
FSDs possibly can, but only after dismount of all volumes.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: “Steve Soltis”
To: “Windows File Systems Devs Interest List”
Sent: Monday, November 24, 2003 10:46 PM
Subject: [ntfsd] why not unload driver

> Hi,
>
> I’ve read in several places that it isn’t a good idea (except for
> development/debugging) to unload a FSD. Unloading and then loading a
> newer driver would be quite useful for upgrades because rebooting would be
> avoided. What are the pitfalls to unloading drivers?
>
> Thanks,
>
> Steve
>
>
> —
> Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com