Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3053605
By: szaka
If it still hangs then it's a kernel (device driver) problem and you should
report it to the kernel developers by following the instructions at
http://www.kernel.org/pub/linux/docs/lkml/reporting-bugs.html
You can confirm that the kernel hangs the ntfsclone process by using strace,
e.g.:
strace ntfsclone -so /mnt/freestore/winxp.img /dev/hda3
You will see floods of outputs and it may take quite a while but after then
the process will hang at a read(....) kernel system call. There isn't much ntfsclone
could do about it. You can speed up the process considerably by saving the output
into a file using strace's -o option.
You can monitor it by e.g. 'tail -f file'.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=44084
|