From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 15:22:58 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 E06B037B401 for ; Mon, 30 Jun 2003 15:22:58 -0700 (PDT) Received: from forrie.ne.client2.attbi.com (forrie.ne.client2.attbi.com [24.147.156.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBB0143FDD for ; Mon, 30 Jun 2003 15:22:57 -0700 (PDT) (envelope-from forrie@forrie.com) Received: from workstation.forrie.com (workstation.forrie.net. [192.168.1.21]) by forrie.ne.client2.attbi.com with ESMTP id h5UMMlbX004234 for ; Mon, 30 Jun 2003 18:22:47 -0400 (EDT) (envelope-from forrie@forrie.com) Message-Id: <5.2.1.1.2.20030630181906.01f511a8@192.168.1.1> X-Sender: forrie@192.168.1.1 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Mon, 30 Jun 2003 18:22:46 -0400 To: freebsd-questions@freebsd.org From: Forrest Aldrich Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.com) X-MailScanner: Found to be clean Subject: SCSI Tape (sa) coniguration 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: Mon, 30 Jun 2003 22:22:59 -0000 I attached a basic 4mm tape drive (SCSI-2) to my system, which is detected by the kernel. But "mt" reports the device(s) are not configured. Here is "dmesg": sa0 at ahc1 bus 0 target 6 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 10.000MB/s transfers (10.000MHz, offset 15) I'm curious what the problem might be. Thanks.