Subject: Re: generic kernel SCSI tape configuration
To: Helge MEINHARD, Chorus, CERN-ECP <meinhard@afsmail.cern.ch>
From: Ted Lemon <mellon@fugue.com>
List: port-pmax
Date: 07/12/1995 11:16:34
> mount -r -v /dev/rz2d /tmp/ultrix
>   rz2: WARNING: using ULTRIX partition information
>   rzopen: ENXIO on rz2d unit 2 port 3
>   # partions 8, size of 0 = -1337960448
>   /dev/rz2d on /tmp/ultrix: Device not configured
> !@#@@$@%^%#!^%^?? How to convince NetBSD to mount the Ultrix partition?
> 

Sounds like the Ultrix partition information is bad, or that NetBSD
isn't reading it correctly.   Can you boot Ultrix and send us the
complete output of the following command?

	chpt -q -v /dev/rrz2c


>   tz0: Incorrect Block Length, expected 1024, got 16384
>   cp: /dev/rmt0: Input/output error

Try using

	dd if=/dev/tz0 of=/tmp/tape-file bs=16k

cp isn't a good choice for reading raw block devices.

			       _MelloN_