s3.servers.net

[root@s3 /] # apt-get update
[root@s3 /] # apt-get install cdrtools-cdrecord cdrtools-mkisofs
[root@s3 /] # vi /etc/lilo.conf

prompt
timeout=50
# VESA framebuffer console
# ex. 0x301=640x480x8, 0x314=800x600x16, 0x317=1024x768x16, 0x31A=1280x1024x16
# vga=0x314
default=linux
boot=/dev/hda
map=/boot/map
install=menu
message=/boot/message
image=/boot/vmlinuz-2.4.31-0vl1.8
 label=linux
 initrd=/boot/initrd-2.4.31-0vl1.8.img
 read-only
 root=/dev/hda2
 append="hdc=ide-scsi"

[root@s3 /] # updatedb
[root@s3 /] # lilo
[root@s3 /] # reboot
[root@s3 /] # cdrecord -scanbus

Cdrecord-Clone 2.01a31-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jrg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to .
Note: The author of cdrecord should not be bothered with problems in this version.
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (warly-scsi-linux-sg.c-1.83-vine
'@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling').
scsibus0:
  0,0,0   0) 'TEAC   ' 'DW-552G   ' 'N4K2' Removable CD-ROM
  0,1,0   1) *
  0,2,0   2) *
  0,3,0   3) *
  0,4,0   4) *
  0,5,0   5) *
  0,6,0   6) *
  0,7,0   7) *

[root@s3 /] # ls
bin/  dev/  home/  mnt/  root/  sbin/  usr/  boot/
etc/  lib/  logs/  proc/  save/  tmp/  var/  ns1/  s2/

[root@s3 /] # rsync -ao /ns1/var/log/httpd/ /logs/ns1
[root@s3 /] # rsync -ao /s2/var/log/httpd/ /logs/s2
[root@s3 /] # rsync -ao /var/log/httpd/ /logs/s3
[root@s3 /] # cd /logs
[root@s3 logs] # ls
ns1/  s2/  s3/

[root@s3 /] # cd
[root@s3 root] # mkisofs -o log.iso -J -R -v -V log.disk /logs/
[root@s3 root] # ls
anaconda-ks.cfg  log.iso

[root@s3 root] # cdrecord -v speed=10 dev=0,0,0 log.iso