Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: modulusshift on March 02, 2016, 05:03:11 PM

Title: Can't mount audio cd or access with dd
Post by: modulusshift on March 02, 2016, 05:03:11 PM
Hello,

So I'm trying to use Tiny Core Linux on my mom's really, really slow laptop to create an iso of an audio CD so I can process it on my cd drive-less newer computer. Ideally, this would be done with "dd if=/dev/sr0 | bzip2 -c | ssh user@address 'bzip2 -d | dd of=cd1.iso'", but dd says "Input/output error", the mount tool won't mount it, manually mount-ing says "Invalid argument", and ddrescue gives one big error the exact size of the whole cd. (!?!)

I took the cd out and mount says "No medium found" so it can at least detect there is a CD, but none of the above makes it spin up. Windows still detects it, but just opening the file browser to look at it took like 15 minutes, so I'd really really rather not do it there, if possible.

I can't think of anything else. What can I do? Or is this just screwed and I need to suffer the Windows?
Title: Re: Can't mount audio cd or access with dd
Post by: gerald_clark on March 02, 2016, 05:54:05 PM
Audio CDs do not have an ISO filesystem. You can't mount them.
Title: Re: Can't mount audio cd or access with dd
Post by: NewUser on March 02, 2016, 07:42:31 PM
If Mom's laptop runs Windows, search for a program called LCisoCreator.  It's a single file, so no installation to worry about and it will (eventually) create an iso file out of any CD.
Title: Re: Can't mount audio cd or access with dd
Post by: curaga on March 03, 2016, 03:12:46 AM
Usually you'd rip it to wav files, using cdparanoia or cdda2wav. Then maybe encode into mp3, flac, vorbis, etc.