Skip to content
Discussion options

You must be logged in to vote

DFS root working but failing on DFS link targets with Interrupted system call strongly suggests a DFS referral handling issue rather than a simple credential problem.

The SMB CSI driver itself does not implement DFS — it relies on the underlying Linux CIFS client (mount.cifs / kernel cifs.ko). If DFS targets fail, the most common causes are:

  • Kernel CIFS client without proper DFS support
  • Missing mfsymlinks or DFS-related mount options
  • Network/firewall blocking access to the referral target server
  • DNS resolution issues for the DFS target hostnames
  • SMB protocol negotiation issues (vers mismatch)

Things to verify:

  1. Confirm the Linux node kernel supports DFS:

    modinfo cifs | grep dfs
    

    Also c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andyzhangx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants