From owner-freebsd-questions Thu Oct 26 16:32:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cocopah.gate.net (cocopah.gate.net [216.219.246.49]) by hub.freebsd.org (Postfix) with ESMTP id 236BB37B479 for ; Thu, 26 Oct 2000 16:32:32 -0700 (PDT) Received: from gate.net (tstpa3-41.gate.net [207.36.133.41]) by cocopah.gate.net (AIX4.3/8.9.3/8.9.3) with ESMTP id TAA128730 for ; Thu, 26 Oct 2000 19:32:06 -0400 Message-ID: <39F8BF03.D27C6B1D@gate.net> Date: Thu, 26 Oct 2000 19:32:19 -0400 From: Mark Jacobs X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Dump problem/question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am attempting to dump my root file system to a cd/rw drive. The dump seems to complete correctly ===[root] ~ # dump -0 -a -f /dev/racd1c / DUMP: Date of this level 0 dump: Thu Oct 26 19:18:50 2000 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/ad0s3a (/) to /dev/racd1c DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 39144 tape blocks. DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: DUMP: 39166 tape blocks on 1 volume DUMP: finished in 138 seconds, throughput 283 KBytes/sec DUMP: Closing /dev/racd1c DUMP: DUMP IS DONE ===[root] ~ # When I attempt to verify the dump via restore -t I get the following error ===[root] ~ # restore -t -f /dev/racd1c tape read error: Undefined error: 0 ===[root] ~ # dmesg shows the following error acd1: READ_TOC - ILLEGAL REQUEST asc=24 ascq=00 error=00 What (if anything) am I doing wrong. Running 4.1.1 stable. Mark Jacobs jacobsm@gate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message