1829136 Members
2646 Online
109986 Solutions
New Discussion

find: cannot stat depth

 
SOLVED
Go to solution
Prasanth Vattoly
Frequent Advisor

find: cannot stat depth

I am getting this error , wehen i am moving data from to one lv to other.

=> sudo find . depth -xdev -print | sudo cpio -pxdm /tmp_fserv1/
find: cannot stat depth
35056112 blocks



please let me know,what it mean by this error ?


BDF OUTPUT
-----------

/dev/vg05_epd005/fserv1
23347200 17786714 5386726 77% /fserv1_WM01P
/dev/vgWM01_PROD/fserv1
23347200 18038380 5225876 78% /tmp_fserv1
prasanth.v.a
3 REPLIES 3
Luk Vandenbussche
Honored Contributor
Solution

Re: find: cannot stat depth

The option is -depth

You forgot the minus sign
AwadheshPandey
Honored Contributor

Re: find: cannot stat depth

sudo find . -depth -xdev -print | sudo cpio -pxdm /tmp_fserv1/

man find
http://unixhelp.ed.ac.uk/CGI/man-cgi?find
It's kind of fun to do the impossible
Prasanth Vattoly
Frequent Advisor

Re: find: cannot stat depth

i am clossing this thread
prasanth.v.a