How to burn a CD

Linux machines (garm or loke)
  1. Collec everything you want to save in a separate directory. Also make appropriate subdirectories so that the data can easily be found.
  2. cd <directory>
  3. unzip everything (if necessary)

  4. gunzip -r *
  5. Make a list of contents:

  6. du  >content
  7. Ensure that noone is running a production job on the machine.
  8. Select Application : Archieving : CD burining : X-CD-Roast
  9. CreateCD
  10. Master Tracks
  11. Master source

  12. Select the files/directories to burn
    If you want separate files, uncheck "display only directories"
  13. Add

  14. Select appropriate path structure on the CD (Probably add to root directory)
  15. Select speed 12
  16. Create Session/Image
  17. Calculate size
  18. Now, you can either do

  19. Master to image
    Write tracks: Layout tracks: Add - Accept Track layouts
    or
    Master and write on the fly
The first time you use X-CD-Roast, you have to do the following:
  1. Setup: HD settings
  2. /temp1/Cdburner
  3. Add
  4. Save configuration
  5. OK
  6. chmod go+w  /temp1/Cdburner

Old burner

  1. ssh 130.235.27.6 -l molcas

  2.  
  3. Alvar, Ulf, and Emma knows the password.

  4.  
  5. ksh

  6.  
  7. . ./.profile

  8.  
  9. . /opt/home/mocas/.profile

  10.  
  11. Create an appropriate directory in /teokem

  12.  
  13. Use scp to move the desired files to tor.

  14.  
  15. chmod -R a+r *

  16. Here you will see if there are any links (if so, they should be removed or you should copy in the correct file).
     
  17. cd /opt/home/molcas

  18.  
  19. msgen

  20.  
  21. newvol NEW

  22.  
  23. copytree /teokem/your_dir

  24.  
  25. write

  26. y
    n
    y
    2
    2
    1
    y
    n
     
  27. delvol

  28.  
  29. exit

  30.  
  31. remove all your files

  32.