Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2001 23:09:24 -0800 (PST)
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        mjacob@feral.com
Cc:        FreeBSD Current <freebsd-current@FreeBSD.ORG>
Subject:   Re: tape device names and devfs
Message-ID:  <200103060709.f2679OZ04542@troutmask.apl.washington.edu>
In-Reply-To: <Pine.BSF.4.21.0103052229440.78696-100000@beppo.feral.com> "from Matthew Jacob at Mar 5, 2001 10:30:51 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Jacob wrote:
> 
> On Mon, 5 Mar 2001, Steve Kargl wrote:
> 
> > What are the names of the tape devices under devfs?
> > 
> > Should dump(8) use /dev/sa0 for the rewind device and
> > /dev/nsa0 for no rewind device?  Should /etc/rc.devfs
> > create symlinks from rsa0 and nrsa0 for backwards compatibility?
> 
> 
> Can you give a hint as to which release you're trying this with?

FreeBSD 5.0-CURRENT #2: Mon Mar  5 10:40:22 PST 2001
    kargl@troutmask.apl.washington.edu:/usr/obj/usr/src/sys/TROUTMASK
> 
> Does rc.devfs mean anything at all with -current's devfs? I just changed the
> sa driver to create the correct aliases.
> 

Yes, I use it to set permissions on cd0 and cd0c during boot.
I could add "ln -sf /dev/nsa0 /dev/nrsa0" for backwards 
compatibility.

dump.8 and dump(8) both refer explicitly to nsa0 and nrsa0 whereas
sa0 and nsa0 are the actual device names in -current.

-- 
Steve

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103060709.f2679OZ04542>