From: Frederico M. F. <fr...@if...> - 2004-03-09 15:07:22
|
Dear all, I've got in troubles when making a dump backup btw partitions from two different HD's. It's used to work until now. So I started to trying to figure the problem out: Although such backup procedure used to work with dump-0.4b32, I did upgrade it to 0.4b34 and e2fsprogs-1.32--> 1.35 as well (I could not be able to compile dump 0.4b35). The problem remained. # mkfs.ext3 -v -c -b 4096 /dev/hdb7 # umount /dev/hda7; fsck.ext3 -v -f -c -p /dev/hda7 (2 times) # mount -t ext3 /dev/hdb7 /hdb # dump -0f /hdb/teste.dump /dev/hda7 DUMP: SIGSEGV: ABORTING! Segmentation fault The same error is obtained from any combination of partitions from the two HD's. Is there any way to trace this problem? How?? Any help is appreciated. Thanks in advance, Fred P.S.: I'm running linux-2.4.25 |