NFSv4“太多级别的符号链接”错误
两台机器都运行Ubuntu 12.04 远程NFSv4客户端 $ ls /mnt/storage/aaaaaaa_aaa/bbbb/cccc_ccccc gives this error: ls: reading directory .: Too many levels of symbolic links 我怎样才能解决这个问题? 当错误发生时,ls开始列出文件,然而PHP刹车。 在NFSv4服务器上 在/etc/fstab : /mnt/storage /srv/storage none bind 0 0 在/etc/exports /srv 192.168.1.0/24(rw,async,insecure,no_subtree_check,crossmnt,fsid=0,no_root_squash) /srv/storage 192.168.1.0/24(rw,async,nohide,insecure,no_subtree_check,no_root_squash) 错误 root@ds:root@ds:/mnt/storage/foreign_dbs/imdb/imdb_htmls# ls -l | head ls: reading directory .: Too many levels of symbolic links total 10302840 -rw-r–r– 1 […]