1748140 Members
3443 Online
108758 Solutions
New Discussion юеВ

ls -l shows ???

 
gajula
Occasional Contributor

ls -l shows ???

Hi Folks,

stangely, my ls -l should only ?

root@cosned8:/mnt> ls -lrt
total 8
?--------- ? ? ? ? ? eArray
drwxr-xr-x 2 root root 4096 Aug 17 2007 whodis
drwxr-xr-x 8 oracle dba 4096 May 15 2008 export
root@cosned8:/mnt>

any pointers /?
3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: ls -l shows ???

What does "ls -b" show? What is eArray? What type of filesystem is it? What does "bdf ." show?
You may need to do a fsck on the filesystem.
Mark McDonald_2
Trusted Contributor

Re: ls -l shows ???

Was something mounted that has got lost?
Are the question marks for owner and date fields?

Can you chown, touch, chmod etc?.

What does "bdf eArray" show?

can you "umount eArray"

As Dennis stated, "-b" switch may show the real name followed by some other hex characters.
Mark McDonald_2
Trusted Contributor

Re: ls -l shows ???

Gajula

Did you find a fix for this?