From owner-freebsd-hackers Tue Jun 20 14:31:39 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA17461 for hackers-outgoing; Tue, 20 Jun 1995 14:31:39 -0700 Received: (from hsu@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA17454 for hackers; Tue, 20 Jun 1995 14:31:38 -0700 Date: Tue, 20 Jun 1995 14:31:38 -0700 From: Jeffrey Hsu Message-Id: <199506202131.OAA17454@freefall.cdrom.com> To: hackers Subject: dump errors Sender: hackers-owner@FreeBSD.org Precedence: bulk Does anyone else have problems w/ dump? I'm running -current and getting errors of the following type: DUMP: read error from /dev/rsd0e: Input/output error: [block -454628770]: count=1024 DUMP: read error from /dev/rsd0e: Input/output error: [sector -454628770]: count=512 DUMP: read error from /dev/rsd0e: Input/output error: [sector -454628769]: count=512 DUMP: read error from /dev/rsd0e: Input/output error: [block -454628770]: count=1024 DUMP: read error from /dev/rsd0e: Input/output error: [sector -454628770]: count=512 DUMP: read error from /dev/rsd0e: Input/output error: [sector -454628769]: count=512 DUMP: read error from /dev/rsd0e: Input/output error: [block -454628770]: count=1024 DUMP: read error from /dev/rsd0e: Input/output error: [sector -454628770]: count=512 A 'dd if=/dev/rsd0e of=/dev/null' doesn't appear to have any problems though. Jeffrey