Forrest logo
tool overview
On this page you find all important commands for the CLI tool wodim. If the command you are looking for is missing please ask our AI.

wodim

wodim stands for "Write Optical Disk Image" and is a command line tool used for writing disk images to optical media like CDs and DVDs. It is a part of the cdrkit package, which replaced the older cdrtools package in many Linux distributions. With wodim, users can burn ISO images, audio or video files, and other data onto writable CDs or DVDs. It supports a wide range of optical media types, including CD-R, CD-RW, DVD-R, DVD+R, DVD-RW, and DVD+RW. It offers various options to customize the burning process, such as setting the burn speed, overwrite mode, buffer size, and enabling or disabling options like burn-free or test mode. The command syntax for wodim is straightforward, with options like -v for verbose output, -sao for Session At Once burning mode, and -eject to automatically eject the disk after burning. Users can also utilize wodim to perform tasks like disk erasing or querying the capabilities of an optical drive.

List of commands for wodim:

  • wodim:tldr:3cfda wodim: Record ("burn") an audio-only disc.
    $ wodim dev=/dev/${optical_drive} -audio ${track*-cdaudio}
    try on your machine
    explain this command
  • wodim:tldr:5100b wodim: Display optical drives available to `wodim`.
    $ wodim --devices
    try on your machine
    explain this command
  • wodim:tldr:c30d7 wodim: Burn a file to the disc in an optical drive, potentially writing to multiple discs in succession.
    $ wodim -tao dev=/dev/${optical_drive} -data ${file-iso}
    try on your machine
    explain this command
  • wodim:tldr:d7a13 wodim: Burn a file to a disc, ejecting the disc once done (some recorders require this).
    $ wodim -eject dev=/dev/${optical_drive} -data ${file-iso}
    try on your machine
    explain this command
tool overview