From owner-freebsd-questions Thu Jul 16 20:03:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10132 for freebsd-questions-outgoing; Thu, 16 Jul 1998 20:03:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from css.tuu.utas.edu.au (css.tuu.utas.edu.au [131.217.115.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10126 for ; Thu, 16 Jul 1998 20:03:33 -0700 (PDT) (envelope-from andrew@ugh.net.au) Received: from localhost (acs@localhost) by css.tuu.utas.edu.au (8.8.8/8.8.5) with SMTP id NAA04927 for ; Fri, 17 Jul 1998 13:02:49 +1000 (EST) X-Authentication-Warning: depravitas.tuu.utas.edu.au: acs owned process doing -bs Date: Fri, 17 Jul 1998 13:02:49 +1000 (EST) From: acs@css.tuu.utas.edu.au To: The FreeBSD Questions List Subject: dump, restore Message-ID: X-Meaning-of-Life: none X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I dumped a series of file systems to tape using: dump -0 -a -f /dev/nrst0 -u -n /dev/rsd0s1a I repeated that for every slice over 2 SCSI disks. When I use restore -i all looks well...the first dumped partition seems to be there. I type quit the mt fsf 1 and restore -i. The second partition seems there. I type quit and mt fsf 1. Running restore -i I see the same partition as last time. I have tried retensioning the tape but I stil can only get the first 2 partitions (/web and /). dump -W says: /dev/rsd0s1a ( /) Last dump: Level 0, Date Thu Jul 16 23:58 /dev/rsd0s1e ( /var) Last dump: Level 0, Date Fri Jul 17 00:00 /dev/rsd0s1f ( /usr) Last dump: Level 0, Date Fri Jul 17 00:02 /dev/rsd0s1g (/usr/local) Last dump: Level 0, Date Fri Jul 17 01:45 /dev/rsd0s1h ( /web) Last dump: Level 0, Date Thu Jul 16 23:47 /dev/rsd1s1e ( /home) Last dump: Level 0, Date Fri Jul 17 00:30 mt status says: Present Mode: Density = 0x29 Blocksize variable ---------available modes--------- Mode 0: Density = 0x00 Blocksize variable Mode 1: Density = X3.136-1986 Blocksize = 512 bytes Mode 2: Density = X3.39-1986 Blocksize variable Mode 3: Density = X3.54-1986 Blocksize variable dmesg says: FreeBSD 2.2.6-STABLE #0: Fri Jun 26 21:21:05 EST 1998 andrew@fred.frog.net.au:/usr/src/sys/compile/FRED CPU: Pentium/P54C (132.95-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping=12 Features=0x1bf real memory = 67108864 (65536K bytes) avail memory = 63782912 (62288K bytes) Probing for devices on PCI bus 0: chip0 rev 2 on pci0:0:0 chip1 rev 1 on pci0:7:0 chip2 rev 0 on pci0:7:1 ahc0 rev 0 int a irq 10 on pci0:8:0 ahc0: aic7870 Single Channel, SCSI Id=7, 16 SCBs (ahc0:2:0): "CONNER CTMS 3200 7.15" type 1 removable SCSI 2 st0(ahc0:2:0): Sequential-Access density code 0x0, drive empty ahc0: target 5 Tagged Queuing Device (ahc0:5:0): "QUANTUM FIREBALL_TM2110S 300X" type 0 fixed SCSI 2 sd0(ahc0:5:0): Direct-Access 2014MB (4124736 512 byte sectors) ahc0: target 6 Tagged Queuing Device (ahc0:6:0): "QUANTUM FIREBALL_TM2110S 300X" type 0 fixed SCSI 2 sd1(ahc0:6:0): Direct-Access 2014MB (4124736 512 byte sectors) I have tried 2 different tapes both witht the same symptoms. Any clues? Please CC me any replies Thanks, Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message