Re[3]: SSHFS filesystem

There use to be an example of a mini-redirector but I would stay away
from that model unless it is a very basic design. Network redirectors
are different in that you register with MUP, using the
FsRtlRegisterUncProvider(Ex) APIs as well as register as a file system.
For the latter, I have always used FILE_DEVICE_NETWORK_FILE_SYSTEM for
registration.

Pete


Kernel Drivers
Windows File System and Device Driver Consulting
www.KernelDrivers.com
866.263.9295

------ Original Message ------
From: “Moinak Bhattacharyya”
To: “Windows File Systems Devs Interest List”
Sent: 9/25/2016 1:57:57 AM
Subject: Re: RE:[ntfsd] SSHFS filesystem

>So how would I go about implementing a network redirector? Is there
>example code online i can find that has implemented one?
>
>Also, when I call IoCreateDevice, would I use
>FILE_DEVICE_NETWORK_FILE_SYSTEM as the DeviceType to register with
>IoRegisterFileSystem or would it be FILE_DEVICE_NETWORK_REDIRECTOR? Is
>a redirector even necessary?
>— NTFSD is sponsored by OSR MONTHLY seminars on crash dump analysis,
>WDF, Windows internals and software drivers! Details at To unsubscribe,
>visit the List Server section of OSR Online at