Hi Mauricio
Welcome to the forum.
Using cdr-tools.tcz , first identify your CD burner:
tc@E310:~$ cdrecord --scanbus
Cdrecord-ProDVD-ProBD-Clone 3.02a09 (i486-pc-linux-gnu) Copyright (C) 1995-2016 Joerg Schilling
Linux sg driver version: 3.5.36
Using libscg version 'schily-0.9'.
scsibus0:
0,0,0 0) 'ATA ' 'MB0500EBNCR ' 'HPG1' Disk
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
scsibus2:
2,0,0 200) 'ATA ' 'MB0500EBNCR ' 'HPG1' Disk
2,1,0 201) *
2,2,0 202) *
2,3,0 203) *
2,4,0 204) *
2,5,0 205) *
2,6,0 206) *
2,7,0 207) *
scsibus4:
4,0,0 400) 'HL-DT-ST' 'DVD-ROM GDR8164B' '0D08' Removable CD-ROM
4,1,0 401) 'Optiarc ' 'DVD+-RW ND-3570A' '104B' Removable CD-ROM
4,2,0 402) *
4,3,0 403) *
4,4,0 404) *
4,5,0 405) *
4,6,0 406) *
4,7,0 407) *
scsibus6:
6,0,0 600) 'TEAC ' 'USB HS-CF Card' '4.08' Removable Disk
6,1,0 601) *
6,2,0 602) *
6,3,0 603) *
6,4,0 604) *
6,5,0 605) *
6,6,0 606) *
6,7,0 607) *
tc@E310:~$
Find the entry that contains CD RW or DVD RW.
In my case that is:
4,1,0 401) 'Optiarc ' 'DVD+-RW ND-3570A' '104B' Removable CD-ROM
The command to burn a CD is then:
cdrecord dev=4,1,0 speed=10 padsize=63s -pad -dao -v -eject Path/To/Filename.iso