Hi and Yes, i do remember them, take a look at
mkisofs (man mkisofs )
par example;
mkisofs -v -o gerrit.iso -R -J /home/gerrit/
this makes an iso containing my home
and cdrecord (man cdrecord) will use that;
cdrecord -v dev=0,0,0 speed=8 -eject gerrit.iso
the dev= and speed= ,well adapt that for own situation
cdrecord -scanbus spits out the used device
good luck
Last edited by mrGee; 09-23-2002 at 10:07 AM.
|