Notes:

John Landamore started an interesting thread on the Linux CIFS Client mailing list. He pointed out that W2K, W2K3, and W/XP can all mount subdirectories of a share, as in:

net use N: \\SERVER\SERVICE\SUBDIR1\SUBDIR1.1
Kenneth MacDonald claimed that Microsoft calls this "deep mapping" (which sounds reasonable, though I can't find any reference to that term when I search Microsoft's website).

Watching on the wire, it seems that the client is performing a traditional TREE_CONNECT_ANDX to the share itself (not the subdirectory). After that, the client performs all operations relative to the specified subdirectory. In other words deep mapping occurs on the client side.

<Back]

Send annotations that you are willing and permitted to freely share to ubiqx@ubiqx.mn.org.
Please let me know if I may give you credit by using your name when posting the note.
   $Id: note.1.1.1-01.html,v 1.2 2005/03/04 17:23:04 crh Exp $