[frgeek-michiana] Re: Tcl iso

  • From: "Jay Schlatter" <jschlatter@xxxxxxxxxxxxxxx>
  • To: <frgeek-michiana@xxxxxxxxxxxxx>
  • Date: Fri, 6 Jun 2003 14:02:05 -0500

To make an ISO from your CD/DVD, place the media in your drive but do
not mount it. If it automounts, unmount it. 

dd if=/dev/dvd of=dvd.iso # for dvd 
dd if=/dev/cdrom of=cd.iso # for cdrom 
dd if=/dev/scd0 of=cd.iso # if cdrom is scsi 

To make an ISO from files on your hard drive, create a directory which
holds the files you want. Then use the mkisofs command. 

mkisofs -o /tmp/cd.iso /tmp/directory/ 

This results in a file called cd.iso in folder /tmp which contains all
the files and directories in /tmp/directory/.
Jay Schlatter
Manager Information Services
Goodwill Industries of Michiana, Inc
(574) 472-7383


-----Original Message-----
From: Tom Brown [mailto:tbrown@xxxxxxxxxxxx] 
Sent: Friday, June 06, 2003 12:45 PM
To: FreeGeek Michiana
Subject: [frgeek-michiana] Tcl iso 


I burned a tcl iso to cd for Mike C. using Nero on a Win98 box. How do
you use dd to burn an iso to the hard drive in Linux? Straightforward or
are there gotcha's?

Tom





To post to the list send email to <frgeek-michiana@xxxxxxxxxxxxxx>

You may unsubscribe or change your list settings by going to the list
website at <//www.freelists.org/webpage/frgeek-michiana>



To post to the list send email to <frgeek-michiana@xxxxxxxxxxxxxx>

You may unsubscribe or change your list settings by going to the list website 
at <//www.freelists.org/webpage/frgeek-michiana>

Other related posts: