More problems - could really use some help on this one. Rebooted the server today after full update (testing) - now ALL nfs clients get Input/Output error on any symbolic link - regular files are fine. Server/client both: nfs-utils 1.3.0-2 rpcbind 0.2.1-5 On any client (this is an internal mirror of arch repo - so testing.db is a symbolic link to test.db.tar,gz) # ls -l testing.db testing.db.tar.gz ls: cannot read symbolic link testing.db: Input/output error 0 lrwxrwxrwx 1 root root 17 Jun 28 14:12 testing.db 16 -rw-rw-r-- 1 root root 14204 Jun 28 14:12 testing.db.tar.gz On server: ls -l testing.db testing.db.tar.gz lrwxrwxrwx 1 root root 17 Jun 28 14:12 testing.db -> testing.db.tar.gz -rw-rw-r-- 1 root root 14204 Jun 28 14:12 testing.db.tar.gz