Re: Making a CD

2000-12-10 Thread Duane Clark
On Sat, 9 Dec 2000, Ahbaid Gaffoor wrote: > I have downloaded Oracle 8.1.7 for linux in a tar.gz file... > > I then extract the files via. > > tar -zxvf thefile > > I end up with the files and directory tree on disk... > > what I would like to do is get this onto a CD after it's been > decompresse

Re: Making a CD

2000-12-09 Thread Mike Burger
Isn't CDRecord capable of burning directly mounted as a filesystem? If so, mount the CD, and untar the file directly to the CD. On Sat, 9 Dec 2000, Ahbaid Gaffoor wrote: > I have downloaded Oracle 8.1.7 for linux in a tar.gz file... > > I then extract the files via. > > tar -zxvf thefile > > I

Making a CD

2000-12-09 Thread Ahbaid Gaffoor
I have downloaded Oracle 8.1.7 for linux in a tar.gz file... I then extract the files via. tar -zxvf thefile I end up with the files and directory tree on disk... what I would like to do is get this onto a CD after it's been decompressed... Is there some way I can make this into an ISO image?