Results 1 to 2 of 2
Hi ALL.
Can anyone help me.
Have you had a chance to experienced that when you list (ls) a directory from ordinary execution of command, you couldn't see the directory.
...
- 09-23-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 2
Directory is invisible in listing but it is exist.
Hi ALL.
Can anyone help me.
Have you had a chance to experienced that when you list (ls) a directory from ordinary execution of command, you couldn't see the directory.
However, when you list it from the directory filename itself or even changing to directory (cd), it will show to you that there is an existing folder.
Sounds weird and interesting? Please see below sample or actual snapshot.....
No issues:
men:/nas> ls -ld FilterT*
drwxrwxr-x 2 user1 user1 1024 2009-03-14 16:36 FilterTools
men:/nas> ls -ld FilterTools
drwxrwxr-x 2 user1 user1 1024 2009-03-14 16:36 FilterTools
Here's the issue:
men:/nas> ls -ld CIM_SOLSUM*
/bin/ls: CIM_SOLSUM*: No such file or directory
men:/nas> ls -ld CIM_SOLSUMMARY
drwxrwxr-x 2 user1 user1 80 2009-09-19 17:46 CIM_SOLSUMMARY
men:/nas> cd CIM_SOLSUM*
-bash: cd: CIM_SOLSUM*: No such file or directory
men:/nas> cd CIM_SOLSUMMARY
men:/nas/CIM_SOLSUMMARY> ls -l
total 8
-rwxrwxr-x 1 user1 user1 130 2009-06-04 05:33 CIM_SOLSUMMARY.xml
men:/nas> uname -a
Linux sy1nas01 2.6.5-7.282-bigsmp #1 SMP Tue Aug 29 10:40:40 UTC 2006 i686 i686 i386 GNU/Linux
Also, do you think there's an issue or has effect from NAS server?
sy1nas01:/fs/R14
113141856 100473888 12667968 89% /nas
Many thanks in advance.
- 09-25-2009 #2Just Joined!
- Join Date
- Sep 2009
- Posts
- 2
Hi ALL.
Many thanks for all the replies. FYI.
The issue has been resolve by trying to remount the NAS Server.


Reply With Quote
