From owner-freebsd-questions@FreeBSD.ORG Tue Sep 30 14:15:29 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 A568D16A4B3 for ; Tue, 30 Sep 2003 14:15:29 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCDB144005 for ; Tue, 30 Sep 2003 14:15:28 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h8ULFAOg008137; Tue, 30 Sep 2003 17:15:10 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h8ULF9W0008136; Tue, 30 Sep 2003 17:15:09 -0400 (EDT) From: Jerry McAllister Message-Id: <200309302115.h8ULF9W0008136@clunix.cl.msu.edu> To: freebsd@anything-inc.com (Bob Collins) Date: Tue, 30 Sep 2003 17:15:09 -0400 (EDT) In-Reply-To: <5.2.0.9.0.20030930154627.00a9fd98@anything-inc.com> from "Bob Collins" at Sep 30, 2003 03:48:13 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: SCSI DAT tape drive 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: Tue, 30 Sep 2003 21:15:29 -0000 > > At 03:40 PM 9/30/2003, Darryl Hoar wrote: > >Greetings, > >I just finished installing FreeBSD 4.7 on my box. My machine has an adaptec > >SCSI > >host adapter and a SCSI Dat tape drive. I expected to access my tape drive > >through > >the /dev/rmt device, but instead must use /dev/sa0 (I think this is right. > >I'm going > >from memory as I'm not at the machine right now). > > > >Is this the normal device to reference when reading/writing to the scsi dat > >tape drive ? > > > >thanks, > >-D > > My IBM DDS2 drive is attached to my onboard Adaptec SCSI port and it only > works when referred to as /dev/sa0. There are many /dev/listings for the > drive, however there are complaints with some software, like Bacula, when I > try to use the /dev/rsa0. So, I assume that /dev/sa0 is okay. Well, I usually use /dev/nrsa0 to get the no-rewind device so I can put multiple dump files on the tape. ////jerry > > Bob >