Forrest logo
back to context overview

wodim

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
back to context overview