Can anybody help me as i m going to implement Network redirctor for
NFS_client(Windows) n NFS_Server(Linux) as for now plz help if U have
any example of it...is the Undocumented DOS(BOOK) will be really useful
in this context Can anybody tell me how to go for it....

how RDBSS will come in this whole context......will it come whn the
data is going to filter driver of I/O Manger

Re: network redirector by Don

Don
Tue Sep 12 16:31:00 CDT 2006

RDBSS is the top of a file system, you need to fill in all the bottom pieces
including talking over the network with TDI. The only starting point you
have is the smbmrx and the nullmrx samples from the IFS kit.

This is a huge project, I would estimate a minimum of 2 to 3 man-years for a
professional level product. You might want to check out the NTFSD list at
http://www.osronline.com since that is where file system types hang out.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
http://www.windrvr.com
Remove StopSpam from the email to reply



"sandeepmukho" <sandeepmukho@gmail.com> wrote in message
news:1158094716.968617.306020@m73g2000cwd.googlegroups.com...
> Can anybody help me as i m going to implement Network redirctor for
> NFS_client(Windows) n NFS_Server(Linux) as for now plz help if U have
> any example of it...is the Undocumented DOS(BOOK) will be really useful
> in this context Can anybody tell me how to go for it....
>
> how RDBSS will come in this whole context......will it come whn the
> data is going to filter driver of I/O Manger
>



Re: network redirector by Stephan

Stephan
Wed Sep 13 10:02:56 CDT 2006

Why reinvent the wheel? See

"Windows Services for UNIX"
http://www.microsoft.com/technet/interopmigration/unix/sfu/
=> "Download"

See also:

"How to install Client for NFS on Windows for a UNIX-to-Windows
migration"
http://support.microsoft.com/kb/324055/

Stephan
---
sandeepmukho wrote:
> Can anybody help me as i m going to implement Network redirctor for
> NFS_client(Windows) n NFS_Server(Linux) as for now plz help if U have
> any example of it...is the Undocumented DOS(BOOK) will be really useful
> in this context Can anybody tell me how to go for it....
>
> how RDBSS will come in this whole context......will it come whn the
> data is going to filter driver of I/O Manger