On Tue, 27 Jun 2023 20:25:56 +0000 Todd Gruhn <tgru...@gmail.com> wrote:
> OK -- so I did: > > cdparanoia -B > > Result : Unable to open disc > Make sure it can find your optical drive. Try this, and take a close look at the output: cdparanoia -s -v -B 1- CD-ROM specs haven't changed much in decades, some new features have been added but the core functionality is the same. If cdparanoia cannot find an audio track to rip, and the CD works in a Windows device, it's likely data only. In that case, try mounting it the same way you would as a USB or floppy drive, except the filesystem is 'cd9660' mount -t cd9660 /dev/cd0a /mnt ..and then look at the files in /mnt. Please note it's been so long since I've done this there may be mistakes in these example commands. -- Aaron B. <aa...@zadzmo.org>