> 
> I think this might be a bug in find. I tried badblocks
> to see if anything came up and I got no messages so I
> assume there were no problems.
> 
> If I type:
> find / -name anyfile
> the system locks up
> 

He-he ...

find / -mount -name anyfile

You do not want find to descend into /proc, /dev (with devfs) and like? 

GNU find has some more options that do approximately the same but I
forgot them.

-andrej



Reply via email to