Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Virtual Disk UNC with out redirector ??

Reply
Thread Tools Display Modes

Virtual Disk UNC with out redirector ??

 
 
Mathieu
Guest
Posts: n/a

 
      10-24-2010
Hello, Sorry for my English, I am bad in English language !
I try to manage a virtual disk UNC (eg \\teste) with the function
FsRtlRegisterUncProvider.
It does not work at all!
In IOCTL_QUERY_PATH when I received \\teste\pipe\wkssvc ,
do I have to redirect to \\.\Pipe\wkssvc ?
Currently i tested for returning
the error STATUS_BAD_NETWORK_NAME and after STATUS_BAD_NETWORK_PATH,
browsing
it don't works because the controller UNC is bugged!. About the file
\\teste\IPC$,
the controller create this file seems it is a size zero (0 byte), About
this file ,
Do i must return an error NTSTATUS in IRP_MJ_CREATE or let the
controller UNC create this file ?
I don't know ! because no source code available in Google search. No
IRP IRP_MJ_DIRECTORY_CONTROL is called !
I do not know. No source code is available on Google ! Thank you for
me help ! because i don't know !

French language :
Bonjour, Je cherche ? manager un disque virtuel UNC (ex. \\teste) avec
la fonction FsRtlRegisterUncProvider .
Ca ne marche pas !
Dans IOCTL_QUERY_PATH , quand je reçoit \\teste\pipe\wkssvc , est que
je dois le rediriger vers \\.\pipe\ ? Actuellement je retourne l'erreur
STATUS_BAD_NETWORK_NAME ou STATUS_BAD_NETWORK_PATH,
ca marche pas car le controleur UNC est certainement bugg? !.
Le fichier \\teste\IPC$ , le controleur UNC semble le cr?er mais il fait
une taille nulle (0 byte) , dois retourner une erreur dans IRP_MJ_CREATE
ou laisser le controleur UNC le créer ?
Aucun appel ? la fonction IRP_MJ_DIRECTORY_CONTROL !!!
Je ne sais pas. Aucun code source n'est disponible sur Google !
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Virtual Hard Disk Fabian Virtual PC 2 05-25-2010 04:33 AM
[IMPORTANT!!!] Windows erasing SAN disk Gaspar Clustering 3 02-15-2010 09:44 AM
disk managment error - Unable to Connect to Virtual Disk Service Jon Windows Vista Performance 1 08-10-2007 12:32 AM
Failing System Restore Vista Premium edition robert Windows Vista Performance 2 05-15-2007 10:44 AM
System Restore fails on Vista Media Edition D. Springs Windows Vista Performance 7 05-14-2007 08:10 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59