Linux command
readcd 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Read
readcd dev=/dev/sr0 f=path/to/file.iso
说明
readcd reads or writes Compact Disc media data. It can create ISO images from physical CDs/DVDs and write data back to writable media. The tool accesses the raw disc data, making it suitable for creating exact copies of media.
参数
- dev=_device_
- CD/DVD device to read from
- f=_file_
- Output file path
FAQ
What is the readcd command used for?
readcd reads or writes Compact Disc media data. It can create ISO images from physical CDs/DVDs and write data back to writable media. The tool accesses the raw disc data, making it suitable for creating exact copies of media.
How do I run a basic readcd example?
Run `readcd dev=/dev/sr0 f=path/to/file.iso` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does dev=_device_ do in readcd?
CD/DVD device to read from