From owner-freebsd-mobile@FreeBSD.ORG Tue Sep 28 20:19:51 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF5F616A4CE for ; Tue, 28 Sep 2004 20:19:51 +0000 (GMT) Received: from baltazar.r404.com (baltazar.R404.com [69.56.206.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5AB343D41 for ; Tue, 28 Sep 2004 20:19:51 +0000 (GMT) (envelope-from radek@raadradd.com) Received: from bww3.neoplus.adsl.tpnet.pl ([83.29.246.3] helo=raadradd.homeunix.org ident=postfix) by baltazar.r404.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.42) id 1CCORr-0005tF-5D; Tue, 28 Sep 2004 22:19:43 +0200 Received: by raadradd.homeunix.org (Postfix, from userid 1001) id 0F9B7A558; Tue, 28 Sep 2004 22:20:56 +0200 (CEST) Date: Tue, 28 Sep 2004 22:20:55 +0200 From: Radek Kozlowski To: Kevin Oberman Message-ID: <20040928202055.GI62265@werd> References: <20040928192424.GH62265@werd> <20040928200019.021DA5D0A@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <20040928200019.021DA5D0A@ptavv.es.net> User-Agent: Mutt/1.5.6i X-PopBeforeSMTPSenders: radek X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - baltazar.r404.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - raadradd.com X-Source: X-Source-Args: X-Source-Dir: cc: freebsd-mobile@FreeBSD.org Subject: Re: FreeBSD 5.3-BETA6 available X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 20:19:51 -0000 On Tue, Sep 28, 2004 at 01:00:18PM -0700, Kevin Oberman wrote: > I'm afraid that you're still missing the point. I'm not talking about > media. The DRIVE is not present at boot time. No /dev/acd0 to point the > symlink to. I insert the drive and use atacontrol(8) to connect and > /dev/acd0 appear, but no /dev/cdrom. In some platforms ATA disk drives > are just as removable as USB devices. > > That's why I thought that devd might be the right approach. Oops, sorry, I clearly missed the point. After inserting the drive you could do /etc/rc.d/devfs start and the symlinks should appear (assuming you have those link lines in devfs.conf). -Radek