does anybody know of problems using an external SCSI disk with a
VAXstation 3100/m30 with 1.5_ALPHA2?
I have attached a 4GB disk on the external port and the kernel
recognizes it as sd1:
sd1 at scsibus1 target 1 lun 0: <QUANTUM, XP34301, 1071> SCSI2 0/direct fixed
sd1: 4106 MB, 4076 cyl, 20 head, 103 sec, 512 bytes/sect x 8410200 sectors
However, the disk doesn't seem to be able to hold a disklabel, once
written to it it always seems to "disappear" after a few moments.
I wrote the kernel generated label to the disk using:
disklabel sd1 >sd1label
disklabel -R -r sd1 sd1label
which seems to work, although it spits out "sd1: no disk label";
at least "disklabel -r sd1" now displays the label.
However, after a few seconds, a second "disklabel -r sd1" fails
with:
sd1: no disk label
disklabel: no disklabel
and "disklabel sd1" displays the incore-label followed by
disklabel: boot block size 0
disklabel: super block size 0
Having done this for quite some time now, I also managed to
create a partition once and newfs it, but after writing the
superblock backups, newfs failed with, iirc, "wtfs: read-only
filesystem" and then the label was gone again.
The disk itself is known to work. Anyone got some hints or
suggestions?
TIA
--mkb
This is the exact problem I have. I have been whining about it for several
weeks, but I haven't collected enough information to file a PR on it.
:-)
I have a kernel from June 29 that does not have the problem. Any kernel
after that (actually after the vsbus.c rototillage) is broken.
Unfortunately the build was broken from about June 30 to July 30 so I am
having trouble isolating the changes via CVS binary search. :-)
Anyway, I am very glad to hear someone else has this problem. It shows
I'm not going crazy. (at least on this issue)
I guess a PR should be filed anyway, but I was trying to isolate the dates
involved better.
-Andrew
I'll post when I find out something more useful.
johnh...
On Thu, 28 Sep 2000, Andrew Gillham wrote:
> Date: Thu, 28 Sep 2000 00:00:47 -0400 (EDT)
> From: Andrew Gillham <gil...@vaultron.com>
> To: Matthias Buelow <to...@cip.informatik.uni-wuerzburg.de>
> Cc: port...@netbsd.org
> Subject: Re: 1.5_ALPHA2 on VS3100/m30 and external SCSI
I'll look to see if I can find out what changed over that period of time.
johnh...
On Thu, 28 Sep 2000, John Hayward wrote:
> Date: Thu, 28 Sep 2000 08:26:08 -0500 (CDT)
> From: John Hayward <jo...@ImapStu.wheaton.edu>
> To: Andrew Gillham <gil...@vaultron.com>
> Cc: Matthias Buelow <to...@cip.informatik.uni-wuerzburg.de>,
The value va->va_dmasize is 0x0000fc00
Both scsi drives are on the second scsi controler. The tkxx drive is on
the first scsi controler but has no tape in it.
I'm rebuilding a ALPHA2 kernel with the ncr_off setting line commented out
to see if the ALPHA2 sources work with that mod.
Where do we get docs to find out how the DMA on the 3100 should really
work.
johnh...
On Thu, 28 Sep 2000, John Hayward wrote:
> Date: Thu, 28 Sep 2000 18:43:27 -0500 (CDT)
My machine is a VS3100/M10 as far as I can determine.
I'd like to know if this is particular to the fix works with other models
of VS3100.
I'd like to know if this works with machines which have a working tkxx
drive on the other scsi bus.
I'd like to know pointers to documentation to understand how the DMA works
on the VS3100 to get this correct.
Ideally changes could be done before 1.5 is released.
johnh...
I'll try to test mine tomorrow. Thanks!
-Andrew
On Sun, 1 Oct 2000, Andrew Gillham wrote:
> Date: Sun, 1 Oct 2000 02:43:45 -0400 (EDT)
> From: Andrew Gillham <gil...@vaultron.com>
> To: John Hayward <John.C....@wheaton.edu>
> Cc: Andrew Gillham <gil...@vaultron.com>,
> Matthias Buelow <to...@cip.informatik.uni-wuerzburg.de>,
> port...@netbsd.org
> Subject: Re: 1.5_ALPHA2 on VS3100/m30 and external SCSI
>
I will get it from CVS. Good thing I haven't had time to mess with my
VAX at all, or I would have hosed disks. :-)
-Andrew