In short commands to burn cd & dvd Linux console:
/ / delete / format a cd-rw device inserted in the "/ dev / hdd"
myhost: ~ # cdrecord-blank = fast-force dev = / dev / hdd
/ / write files in the path "/ backup" on device "/ dev / hdd"
myhost: ~ # mkisofs-v-R / backup | cdrecord-v fs = 4 speed = 40 dev = / dev / hdd --
/ / Write the files in the path "/ backup" on the dvd recorder device "/ dev / hdc"
myhost: ~ # growisofs-Z / dev / hdc-J-R / backup /
/ / To create an image to burn iso
# Mkisofs-r-o / tmp/var-www-disk1.iso / var / www
/ / Use growisofs to write the ISO image on the DVD
# Growisofs-Z / dev / dvd = / tmp/var-www-disk1.iso
/ / To add data to a dvd conente other data
# Growisofs-M / dev / dvd / tmp/file.1
/ / To format or erase a dvd
# Dvd + rw-format-force / dev / dvd
/ / Or
# Dvd + rw-format-force = full / dev / dvd
/ / To view info on the media
# Dvd + rw-MediaInfo / dev / dvd
After the pills as soon as we set out to read the following howto.



































