Double slash in network file names

Hi,
I have an issue with a minifilter on Windows 8.1 x64 when workin with network shares: occasionally when I get file path via FltGetFileNameInformation, I get a string containing double slash in it: “\Device\Mup\192.168.222.200\Test\test.txt”. When this path is used to reopen file, I get error STATUS_OBJECT_PATH_SYNTAX_BAD, which is quite expected.

Did onyone have this issue? Is there a hotfix for it?

Thanks in advance
Andrey

Yes, I have been hit by this on server 2012 and 2012 R2. I tried a bunch of things. Interestingly enough I didn’t get it when trying to get opened name but hit me this when trying to get normalized name. IIRC it comes before the share name. I just had to strip off the double slash and make it single slash before using it. :frowning:
But honestly I could get away with just the opened name in our case.

Ayush

On 02-Oct-2015, at 9:09 AM, xxxxx@hotmail.com wrote:

Hi,
I have an issue with a minifilter on Windows 8.1 x64 when workin with network shares: occasionally when I get file path via FltGetFileNameInformation, I get a string containing double slash in it: “\Device\Mup\192.168.222.200\Test\test.txt”. When this path is used to reopen file, I get error STATUS_OBJECT_PATH_SYNTAX_BAD, which is quite expected.

Did onyone have this issue? Is there a hotfix for it?

Thanks in advance
Andrey


NTFSD is sponsored by OSR

OSR is hiring!! Info at http://www.osr.com/careers

For our schedule of debugging and file system seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer