From owner-freebsd-scsi@FreeBSD.ORG Mon Oct 26 02:40:16 2009 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CA3F1065679 for ; Mon, 26 Oct 2009 02:40:16 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 432428FC14 for ; Mon, 26 Oct 2009 02:40:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id DB60D50A51 for ; Mon, 26 Oct 2009 02:24:22 +0000 (GMT) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KkIJ8ktwdwBc for ; Mon, 26 Oct 2009 02:24:22 +0000 (GMT) Received: from smtp-auth.unixathome.org (smtp-auth.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) by nyi.unixathome.org (Postfix) with ESMTPSA id EA4F950994 for ; Mon, 26 Oct 2009 02:24:21 +0000 (GMT) Message-ID: <4AE50853.4000603@langille.org> Date: Sun, 25 Oct 2009 22:24:19 -0400 From: Dan Langille User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-scsi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: tape library and a stand-alone tape X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 02:40:16 -0000 I'm trying to add a tape library to an existing system. And I've run into a problem. I think it is related to having two tape drives in the same system, but I'm not sure. I *think* the problem is device numbering. e.g. sa0 versus sa1. What should I be reading to tie a given physical SCSI device to a particular /dev/ entry? If you're curious: http://www.freebsddiary.org/tape-library.php Thank you.