From owner-freebsd-questions@FreeBSD.ORG Sun Feb 8 10:33:43 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 C5DB916A4CE for ; Sun, 8 Feb 2004 10:33:43 -0800 (PST) Received: from gaff.hhhr.ision.net (gaff.hhhr.ision.net [195.180.9.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 504B343D1F for ; Sun, 8 Feb 2004 10:33:43 -0800 (PST) (envelope-from ohoyer@gaff.hhhr.ision.net) Received: from gaff.hhhr.ision.net (localhost [127.0.0.1]) by gaff.hhhr.ision.net (8.12.10/8.12.10) with ESMTP id i18IXeOL031715; Sun, 8 Feb 2004 19:33:40 +0100 (CET) (envelope-from ohoyer@gaff.hhhr.ision.net) Received: from localhost (ohoyer@localhost)i18IXdAg031712; Sun, 8 Feb 2004 19:33:40 +0100 (CET) (envelope-from ohoyer@gaff.hhhr.ision.net) Date: Sun, 8 Feb 2004 19:33:39 +0100 (CET) From: Olaf Hoyer To: "Loren M. Lang" In-Reply-To: <20040208144450.GD19831@alzatex.com> Message-ID: <20040208192735.B31690@gaff.hhhr.ision.net> References: <20040208144450.GD19831@alzatex.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD Mailing list Subject: Re: Making an ISO fails 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, 08 Feb 2004 18:33:43 -0000 On Sun, 8 Feb 2004, Loren M. Lang wrote: > I have been trying to make an iso of some dvds, an cdroms by just > copying the file /dev/acd0c, but most of the time it seems to fail with > an i/o error. I underestimated the size of a 6G dvd and ran out of > disk space before it was through, though it got to nearly 4G. After > freeing enough diskspace an trying again I couldn't copy more than > several hundre megs before it got an i/o error. Removing and > reinserting the dvd doesn't seem to help. I can successfully copy the > dvd by mounting it and copying all the files, but I'd prefer a straight > copy of the iso image. I've had various problems doing so with > different cd/dvds, and I also had a similar problem on linux. Since > some cd/dvds work fine, and I can always successfully read it when it's > mounted, why don't all cd/dvds allow a straight copy of the iso image? Hi! Because of such subtleties like region code, and additional scrambling. Also there are CD's with copy protection, multisession etc. when you want to have an exact image of a cd, then you simply use dd with a blocksize of 2048. This will give you an exact image, that can be written with cdrecord or burncd onto the next CD. With DVD I don't know, never tried personally. The question ist, what you want with a DVD-rip. in case you want to copy it, there are some tools in the ports, have a look at: http://www.freebsd.org/cgi/ports.cgi?query=dvd&stype=all copying simply the rawdevice is a bad idea, because it does not necessarily know about some subtleties that can hinder you... if its a movie DVD, have also a look at mplayer, with mplayer --dumpstream you can also dump a .vob file onto your HDD... HTH Olaf -- Olaf Hoyer ohoyer@gaff.hhhr.ision.net Fuerchterliche Erlebniss geben zu raten, ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist. (Nietzsche, Jenseits von Gut und Boese)