<div dir="ltr">Hi all,<div><br></div><div>I'm writing a script that helps with hard disk cloning and am running into a problem whereby xfs_copy is returning -9 when there is nothing in the log and no indication on stdout or stderr, example below.</div><div><br></div><div>I've had a search and couldn't find anything mentioned. Can anyone shed any light, maybe which version I should try if you suspect this has already been fixed?</div><div>Dist: Ubuntu Trusty</div><div>xfsprogs: 3.1.9</div><div><br></div><div>$ losetup /dev/loop2 ./disk.img</div><div>$ xfs_copy /dev/loop1p6 /dev/loop2</div><div><div> 0%  ... 10%  ... 20%  ... 30%  ... 40%  ... 50%  ... 60%  ... 70%  ... 80%  ... 90%  ... 100%</div><div><div>All copies completed.</div></div><div>$ echo $?</div><div>-9</div><div><br></div></div><div>Cheers,</div><div>Richard</div></div>