Kong Li <likong@...> writes: > mounting with "nounix,noserverino,sec=ntlmssp" fixed the empty output from "ls > see enclosed trace from wireshark (running on Mac). Yes, that fixes the mount problems. However, now there's a big problem because of nounix: you can't read any files on the Mac that are symlinks. On Mac: # ls -l lrwxr-xr-x ... iChat Icons -> /Library/Application Support/Apple/iChat Icons/ (It points to a directory actually.) On Linux with that Mac share mounted: # ls -l -rw-r--r-- 1 root root 0 Jun 13 2010 iChat Icons # cat iChat\ Icons cat: /mnt/netbak/iChat Icons: Object is remote Which is causing an app of mine to blow up when it tries to figure out what to do with these files. I understand that nounix will break symlinks. So how do we get a Mac share mounted and still get symlinks to work? Or is it hopeless because Apple screwed us over? Thanks -- 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