Date: Fri, 21 Apr 1995 00:52:45 +1000 From: Bruce Evans <bde@zeta.org.au> To: bde@zeta.org.au, peter@bonkers.taronga.com Cc: hackers@FreeBSD.org, julian@freefall.cdrom.com Subject: Re: [DEVFS] your opinions sought! Message-ID: <199504201452.AAA19553@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> > sd0 is the first scsi disk >> > c0t0l0 is the disk at scsi bus 0 target 0 lun 0 >> This would defeat one advantage of devfs - reduction of clutter in /dev. >Why? Only the one you're using would be symlinked into dev. If you're running >an unattended machine you don't want disks drifting to new locations when one >goes down. Always reference c0t0l0 to avoid drift. >> Why decides how h/w/ devices are mapped to ttys? ^^^oops, I meant `Who' >So if your COM2 board goes out you don't find your unattended SLIP connection >trying to talk to your Postscript laser printer and you've got a non-callbacked >getty suddenly talking to your V.34 modem. In an unattended machine the BSD >"device drift" problem is a real concern. Again, always reference an unambiguous device-specific name. I think it would be easier to teach ps (etc.) to handle such names than to map everything to tty* since the mapping would have to be site-specific. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504201452.AAA19553>