Hi All,
I’m studying redirector with IFS kit sample package "smbmrx ". What I did is to use Virtual pc to run two guest OS: one is Win2k, and the other is Win2003 server, and successful to load and start smbmrx on Win2003 server. But when I use net cmd to access the share folder on Win2k, it never fall into CIFS (smbmrx mini driver).
Other provider is used to access the folder.
Then I use Windbg and found that net provider(smbmrxnp.dll) always complains that
lpNetResource->dwType(value=0) is not RESOURCETYPE_DISK(1) in NPAddConnection(), then just return WN_BAD_NETNAME. How can I solve this problem. It seems that virtual PC’s harddisk drive is not DISK type???
Thanks a lot!
Best regards,
Leon Weng
PS: my host OS is XP, and networking of win2k & 03 server are using local only with virtual PC.