From owner-freebsd-questions Mon Jul 21 11:14:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA00217 for questions-outgoing; Mon, 21 Jul 1997 11:14:14 -0700 (PDT) Received: from egeo.unipg.it (egeo.unipg.it [141.250.1.4]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA00211 for ; Mon, 21 Jul 1997 11:14:09 -0700 (PDT) Received: by egeo.unipg.it (AIX 3.2/UCB 5.64/MH-1.09) id AA34137; Mon, 21 Jul 1997 20:13:58 +0200 Date: Mon, 21 Jul 1997 20:13:58 +0200 From: peppe@unipg.it (Giuseppe Vitillaro) Message-Id: <9707211813.AA34137@egeo.unipg.it> To: freebsd-questions@FreeBSD.org Subject: restore "Specify next volume" Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to restore a file system under FreeBSD 2.2.2 and I got in trouble. The dump was done with the command: rdump 0unBbf 2000000 32 peppe@rs5:/dev/rmt0.1 /u1 under FreeBSD 2.2-BETA using a remote tape installed on a RISC/6000 running 3.2.5.1. Now I'm trying to restore (by name) the tape content with the command "restore xvf" and the restore command ask me to "Specify next volume #: " where the dump was all on a single tape file (actually the tape contain other four before and one after filesystems I restored correctly with the same command). I even extracted the dump from the tape on a file with the dd command and I obtain always the same result. The restore command acts like the dump was contained in more than one volume, where I'm almost sure was done o a single 2.3Gb tape. Where is the problem? What I did or I'm doing wrong? Thank in advance, Peppe.