Code: Select all
$ cd-info --no-device-info
cd-info version 0.80 x86_64-pc-linux-gnu
Copyright (c) 2003, 2004, 2005, 2007, 2008 R. Bernstein
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
CD location : /dev/scd0
CD driver name: GNU/Linux
access mode: ioctl
__________________________________
Disc mode is listed as: CD-DA
CD-ROM Track List (1 - 15)
#: MSF LSN Type Green? Copy? Channels Premphasis?
1: 00:02:00 000000 audio false no 2 no
2: 05:03:27 022602 audio false no 2 no
3: 08:50:07 039607 audio false no 2 no
4: 13:23:35 060110 audio false no 2 no
5: 16:33:17 074342 audio false no 2 no
6: 21:23:55 096130 audio false no 2 no
7: 26:53:55 120880 audio false no 2 no
8: 31:11:42 140217 audio false no 2 no
9: 34:08:07 153457 audio false no 2 no
10: 39:11:42 176217 audio false no 2 no
11: 42:52:30 192780 audio false no 2 no
12: 47:09:57 212082 audio false no 2 no
13: 51:59:37 233812 audio false no 2 no
14: 57:00:52 256402 audio false no 2 no
15: 65:10:67 293167 data false no
170: 66:39:25 299800 leadout (672 MB raw, 672 MB formatted)
Media Catalog Number (MCN): 0000000000000
Last CD Session LSN: 293167
audio status: no status
can't get volume levels
__________________________________
CD Analysis Report
session #2 starts at track 15, LSN: 293167, ISO 9660 blocks: 299648
ISO 9660: 299648 blocks, label `OMEGA '
What I want is to copy this into two separate files, one for the audio and one for the data.
Audio is easy enough with several utilities, for example cdparanoia. But I'm struggling with the data part.
My first question is, what utility can I use to copy this track to a separate file?
cdrdao can copy the whole CD to a binary, and using bin2iso I can make wav files and an iso file. However this is more cumbersome than what I want. I'd like to just simply extract the data part as an iso. cdrdao has a --session argument, but this does not seem to work. Using --session 2 (or any other number) only gives session 1.
Over to question two. I've managed to extract one as mentioned above, and also with k3b. But I cannot mount them using loop devices and iso9660 as usual. What's wrong with iso files extracted from multi session CDs like this?


