On Mon, 01 Nov 2004, sean wrote:
> Robert Kesterson wrote:
> 
> > 
> > dd if=/dev/dvd of=mydvd.iso bs=2048
> > 
> 
> Great. I knew this had to be simple. Here's what I did:
> 
> dd if=/dev/hdc of=image.iso bs=32k

How can you be sure that the image size is a multiple of 32k?
Use bs=2048 to be sure that _all_ sectors are read.

> growisofs -dvd-compat -Z /dev/hdc=image.iso
> 
> Worked like a charm.
> sean

        Carsten


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to