From owner-freebsd-doc@FreeBSD.ORG Thu Mar 31 08:09:48 2005 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D92316A4CE for ; Thu, 31 Mar 2005 08:09:48 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id E718A43D5A for ; Thu, 31 Mar 2005 08:09:46 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) j2V89iIN079785; Thu, 31 Mar 2005 10:09:44 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id j2V89d3W079784; Thu, 31 Mar 2005 10:09:39 +0200 (CEST) (envelope-from marc) Date: Thu, 31 Mar 2005 10:09:39 +0200 From: Marc Fonvieille To: Josh Paetzel Message-ID: <20050331080939.GA79615@abigail.blackend.org> References: <200503301307.35792.josh@tcbug.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503301307.35792.josh@tcbug.org> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: doc@freebsd.org Subject: Re: Confusing section of the FAQ X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2005 08:09:48 -0000 On Wed, Mar 30, 2005 at 01:07:35PM -0600, Josh Paetzel wrote: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPPYMOUNT > > 9.22. How do I let ordinary users mount floppies, CDROMs and other > removable media? > > Question 2 uses /dev/cd0c for it's example. > Question 3 uses /dev/acd0 for it's example. > Question 4 uses /dev/cd0c again. > > There's no mention of which drive type (SCSI vs. IDE) uses which > device Before I submit a patch I would like to know if this seems > vague or confusing to anyone except myself. > Fixed, I mostly used acd0c (when it was possible) and pointed people to the fact they have to change the device according to their situation. Thanks. Marc