[wellylug] How to I make an ISO image?
Dave
mish at doomx.net
Fri Jun 27 20:40:23 NZST 2003
You shouldn't need to worry about the blocksize under Linux.
Just to make sure you have the correct commandline for your setup:
DVD: dd if=/dev/dvd of=dvd.iso
CDROM: dd if=/dev/cdrom of=cd.iso
SCSI CDROM: dd if=/dev/scd0 of=cd.iso
----- Original Message -----
From: "Andrew Thompson" <andy at fud.org.nz>
To: <wellylug at lists.naos.co.nz>
Sent: Friday, June 27, 2003 8:37 PM
Subject: Re: [wellylug] How to I make an ISO image?
> On Fri, 2003-06-27 at 20:33, Jamie Dobbs wrote:
> > Un Linux how do I make an ISO image from a CD I have mounted in my CDROM
> > drive so that I may burn further copies of it?
> >
>
> use dd.
>
> dd if=/dev/cdrom of=mycd.iso bs=2048
>
> The cd doesnt need to be mounted, and i'm pretty sure you need the
> blocksize (at least on my freebsd boxen).
>
>
> --
> Wellington Linux Users Group Mailing List: wellylug at lists.naos.co.nz
> To Leave: http://lists.naos.co.nz/mailman/listinfo/wellylug
More information about the wellylug
mailing list