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"
|
|