From owner-freebsd-questions@FreeBSD.ORG Sun Jan 4 07:29:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5328F16A4CE for ; Sun, 4 Jan 2004 07:29:15 -0800 (PST) Received: from lillith-iii.ovirt.dyndns.ws (ppp136-230.lns1.adl2.internode.on.net [150.101.136.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7947443D55 for ; Sun, 4 Jan 2004 07:29:13 -0800 (PST) (envelope-from ws@au.dyndns.ws) Received: from predatorii ([192.168.100.132])i04FTBP7085812 for ; Mon, 5 Jan 2004 01:59:12 +1030 (CST) (envelope-from ws@au.dyndns.ws) Message-ID: <02b401c3d2d7$81439f40$8464a8c0@ovirt.dyndns.ws> From: "W. Sierke" To: Date: Mon, 5 Jan 2004 01:59:11 +1030 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: How to create .iso file image of cdrom (atapi)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2004 15:29:15 -0000 Hi, Is there a straightforward way of creating a file image (.iso) of a data cdrom mounted in an atapi cd-rom drive? All my googling has turned up is suggestions like dd if=/dev/acd0 ... but I neither have nor can create (with MAKEDEV) /dev/acd0 (only /dev/acd0a and /dev/acd0c - FreeBSD 4.8) I've previously used Windows solutions to do this and thought I should be able to do it in FreeBSD with my eyes closed, but now I could use some help in prising them open! Thanks, Wayne