Differences between revisions 2 and 3
Revision 2 as of 2005-10-24 21:52:05
Size: 331
Editor: PeMac
Comment:
Revision 3 as of 2005-10-24 21:53:30
Size: 336
Editor: PeMac
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
["cd"] iso1
Line 3: Line 4:
["mkisofs"] -A Human_Genome1 -f -J -r -V HG1 -o ../hg1.iso .
cd ../iso2
["mkisofs"] -A Human_Genome1 -f -J -r -V HG1 -o ../filename.iso

Make an ISO

["cd"] iso1

["mkisofs"] -A Human_Genome1 -f -J -r -V HG1 -o ../filename.iso

Burn the CD

Figure out the dvice to use ["cdrecord"] -scanbus ["cdrecord"] fs=12m speed=4 -dev=1,0,0 hg1.iso

Test it

  • ["mount"] /dev/cdrom ["cd"] /mnt/cdrom ["ls"] ["cd"] / ["umount"] /dev/cdrom