用find查找/的时候提示/proc有错误,请教

用find查找/的时候提示/proc有错误,请教


    发现在用find查找/的时候提示/proc里面有错误,如
# find / -name test
find: /proc/4162/fd: No such file or directory
...
    如果查找别的(如/etc)就没有这样的问题,请问这是为什么?好像是/proc里面有错误,曾进过/proc/4162里面看过,一用ls就有错误提示:
# ls
ls: cannot read symbolic link cwd: No such file or directory
ls: cannot read symbolic link root: No such file or directory
ls: cannot read symbolic link exe: No such file or directory
...
    请问该如何解决呢?
我的也是这种现象,和这个是一摸一样的
USE ROOT  USER TRY
:neutral: 是root了,不过现在试过用参数-xdev就可以不找/proc里的东西了。还是不知道是不是系统有问题了 :-(

mount

看一下?
如何用?目的?
/proc
是linux提供的一个虚拟系统,是由系统在启动是在内存产生的。。。。。。。。

用google search  一大把。