-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

wodim


> Command (aliased as `cdrecord` on some systems) for recording data to CDs or DVDs.

> Some invocations of wodim can cause destructive actions, such as erasing all the data on a disc.

More information.


Display optical drives available to `wodim`:

wodim --devices

Record ("burn") an audio-only disc:

wodim dev=/dev/{optical_drive} -audio {track*.cdaudio}

Burn a file to a disc, ejecting the disc once done (some recorders require this):

wodim -eject dev=/dev/{optical_drive} -data {file.iso}

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}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 01:24:11 2024