When I try to list a directory that I have been using rsync to copy, I now am getting the following message.
root # ls -alt /directory
ls: /directory: Value too large to be stored in data type.
total 0
I can change directory and list the contents of directories within /directory, but I cannot list the contents of the root level of /directory
root # cd /directory
root # ls -alt
ls: .: Value too large to be stored in data type.
total 0
Anyone have any ideas what is going on here?