Date: Tue, 8 May 2001 01:47:03 -0700 From: "Robert L Sowders" <rsowders@usgs.gov> To: "Mike O'Brien" <obrien@leonardo.net> Cc: freebsd-questions@freebsd.org, owner-freebsd-questions@FreeBSD.ORG Subject: Re: Exabyte 8200 not working right? Message-ID: <OFA6F665DF.C7A9BB17-ON88256A46.002FC056@wr.usgs.gov>
next in thread | raw e-mail | index | archive | help
Check your devices in the dev file, do you have a /dev/nsa0, the third line of your DUMP output doesn't match with your shell script. Check your script, is the correct device specified? If your missing some devices in your /dev, make them with the MAKEDEV command. MAKEDEV sa# or MAKEDEV local, see man MAKEDEV. Double check your script and try again. "Mike O'Brien" <obrien@leonardo.net> Sent by: owner-freebsd-questions@FreeBSD.ORG 05/08/2001 12:00 AM To: freebsd-questions@freebsd.org cc: Subject: Exabyte 8200 not working right? I'm running FreeBSD 4.2-RELEASE. This is the shell file I've used to dump my disks since FreeBSD 2.x: # dump 64k blocksize 2441406 1k blocks per 2.5Gb Exabyte 8200 tape /sbin/dump 0ubBf 64 2441406 /dev/nrsa0 / /sbin/dump 0ubBf 64 2441406 /dev/nrsa0 /var /sbin/dump 0ubBf 64 2441406 /dev/rsa0 /usr Suddenly, under 4.2-RELEASE, it doesn't work. The second dump gets an error as soon as it tries to write to the tape, which should start a new tape file after the first dump: DUMP: Date of this level 0 dump: Mon May 7 20:33:18 2001 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/da0s2e (/var) to /dev/nsa0 DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 8354 tape blocks on 0.00 tape(s). DUMP: dumping (Pass III) [directories] DUMP: write error 64 blocks into volume 1 DUMP: Do you want to restart?: ("yes" or "no") no DUMP: The ENTIRE dump is aborted. Can anybody tell me what the heck is going on here? My / and /var are so small that I'm going to waste 99% of two tapes, dumping one file system per tape. Mike O'Brien obrien@leonardo.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OFA6F665DF.C7A9BB17-ON88256A46.002FC056>