![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error Message | chapmana | UNIX for Dummies Questions & Answers | 5 | 11-29-2006 08:41 AM |
| Error Message | RDM00 | UNIX for Dummies Questions & Answers | 2 | 10-06-2006 03:43 PM |
| Error message | ghuber | UNIX for Advanced & Expert Users | 1 | 11-14-2005 03:04 AM |
| error message vnc | Castelior | UNIX for Advanced & Expert Users | 3 | 10-21-2004 01:50 AM |
| error message | alisev | UNIX for Dummies Questions & Answers | 3 | 01-08-2002 02:01 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Error Message with ls
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? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
maybe the directory holds too many files for the internal buffer of ls.
Try "find . -type f -print | wc -l" to find out if that is the case. bakunin |
|
#3
|
||||
|
||||
|
Re
|
||||
| Google The UNIX and Linux Forums |