I've been following the instructions on upgrading my (owned!) HR24-200. I'm booted into Ubuntu and have installed all neccessary tools. I have 4 bays for HD's, so I'm using sda for the new 2TB drive, and sdb for the old 500GB drive with my old material on it.
I've gotten to this place in the instructions:
Type mkdir /mnt/fap
Type mkdir /mnt/hr24
Type mount -t xfs -o rtdev=/dev/sda3 /dev/sda2 /mnt/fap
Type mount -t xfs -o rtdev=/dev/sdb3 /dev/sdb2 /mnt/hr20
Type xfsdump -J - /mnt/hr20 | xfsrestore -J - /mnt/fap
At this point, I'm getting this output:
xfsdump: WARNING: write to stdio failed: 32 (Broken pipe)
xfsdump: ending media file
xfsdump: media file size 18874368 bytes
xfsdump: dump size (non-dir files) : 13698056 bytes
xfsdump: NOTE: dump interrupted: 16 seconds elapsed
xfsdump: Dump Status: INTERRUPT
And it's now just sitting there. Should I stop it? What did I do wrong?
I've gotten to this place in the instructions:
Type mkdir /mnt/fap
Type mkdir /mnt/hr24
Type mount -t xfs -o rtdev=/dev/sda3 /dev/sda2 /mnt/fap
Type mount -t xfs -o rtdev=/dev/sdb3 /dev/sdb2 /mnt/hr20
Type xfsdump -J - /mnt/hr20 | xfsrestore -J - /mnt/fap
At this point, I'm getting this output:
xfsdump: WARNING: write to stdio failed: 32 (Broken pipe)
xfsdump: ending media file
xfsdump: media file size 18874368 bytes
xfsdump: dump size (non-dir files) : 13698056 bytes
xfsdump: NOTE: dump interrupted: 16 seconds elapsed
xfsdump: Dump Status: INTERRUPT
And it's now just sitting there. Should I stop it? What did I do wrong?