Linux command
wodim 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Display
wodim --devices
Record
wodim dev=[/dev/optical_drive] -audio [track*.cdaudio]
Burn
wodim -eject dev=[/dev/optical_drive] -data [file.iso]
Burn
wodim -tao dev=[/dev/optical_drive] -data [file.iso]
说明
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.
参数
- 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)
FAQ
What is the wodim command used for?
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.
How do I run a basic wodim example?
Run `wodim --devices` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does dev=_device_ do in wodim?
Specify the recording device