User Tools

Site Tools


cd-rw_and_dvd_rw

If you want to send us your comments, please do so. Thanks
More on comments


CD-RW and DVD+RW cli

Show disk info

Install

udftools

then run

cdrwtool -i -d /dev/cdrom

Burn to disk

cdrecord is replaced by its fork wodim

Use as UDF disk

UDF: Universal Disk Format: Use a CDRW like a diskette
Universal Disk Format
Use wodim

Moutn UDF disk

mount -F udfs /dev/sr0 /mountlocation

Work in progress

Generate an ISO image

genisoimage - create ISO9660/Joliet/HFS filesystem with optional Rock Ridge attributes

Locked drive

When your drive does not read an inserted disk anymore it might be locked. Run

fuser -vm /dev/sr0

and check the output

                     USER        PID ACCESS COMMAND
/dev/sr0:            user        1208 ..c.. bash
                     user       23283 ..c.. ssh

Kill the bash process. Run, in this examples case,

kill -9 1208

Now the drive should work as normal

Burn to CD-RW or DVD+RW

ProgramDescriptionRemark
cdckCD and DVD checker
cdrskinCD/DVD/BD writing tool
cdwNcurses frontend for genisoimage and wodim
dvd+rw-formatFormat DVD+-RW/-RAM diskExample: dvd+rw-format -blank /dev/cdrw
dvd+rw-toolsBurn DVD image created by dvdauthor or genisoimage
genisoimageCreate ISO9660/Joliet/HFS filesystem with optional Rock Ridge attributes
growisofsCombined genisoimage frontend/DVD recording program
mkzftreeCreate a zisofs/RockRidge compressed file tree
wodimWrite data to optical disk media
xorrisoISO-9660 and Rock Ridge manipulation toolCreates, loads, manipulates, and writes ISO-9660 file system images with Rock Ridge extensions

growisofs

Commandline options

-JUse Joliet format
-MAdd an additional session. Put more data on a disk already contiaining data
-RUse Rock-Ridge formatLonger filenames. Permissions are preserved
-ZBurn an initial session to the selected device

Examples

growisofs -dvd-compat -Z /dev/sr0=somefile.iso # Make a bootable disk from an iso file
growisofs -speed=4 -Z /dev/dvd -R -J /home/user/somefile.txt # Burn somefile.txt to disk
growisofs -speed=4 -Z /dev/dvd -R -J /home/user/directorywithfiles # Burn a whole directory to disk

wodim

Commandline options

-vVerbose

Examples

wodim -eject -tao speed=4 dev=/dev/sr0 -v -data somefile.iso # Make a bootable disk from an iso file

Main subjects on this wiki: Linux, Debian, HTML, Microcontrollers, Privacy

RSS
Disclaimer
Privacy statement
Bugs statement
Cookies
Copyright © : 2014 - 2024 Webevaluation.nl and the authors
Changes reserved.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
cd-rw_and_dvd_rw.txt · Last modified: 13-03-2022 21:48 by wim