From owner-freebsd-hackers Mon Oct 9 20:15:04 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA04901 for hackers-outgoing; Mon, 9 Oct 1995 20:15:04 -0700 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id UAA04887 ; Mon, 9 Oct 1995 20:15:00 -0700 Received: (from julian@localhost) by ref.tfs.com (8.6.11/8.6.9) id UAA16556; Mon, 9 Oct 1995 20:14:48 -0700 From: Julian Elischer Message-Id: <199510100314.UAA16556@ref.tfs.com> Subject: Re: scsi, dump, FreeBSD 1.1 filesystem To: hsu@freefall.freebsd.org (Jeffrey Hsu) Date: Mon, 9 Oct 1995 20:14:47 -0700 (PDT) Cc: hackers@freefall.freebsd.org In-Reply-To: <199510100258.TAA04031@freefall.freebsd.org> from "Jeffrey Hsu" at Oct 9, 95 07:58:49 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1297 Sender: owner-hackers@FreeBSD.org Precedence: bulk It means that minphys() has been broken somewhere.. it's a 1.1 filesystem, but what version kernel? > > When I tried to dump a FreeBSD 1.1 filesystem, I get the following errors > > Oct 9 18:22:47 armour /kernel: sd1(uha0:5:0): ILLEGAL REQUEST asc:21,0 Logical > block address out of range > Oct 9 18:22:48 armour last message repeated 38 times > Oct 9 18:22:50 armour /kernel: uha0: uha_scsi_cmd, more than 33 DMA segs > Oct 9 18:22:50 armour /kernel: sd1: oops not queued > Oct 9 18:22:50 armour /kernel: biodone: buffer already done > Oct 9 18:22:50 armour /kernel: uha0: uha_scsi_cmd, more than 33 DMA segs > Oct 9 18:22:50 armour /kernel: sd1: oops not queued > Oct 9 18:22:50 armour /kernel: biodone: buffer already done > Oct 9 18:22:50 armour /kernel: uha0: uha_scsi_cmd, more than 33 DMA segs > Oct 9 18:22:50 armour /kernel: sd1: oops not queued > Oct 9 18:22:50 armour /kernel: biodone: buffer already done > Oct 9 18:22:50 armour /kernel: uha0: uha_scsi_cmd, more than 33 DMA segs > Oct 9 18:22:50 armour /kernel: sd1: oops not queued > Oct 9 18:22:50 armour /kernel: biodone: buffer already done > Oct 9 18:22:50 armour /kernel: uha0: uha_scsi_cmd, more than 33 DMA segs > Oct 9 18:22:51 armour /kernel: sd1: oops not queued > > ... > > What does this mean? >