Errors when I perform dumps to a tape on remote machine:
DUMP: short read error from /dev/sdc1: [sector -1537013765]:
count=512, got=0
DUMP: bread: lseek2 fails!
DUMP: short read error from /dev/sdc1: [sector -1537013764]:
count=512, got=0
DUMP: bread: lseek2 fails!
DUMP: short read error from /dev/sdc1: [sector -1537013763]:
count=512, got=0
DUMP: bread: lseek2 fails!
the dump script executes:
/sbin/dump 0dsf 122000 140000 $TAPE $FS
This script is identical to two other machines that I backup remotely as
well (same tapehost, etc). The script worked fine until a couple of
days ago. not only do I get the errors on sdc1 but also on /dev/md0 (see
fstab). Interesting to note that backup of /boot works fine (same
physical disks as the md0 set). There is nothing wrong with the disks -
no controller or disk errors in log files, system reboots cleanly
without fsck, etc. Disks are all SCSI, OS is RH 7.0 - RH6.2 on machine
with tape drive (HP 4mm DAT). Strace of dumpscript doesn't show any
obvious clues.
/etc/fstab
/dev/md3 / ext2 defaults 1 1
/dev/md0 /boot ext2 defaults 1 2
/dev/sdc1 /home ext2 defaults 1 2