On Mon, Jan 12, 2004 at 02:11:30AM +0800, Stephen Liu <[EMAIL PROTECTED]> wrote: > # lsmod -l Without the switch 'lsmod'.
> # modprobe sg > # modprobe ide-scsi > all no response That's OK, Linux is noisy only on errors (well, mostly), so no output means no problem. > # cat /etc/lilo.conf > append="hdc=ide-scsi" Correct. > # cdrecord dev=ATAPI -scanbus > Cdrecord-Clone 2.01a24 (i686-pc-linux-gnu) Copyright (C) 1995-2004 J\x{FFFD}rg > 0,0,0 0) 'SAMSUNG ' 'CD-R/RW SW-240B ' 'R403' Removable CD-ROM Kewl, you have it. > Blanking a CDRW > # cdrecord dev=ATAPI:0,0,0 speed=4 blank=all -v -eject Wrong IMHO. Either use 2.4.x and ide-scsi -> dev=0,0,0 or use 2.6.x and _no_ ide-scsi, then dev=ATAPI:/dev/hdc as far as I can remember. > Burning a CDRW > # cdrecord dev=ATAPI:0,0,0 speed=4 -v -eject /path/to/folder_containing > tarball cdrecord needs an iso image! Either create it first by hand, or use a GUI which automagically do it for you. > Fixating time: 76.884s > cdrecord.mmap: fifo had 235 puts and 235 gets. > cdrecord.mmap: fifo was 0 times empty and 129 times full, min fill was 96%. > > Failed. Can't burn CDRW NO. It was all right, cdrecord wrote out your data. It was your mistake that you did not write out an iso9660 filesystem, instead of a tar file. tar file!=filesystem. :-| Cheers, GCS -- BorsodChem Joint-Stock Company Linux Support Center Software engineer Developer +36-48-511211/12-99 +36-20-4441745 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]