Linux > Archivism, Backups > Linux optical drives >
See also:
Lossless Audio CD Backups ∞
I use Sound juicer. It’s a frontend to cdparanoia.
1) use FLAC
using CUE files
manually copy CD extras
learn about your devices..
\wodim --devices
The paths are not correct for me. I have /dev/sr0.
You should have iso9660 supported
\cat /proc/filesystems | \grep iso9660
Kill anything using your device, and eject
\fuser -mk /dev/sr0 \eject
