From owner-freebsd-stable Sat Aug 19 15:34:31 2000 Delivered-To: freebsd-stable@freebsd.org Received: from smtp2a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id DC3A237B43F for ; Sat, 19 Aug 2000 15:34:26 -0700 (PDT) Received: from ispchannel.com ([206.128.247.59]) by smtp2a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20000819223630.VVPS382.smtp2a@ispchannel.com>; Sat, 19 Aug 2000 15:36:30 -0700 Message-ID: <399F0B71.40E00DA0@ispchannel.com> Date: Sat, 19 Aug 2000 17:34:25 -0500 From: Mike Murphree X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Mike Harding , stable@freebsd.org Subject: Re: mt broken? References: <399E13BF.955BA78C@ispchannel.com> <20000819142907.83CCBE6C9B@netcom1.netcom.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Harding wrote: > > The man page is incorrect - it specifies /dev/nsa0. But what was below wasn't the man page but the output of the command. From /usr/src/sys/sys/mtio.h : #ifndef _KERNEL #define DEFTAPE "/dev/nsa0" #endif It appears to be set wrong. Mike > Date: Fri, 18 Aug 2000 23:57:35 -0500 > From: Mike Murphree > X-Accept-Language: en > Content-Type: text/plain; charset=iso-8859-15 > Sender: owner-freebsd-stable@FreeBSD.ORG > X-Loop: FreeBSD.ORG > Precedence: bulk > X-RULES: lists > > Ok, what happened to this: > > %mt status > mt: /dev/nsa0: No such file or directory > > It's missing an 'r' in the device. > > >From dmesg: > > FreeBSD 4.1-STABLE #0: Mon Aug 14 02:23:31 CDT 2000 > > Waiting 2 seconds for SCSI devices to settle > sa0 at ncr0 bus 0 target 5 lun 0 > sa0: Removable Sequential Access SCSI-2 device > sa0: 10.000MB/s transfers (10.000MHz, offset 7) > > As expected, the following works normally: > > mt -f /dev/nrsa0 status > > Thanks, > Mike > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message