LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Directories repeating in mvfs file system (https://www.linuxquestions.org/questions/linux-newbie-8/directories-repeating-in-mvfs-file-system-861578/)

vinaytp 02-09-2011 05:08 AM

Directories repeating in mvfs file system
 
Dear All,

I have a mvfs file system mounted.

Code:

df -h | grep mvfs
localhost:/dev/mvfs  9.7G  6.0G  3.3G  65%  /view

Here the directory hierarchy is getting repeated. Why is this absurd behaviour ?

Code:

[root@indra view]# cd /
[root@indra /]# cd /view/manage
[root@indra manage]# ls
1511_lnx_viewstore  dev  lib              lost+found  mnt  proc      root    software  tftpboot  var
bin                etc  lib64            media      net  proj      sbin    srv      tmp      view
boot                home  linux_viewstore  misc        opt  RHEL-5.4  selinux  sys      usr      vobs
[root@indra manage]# cd view/manage
[root@indra manage]# ls
1511_lnx_viewstore  dev  lib              lost+found  mnt  proc      root    software  tftpboot  var
bin                etc  lib64            media      net  proj      sbin    srv      tmp      view
boot                home  linux_viewstore  misc        opt  RHEL-5.4  selinux  sys      usr      vobs
[root@indra manage]# cd view/manage
[root@indra manage]# pwd
/view/manage/view/manage/view/manage

[root@indra manage]# ls -ld /view/manage
drwxr-xr-x 32 manage slocate 4096 Feb  9 14:57 /view/manage

Can anybody please help me on this !!

Thanks

timetraveler 03-12-2011 12:48 PM

Maybe you have symbolic links?

What does ls -l /view/manage show?


All times are GMT -5. The time now is 09:19 AM.