Does knoppix have cdrecord  and mkisofs on it? If so, I can tell you how I do it.
Basically, like this:
cdrecord -scanbus
Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
Using libscg version 'schily-0.1'
scsibus0:
        0,0,0     0) 'SONY    ' 'CD-RW  CRX215E1 ' 'SYS2' Removable CD-ROM

If you get this, then the following should work:

mkisofs -r -J -o /home/jlh/cdimage/TIFs /mnt/hdb/10/Prostate  
Where /mnt/hdb/10/Prostate is the directory with the stuff to burn and TIFs
is the name of the iso9660 file to be created.
Then, burn it with:
cdrecord  -v speed=1 dev=0,0,0  -data  /home/jlh/cdimage/TIFs 

Joel


On Sun, Mar 23, 2003 at 01:31:25PM -0500, Leon A. Goldstein wrote:
> Could someone provide me a how-to for burning a CD with Knoppix?
> A friend just had his Windows 98 roll over.  If I can't resurrect it
> with a dose of Norton,
> I want at least to rescue his files.
> 
> TIA.
> 
> --
> Leon A. Goldstein
> 
> Powered by Libranet 1.9.1 Debian Linux
> System 5151
> 
> 

> _______________________________________________
> Linux-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to