LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

wodim

Record data to CDs and DVDs

TLDR

Display optical drives available
$ wodim --devices
copy
Record an audio-only disc
$ wodim dev=[/dev/optical_drive] -audio [track*.cdaudio]
copy
Burn a file to a disc and eject when done
$ wodim -eject dev=[/dev/optical_drive] -data [file.iso]
copy
Burn a file using track-at-once mode
$ wodim -tao dev=[/dev/optical_drive] -data [file.iso]
copy

SYNOPSIS

wodim [options] track...

DESCRIPTION

wodim (Write Optical DIsk Media) records data to CDs and DVDs. It is a fork of cdrecord and is aliased as cdrecord on many systems.The tool supports burning ISO images, audio CDs, and multi-session discs. It can also blank rewritable media and provides various write modes for different disc types.

PARAMETERS

dev=_device_

Specify the recording device
--devices
Scan for available drives
-data
Write data track
-audio
Write audio track(s)
-eject
Eject disc after recording
-tao
Use track-at-once write mode
-dao
Use disc-at-once write mode
speed=_n_
Set recording speed
-v
Verbose output
-dummy
Simulate recording (dry run)
blank=_type_
Blank a rewritable disc (fast, all)

INSTALL

sudo apt install wodim
copy
sudo dnf install wodim
copy
sudo apk add cdrkit
copy
nix profile install nixpkgs#cdrkit
copy

CAVEATS

Burning at high speeds may produce errors on some media. Some operations like blanking can cause data loss. Requires appropriate permissions for device access. Originally forked due to licensing issues with cdrecord.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid