Linux-1U Features

Linux-1U Chassis

Linux-1U Systems

Linux-1U Comparason

Linux-1U LCD FrontPanels

IDE vs SCSI
CPU Specs
Memory Specs


Store-Testing

24x7 Server Admin

FREE 1U Systems

Other 1U Systems

1U Power Supplies
1U MotherBoard
1U Riser Cards
HeatSinks/Fans
BarCodes
1U Misc Parts

Racks-n-Cabinets
SerialConsole
KVM

InstallationSupport

DiagnosticTesting
Tuning-Optimization


About/Contact Us

LegalInfo


1U Rackmount Chassis

Custom-Chassis.com

Linux-1U.net

1U-ITX.net


ITX-Blades.net


Small PC cases

Mini-Box.net

Wrap-Box.net

Wrap-OS.net


Wan-Sim.net



Linux-Consulting.com

Linux-CAE.net

Linux-Sec.net

Linux-Boot.net

Linux-Backup.net

Linux-Wireless.org

Linux-Office.net

Linux-Video.net

Linux-VOIP.net

Linux-Jobs.net

Linux-Diff.net

1U-Raid5.net

Linux-Howto.net


Spam Reporting



Free Linux CDs

ISO9660.org

Distro-CD.org

Patch-CD.org



Linux-Distributions






















Contact



Linux is a registered trademark of
Linus Torvalds

More Linux Legalese


Linux-1U.net/CDRW


Supported CDRW Drives


CDRW Apps


CDRW Howto


Kernel Config Options


CDRW Modules


Lilo/Grub Boot Options

Writing a CDRW


Standalone Bootable CDROM


Testing Your CDROM



Create a Test ISO9660 Image
  • cd_image.iso is the desired iso file, 650MB or less to be written
  • exclude.lst list of directories/files to exclude from the cdrom
  • list-of-directories -- /bin /dev /etc ... but it canNOT be * ( star )

  • Re-write the CD again ( erase the cdrw media )
    • cdrecord --dev=0,3,0 --blank=fast

  • Create a simple ISO image ( cdrw.mkisofs.TEST.sh.txt ) to be written to cdrom
    • mkisofs -r -no-bak -D -L -N -l \
        -allow-lowercase -iso-level 3 -relaxed-filenames -no-iso-translate \
        -A "CDROM Test" -V "CDROM Test" \
        -P "http://www.Linux-1U.net/CDROM" -p "cdrom@Linux-1U.net" \
        -exclude-list exclude.lst \
        -o /opt/cd_image.iso /bin /dev /etc /bin /lib /sbin /var

  • Test and Verify that you can mount and read your newly created cdrom before continuing w/ making more "cdrom coasters"



Copyright © 2000
Linux-1U
All Rights Reserved.
Updated: Sat Feb 5 19:23:08 2005 PDT