Hello Terrence, On Fri, Oct 21, 2011 at 07:18:20AM -0400, Terrence Shipclark wrote: > I have been attempting to get the cifs kernel modules to mount the > win2k8 dfs at my workplace. I did finally manage to get > the dfs to mount after modifying the kernel module with this small patch I believe this should already be fixed (in a more correct fashion) in >= 3.0. > Within the dfs tree there is a referral to //server/share$/folder. > My user has access to //server/share$/folder, however do not have > access to > //server/$share. While following the referral the cifs module does a > QUERY_PATH_INFO on \\server\share$\folder, and then is followed up > by a QUERY_PATH_INFO on \\server\share$\ which rightfully returns a > STATUS_ACCESS_DENIED from the server. I've also noticed that the mounting process seems to query more than it should, but I've taken the easy way out and asked the local windows admin to add "traverse filesystem" and "read attributes" permissions on the parent folders, which should be enough. I suspect that there is a "real fix" to avoid this, but haven't looked too hard myself. sean -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html