Making an ISO fails

2004-02-08 Thread Loren M. Lang
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?

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 


pgp0.pgp
Description: PGP signature


Re: Making an ISO fails

2004-02-08 Thread Olaf Hoyer
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=dvdstype=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[EMAIL PROTECTED]
Fuerchterliche Erlebniss geben zu raten,
ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
(Nietzsche, Jenseits von Gut und Boese)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Making an ISO fails

2004-02-08 Thread Vulpes Velox
On Sun, 8 Feb 2004 06:44:50 -0800
Loren M. Lang [EMAIL PROTECTED] 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?

How have you been trying to copy it?

AFAIK dd should work with out any probs.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]