Hi,
I'm having a few issues mounting a windows DFS share on a centos 6.4 server. Initially I followed the instructions on this blog but I'm still getting the error below.
http://mikemstech.blogspot.co.uk/201...-in-linux.html
I've installed/updated cifs-utils and keyutils and added the lines to request-key.conf.
We're now getting the error below.
/]sudo mount -t cifs //domain.dev.com/share/content /mnt/testdfs -o username=domain/user
Password:
mount error(40): Too many levels of symbolic links
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Thanks!