Hi

I tried to copy a 2 sessions CD Extra (session 1 : 17 audio tracks ; session 2 : 1 data track) using cdrdao. I did the following

cdrdao read-cd --device 0,0,0 --session 1 --datafile 1.bin 1.toc
cdrdao read-cd --device 0,0,0 --session 2 --datafile 2.bin 2.toc

I edited both toc files to set the CD mode to CD_MODE_XA

cdrdao write --device 0,0,0 --multi 1.toc
cdrdao write --device 0,0,0 2.toc

The audio tracks from the first session plays ok, but when I try to mount the data track using mount -t iso9660 /dev/scd0 /mnt/cdrom I got the following error
mount: Not a directory

I off course checked that /mnt/cdrom exists, and I can mount and access the data from the original CD using the same command. Only the copy produces an error.

I alos tried not to modify the first toc file and use the --force option when burning the first session, but it didn't help.

Could anyone help me ?

Laurent Pinchart