From owner-freebsd-scsi@FreeBSD.ORG Mon Mar 22 10:26:08 2004 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE9516A4CE for ; Mon, 22 Mar 2004 10:26:08 -0800 (PST) Received: from sift.mirapoint.com (sift.mirapoint.com [63.107.133.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 229CB43D3F for ; Mon, 22 Mar 2004 10:26:08 -0800 (PST) (envelope-from cer@mirapoint.com) Received: from mirapoint.com (nat64.mirapoint.com [63.107.133.64]) by sift.mirapoint.com (MOS 3.4.5-GR) with ESMTP id ANL03643; Mon, 22 Mar 2004 10:25:51 -0800 (PST) Message-ID: <405F2FAF.4050601@mirapoint.com> Date: Mon, 22 Mar 2004 10:25:51 -0800 From: Carl Reisinger User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040315 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marco Senft References: <405F1D1C.9050005@t2g.ch> In-Reply-To: <405F1D1C.9050005@t2g.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-scsi@freebsd.org Subject: Re: Accessing tape drive using passthrough driver X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 18:26:08 -0000 > > There are some "pass" devices under /dev: > > > ls -la /dev/pass* > crw------- 1 root operator 31, 0 Oct 21 2002 pass0 > crw------- 1 root operator 31, 1 Oct 21 2002 pass1 > crw------- 1 root operator 31, 2 Oct 21 2002 pass2 > crw------- 1 root operator 31, 3 Oct 21 2002 pass3 > > I have four hard drives attached to the first controller, don't know > if this has any influence on the list above. > > > So if someone just could tell me if and how I can make sure that the > tape drive is accessible using the "pass" driver, I'd be really happy. > try running "camcontrol devlist -v" as part of that output will be the pass device for each unit found. If the pass device associated with the tape device does not exist, create it and try TapeWare again.