Re: create an ISO from a CD

2002-03-20 Thread Rick Troth
> > it is a simple: > > > > dd if= of=MyLovelyMVSImage.iso > I don't know why "everyone" recommends dd for this purpose. I've been > using the easier cp command and it works perfectly well. dd has extra > options, but they're not needed in this case. What Alan Cox said, plus: I try to keep cert

Re: create an ISO from a CD

2002-02-28 Thread John Summerfield
[EMAIL PROTECTED] said: > cp isn't a bash (or other shells as far as I know) buildin command, > so it should not depend on the shell. And I have not normaly an alias > for cp neither for rm. dd could be an alias too. To be sure it is not, > you may quote your command. There are dozens of ways to

Re: create an ISO from a CD

2002-02-28 Thread Georg Zumstrull
> -Original Message- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of > Holger Baxmann > Sent: Thursday, February 28, 2002 1:41 PM > To: [EMAIL PROTECTED] > Subject: Re: create an ISO from a CD > > > Am Don, 2002-02-28 um 13.16 schrieb Malcolm

Re: create an ISO from a CD

2002-02-28 Thread Holger Baxmann
Am Don, 2002-02-28 um 13.16 schrieb Malcolm Beattie: > Holger Baxmann writes: > > Am Mit, 2002-02-27 um 23.32 schrieb Alan Cox: > > > > > dd if= of=MyLovelyMVSImage.iso > > > > > > > > I don't know why "everyone" recommends dd for this purpose. I've been > > > > using the easier cp command and it

Re: create an ISO from a CD

2002-02-28 Thread Malcolm Beattie
Holger Baxmann writes: > Am Mit, 2002-02-27 um 23.32 schrieb Alan Cox: > > > > dd if= of=MyLovelyMVSImage.iso > > > > > > I don't know why "everyone" recommends dd for this purpose. I've been > > > using the easier cp command and it works perfectly well. dd has extra > > > options, but they're not

Re: create an ISO from a CD

2002-02-28 Thread Holger Baxmann
Am Mit, 2002-02-27 um 23.32 schrieb Alan Cox: > > > dd if= of=MyLovelyMVSImage.iso > > > > I don't know why "everyone" recommends dd for this purpose. I've been > > using the easier cp command and it works perfectly well. dd has extra > > options, but they're not needed in this case. > > Basically

Re: create an ISO from a CD

2002-02-27 Thread John Summerfield
> Why would you need to fiddle with the boot image? Don't understand your > point. Carlos :-) > You don't have to fiddle with the boot image. Howver, if you want an image that's bootable then you need to know which is the file and to specify it on the mkisofs command. otoh simply copying the C

Re: create an ISO from a CD

2002-02-27 Thread Alan Cox
> > dd if= of=MyLovelyMVSImage.iso > > I don't know why "everyone" recommends dd for this purpose. I've been > using the easier cp command and it works perfectly well. dd has extra > options, but they're not needed in this case. Basically Unix history. There was a time when you really did normall

Re: create an ISO from a CD

2002-02-27 Thread John Summerfield
> > > > cp /dev/hdc mycdimage.iso > > Hm, I don4t think so. Try "dd" for block-by-block copying or "mkisofs" for > the generation of a iso9660 image from a directory of files. > > Goetz > Goetz You should try it;-) -- Cheers John Summerfield Microsoft's most solid OS: http://www.geocit

Re: create an ISO from a CD

2002-02-27 Thread John Summerfield
> Under SuSE 7.2 (SLES) there is a package called mkisofs to create ISO > images. I have used it successfully by mounting my cd-rom from my PC via > smbfs and running the command. > Carlos :-) > That's another way. The MD5SUM won't match, so it won't be an authentic copy though. -- Cheers John Su

Re: create an ISO from a CD

2002-02-27 Thread John Summerfield
> Am Mit, 2002-02-27 um 15.39 schrieb [EMAIL PROTECTED]: > > How can I make an ISO image from a CD? I would like to be able to then > > mount that ISO image as loopback device. That way I don't have to have the > > CD mounted all the time. > > > it is a simple: > > dd if= of=MyLovelyMVSImage.iso

Re: create an ISO from a CD

2002-02-27 Thread John Summerfield
> How can I make an ISO image from a CD? I would like to be able to then > mount that ISO image as loopback device. That way I don't have to have the > CD mounted all the time. cp /dev/hdd enigma-disk1.iso etc -- Cheers John Summerfield Microsoft's most solid OS: http://www.geocities.com/rcw

Re: create an ISO from a CD

2002-02-27 Thread Carlos Ordonez
Port| | | | |-+---> > ---| | | |To: [EMAIL PROTECTED] | |cc: | | From: | | Subject: Re: cr

Re: create an ISO from a CD

2002-02-27 Thread Mark . Pace
>> Just copy the CD to a file, e.g. if your CD drive is /dev/hdc (on i386 >> plattform of course) just type >> >> cp /dev/hdc mycdimage.iso >Hm, I don4t think so. Try "dd" for block-by-block copying or "mkisofs" for >the generation of a iso9660 image from a directory of files. >Goetz Fo

Re: create an ISO from a CD

2002-02-27 Thread Ferguson, Neale
For Linux-based CD burners I quite like gcombust which hides all the command line complexities of cdrecord and cdlabelgen in a fairly intuitive gui.

Re: create an ISO from a CD

2002-02-27 Thread Rob van der Heij
>Why would you need to fiddle with the boot image? Don't understand your >point. Carlos :-) If you stick the CD in you PC and copy the files over into a big fat file that is formatted like an ISO image, you lose the boot image. So you will not have a functional duplicate. The point is that if you

Re: create an ISO from a CD

2002-02-27 Thread Carlos Ordonez
Subject: R

Re: create an ISO from a CD

2002-02-27 Thread Holger Baxmann
MKISOFS(8) MKISOFS(8) NAME mkisofs - create an hybrid ISO9660/JOLIET/HFS filesystem with optional Rock Ridge attributes. the point is not to _create_ a isofs rather to copy a already existing one, on the cd, to a filesystem file. so a r

Re: create an ISO from a CD

2002-02-27 Thread Sal Torres/SBC Inc.
*** Reply to note of Wed, 27 Feb 2002 16:30:42 +0100 *** by [EMAIL PROTECTED] You can use the mkisofs command to create an ISO image from any directory: mkisofs -r -o my.iso /cd_directory (to burn ISO images you can use the cdrecord command on systems that support cd writers). sal Holger Ba

Re: create an ISO from a CD

2002-02-27 Thread Goetz Rieger
- Original Message - From: "Georg Zumstrull" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 27, 2002 4:03 PM Subject: Re: create an ISO from a CD > Just copy the CD to a file, e.g. if your CD drive is /dev/hdc (on i386 > pl

Re: create an ISO from a CD

2002-02-27 Thread Rob van der Heij
At 16:39 27-02-02, you wrote: >Under SuSE 7.2 (SLES) there is a package called mkisofs to create ISO >images. I have used it successfully by mounting my cd-rom from my PC via >smbfs and running the command. >Carlos :-) But that is making an ISO image out of files rather than out of a CD. You woul

Re: create an ISO from a CD

2002-02-27 Thread Jon R. Doyle
man mkisofs for get the switches, but it is quite easy I rememebr, just tell t the file name somecd.iso and the spot where the files are /files/* Regards, Jon Jon R. Doyle Sendmail Inc. 6425 Christie Ave Emeryville, Ca. 94608 (o_ (o_ (o_ //\ (/)_ (\)_ V_

Re: create an ISO from a CD

2002-02-27 Thread Carlos Ordonez
From: | | Subject: create a

Re: create an ISO from a CD

2002-02-27 Thread Holger Baxmann
Am Mit, 2002-02-27 um 15.39 schrieb [EMAIL PROTECTED]: > How can I make an ISO image from a CD? I would like to be able to then > mount that ISO image as loopback device. That way I don't have to have the > CD mounted all the time. > it is a simple: dd if= of=MyLovelyMVSImage.iso hth bax > >

Re: create an ISO from a CD

2002-02-27 Thread Georg Zumstrull
ay, February 27, 2002 3:39 PM > To: [EMAIL PROTECTED] > Subject: create an ISO from a CD > > > How can I make an ISO image from a CD? I would like to be able to then > mount that ISO image as loopback device. That way I don't have > to have the > CD mounted all the t