From owner-freebsd-current@FreeBSD.ORG Wed Jul 2 18:10:06 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8897837B401 for ; Wed, 2 Jul 2003 18:10:06 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2EB943FBD for ; Wed, 2 Jul 2003 18:10:05 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h631A3aQ018483; Wed, 2 Jul 2003 18:10:04 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h631A2WO018482; Wed, 2 Jul 2003 18:10:02 -0700 (PDT) Date: Wed, 2 Jul 2003 18:10:02 -0700 From: "David O'Brien" To: "Karl M. Joch" Message-ID: <20030703011002.GA18442@dragon.nuxi.com> References: <3F035672.9080805@kmjeuro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F035672.9080805@kmjeuro.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-current@freebsd.org Subject: Re: 5.1 missing /dev/nrsa0 ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 01:10:06 -0000 On Thu, Jul 03, 2003 at 12:02:26AM +0200, Karl M. Joch wrote: > i have 2 compaq DLT tapes installed on an adaptec controller. dmesg > shows me sa0 and sa1 and mt erase and mt offline can access sa0 and sa1. > > i found that MAKEDEV is no longer supported and the devices are created > on demand. but i miss /dev/nrsa0 and /dev/nrsa1 for amanda. this 2 are > not in /dev and are not created when e.g. running amlabel which would > label the tape. > > do i oversee something? The "r" raw desgination is gone in 5.0. Please try /dev/nsa0 and /dev/nsa1.