Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 1996 13:32:04 +0100
From:      se@freebsd.org (Stefan Esser)
To:        sos@freebsd.org
Cc:        hackers@freebsd.org (FreeBSD hackers)
Subject:   Re: SCSI problem, anybody knows this ??
Message-ID:  <199611231232.NAA17848@x14.mi.uni-koeln.de>
In-Reply-To: <199611222220.XAA03456@ravenock.cybercity.dk>; from Soren Schmidt on Nov 22, 1996 23:20:42 %2B0100
References:  <199611222220.XAA03456@ravenock.cybercity.dk>

next in thread | previous in thread | raw e-mail | index | archive | help

On Nov 22, sos@ravenock.cybercity.dk (Soren Schmidt), sos@freebsd.org wrote:
> 
> I'm fiddeling with different SCSI drives, and have now come up
> with one that just gives me this when trying to do anything:

Hmmm, but you don't by chance happen to know the exact 
brand and model of that particular disk drive ? ;)

> /kernel: , retries:2
> /kernel: sd3(ncr0:6:0): ABORTED COMMAND asc:4e,0 Overlapped commands attempted
> /kernel: , retries:1
> /kernel: sd3(ncr0:6:0): ABORTED COMMAND asc:4e,0 Overlapped commands attempted
> /kernel: , FAILURE

This is typically reported when there is a problem with
tagged commands, either because they are used incorrectly,
or because the drive does not implement them correctly.

What the drive is actually complaining about is, that the
driver mixed tagged and untagged commands, which is not 
legal. But I'm sure the driver didn't do that, so the 
drive must be wrong :)

> This snippet came when I tried to format the drive...

This message is for example generated by some IBM drives,
when they receive a command that can't actually be executed
simultanously with any other command (eg. START_STOP_UNIT,
perhaps also FORMAT) and this command is sent with a tag.

> Any clues ??

Yes, sure:

# ncrcontrol -t 6 -s tags=0

Let me know, whether that cures it for you ...

Regards, STefan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611231232.NAA17848>