https://help.ubuntu.com/
# Create ISO image
genisoimage -r -J -o /tmp/cd_image.iso MP3_DIRECTORY/
# List devices
# List devices
wodim --devices
# Blank the CD-RW first @ 4x speed
wodim -vv dev=/dev/scd0 blank=fast speed=4
# Burn the image
wodim dev=/dev/scd0 -v -data /tmp/cd_image.iso speed=4
No comments:
Post a Comment