Differences between revisions 4 and 5
Revision 4 as of 2005-10-24 21:56:05
Size: 341
Editor: PeMac
Comment:
Revision 5 as of 2005-10-24 21:56:43
Size: 350
Editor: PeMac
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
["cdrecord"] -scanbus
["cdrecord"] fs=12m speed=4 -dev=1,0,0 filename.iso
 *["cdrecord"] -scanbus
 *["cdrecord"] fs=12m speed=4 -dev=1,0,0 filename.iso
Line 14: Line 14:
 ["mount"] /dev/cdrom
 ["cd"] /mnt/cdrom
 ["ls"]
 ["cd"] /
 ["umount"] /dev/cdrom
 *["mount"] /dev/cdrom
 *["cd"] /mnt/cdrom
 *["ls"]
 *["cd"] /
 *["umount"] /dev/cdrom

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 filename.iso

Test it

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