From owner-cvs-all@FreeBSD.ORG Tue Jan 10 18:16:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CBDA16A41F; Tue, 10 Jan 2006 18:16:18 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id A213C43D46; Tue, 10 Jan 2006 18:16:14 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip68-105-180-11.dc.dc.cox.net [68.105.180.11]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k0AInc06046217 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 10 Jan 2006 13:49:39 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Tue, 10 Jan 2006 13:16:06 -0500 From: Tom Rhodes To: Marc Fonvieille Message-Id: <20060110131606.7bf453d9.trhodes@FreeBSD.org> In-Reply-To: <20060110180244.GF681@gothic.blackend.org> References: <200601101726.k0AHQYr6085660@repoman.freebsd.org> <20060110175027.GE681@gothic.blackend.org> <1136915770.2410.59.camel@pav.hide.vol.cz> <20060110180244.GF681@gothic.blackend.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-doc@FreeBSD.org, pav@FreeBSD.org, blackend@FreeBSD.org, cvs-all@FreeBSD.org, doc-committers@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 18:16:18 -0000 On Tue, 10 Jan 2006 19:02:44 +0100 Marc Fonvieille wrote: > On Tue, Jan 10, 2006 at 06:56:10PM +0100, Pav Lucistnik wrote: > > > Make sure the appropriate files exist in > > > - /dev. > > > + /dev. If the entries are missing, > > > + force the system to retaste the media: > > > + > > > + &prompt.root; dd if=/dev/acd0 of=/dev/null count=1 > > > + > > > > > > What do you think about something cleaner like: > > > > > > % cdcontrol -f /dev/acd0 info > > > > > > it has also the advantage to print the TOC for whose are interested in, > > > and it can be done as standard user. > > > > I tried this, but on my recent 6-STABLE system this haven't resulted in > > creation on /dev nodes. > > > > I just did it on an older one (6-STABLE from Nov 18) and it worked (in > fact it was the method I used on 5.X too). Well, I assume there's > something weaked with cdcontrol(1) then :( Can I also tack on: /dev -- Tom Rhodes