Date: Wed, 17 May 2000 20:26:09 +0100 From: Ben Smithurst <ben@scientia.demon.co.uk> To: ap <adam@miscdebris.net> Cc: free bsd questions <freebsd-questions@freebsd.org> Subject: Re: acd0 probed but not in dev dir? Message-ID: <20000517202609.G21557@strontium.scientia.demon.co.uk> In-Reply-To: <000701bfc030$c50d2740$92fe1818@socal.rr.com> References: <000701bfc030$c50d2740$92fe1818@socal.rr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
ap wrote: > on startup the probe finds my two cdroms as devices acd0, and acd1...The > devices however aren't listed in my dev directory (makeing it imposible for > me to mount my cdrom) ...I have tried to use the ./MAKEDEV acd0 ... > it appears to work (I don't receive any error messages ) but acd0 still > doesn't appear in the dev directory... > I also have a problem with other devices not showing up in my dev directory > that have been probed...Why is this > and how do I specificaly get my cdrom in the dev dir? Try ./MAKEDEV acd2, this should make 2 acd devices, named acd0 and acd1. It would appear to be a bug that ./MAKEDEV all doesn't at least make acd0 (MAKEDEV all does MAKEDEV acd0, and as you have found the latter does nothing). -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000517202609.G21557>