From 8ad9062dc6d88a14a2c83bfc7aa11a92ac524087 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 1 Dec 2024 23:16:54 +0200 Subject: [PATCH] cdrdao: add page (#15010) Co-authored-by: Juri Dispan --- pages/linux/cdrdao.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/linux/cdrdao.md diff --git a/pages/linux/cdrdao.md b/pages/linux/cdrdao.md new file mode 100644 index 0000000000..0938174ab7 --- /dev/null +++ b/pages/linux/cdrdao.md @@ -0,0 +1,8 @@ +# cdrdao + +> Read and write CDs in disc-at-once mode. +> More information: . + +- Read a CD and write its contents to a file: + +`cdrdao read-cd --device {{/dev/cdrom}} --read-raw {{image.toc}}`