From owner-freebsd-stable@FreeBSD.ORG Thu Mar 11 23:56:10 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3197016A4CE for ; Thu, 11 Mar 2004 23:56:10 -0800 (PST) Received: from smtp2.eunet.yu (smtp2.eunet.yu [194.247.192.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id C19AF43D3F for ; Thu, 11 Mar 2004 23:56:08 -0800 (PST) (envelope-from kolicz@eunet.yu) Received: from smtp2.EUnet.yu (root@localhost) by smtp2.eunet.yu (8.12.10/8.12.10) with SMTP id i2C7u7KJ000753 for ; Fri, 12 Mar 2004 08:56:07 +0100 Received: from kolic.net (P-2.97.EUnet.yu [213.240.2.97]) by smtp2.eunet.yu (8.12.10/8.12.10) with ESMTP id i2C7u6Qq000604 for ; Fri, 12 Mar 2004 08:56:06 +0100 Received: by kolic.net (Postfix, from userid 1001) id 0544B41B3; Fri, 12 Mar 2004 08:34:40 +0100 (CET) Date: Fri, 12 Mar 2004 08:34:40 +0100 From: Zoran Kolic To: freebsd-stable Message-ID: <20040312073440.GA700@kolic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Re: Creating an ISO-Image with 5.2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 07:56:10 -0000 > this is (maybe) a stupid question: How do I create an ISO image from > an ATAPI cdrom (data CD) when there is no /dev/acd0c ? Just omit "c". I bet that you have "/dev/acd0". 5.2 has devfs. ZK