From owner-freebsd-questions@FreeBSD.ORG Thu Sep 11 23:44:08 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8310916A4BF for ; Thu, 11 Sep 2003 23:44:08 -0700 (PDT) Received: from jez.intrinsix.net (ti.intrinsix.net [204.50.135.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7044943F75 for ; Thu, 11 Sep 2003 23:44:07 -0700 (PDT) (envelope-from luke@intrinsix.net) Received: from localhost (localhost [127.0.0.1]) by jez.intrinsix.net (8.12.9/8.12.5) with ESMTP id h8C6hvWl025250 for ; Fri, 12 Sep 2003 01:43:58 -0500 Date: Fri, 12 Sep 2003 01:43:57 -0500 (CDT) From: Luke Lussier To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Quantum DLT4000 on 4.5-R: "Device busy" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2003 06:44:08 -0000 Greetings, (Apologies in advance if this is not the correct list for this question) I am attemping to get a new tape drive (Quantum DLT4000, external) working on my FreeBSD (4.5-R, i386) machine. The kernel detects the drive during boot: ahc0: port 0xdc00-0xdcff mem 0xe7003000-0xe7003fff irq 11 at device 13.0 on pci0 aic7880: Ultra Wide Channel A, SCSI Id=7, 16/255 SCBs sa0 at ahc0 bus 0 target 4 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 10.000MB/s transfers (10.000MHz, offset 15) However, when trying to interact with the /dev/sa0 device via mt and tar commands, the device is reported to be busy: [root@th]:/dev $ mt status mt: /dev/nsa0: Device busy ('mt offline' fails with the same message, as well) I have tried resetting the drive, changing SCSI IDs, rebooting, reseating the tape cartridge, to no avail. The tape drive works under a Solaris/Sparc 8 machine, so I do not believe the drive or cable are at fault. I am unfamiliar with tape drives in general under BSD. Am I doing something wrong? -Luke