First post, by JakeTucker
First things first hello all. I've been reading these forums for years for answers, tips etc.
I've always managed to work out my problems but I'm a little stumped now after spending a couple of hours trying to do something.
I could work around it but I'm trying to understand how to do it in a certain way. Using Linux.
OK enough, here goes.
I have a couple of PCs. One with WinXP, the other Linux Debian.
I'm trying to mount a bin/cue using the latest Debian build of DOSBox.
So it's a Linux question I guess.
There is a reason it's a bin/cue. Anybody heard of the game Lollypop? It has a load of music by Vibrants on it.
http://www.mobygames.com/game/lollypop
http://www.vibrants.dk/
The .cue reads that the .bin has 33 tracks. The first data track is 'mode1/2352' and the rest is audio.
The main 2 sources of info I've read are the readme and the wiki.
I've also read all the pages like the faqs here and on the DOSBox site.
From the wiki:
Mounting a CUE/BIN-Pair as volumeIf the game plays additional music tracks from the cd (mixed mode), you can still mount it as an image file. Since ISO can only contain pure data, the image has to be in the CUE/BIN format. You mount it withZ:\>IMGMOUNT E C:\Images\MyImage.cue -t isoThe BIN-file has to be in the same folder as the CUE-file. It is also possible to use a cuescheet in combination with an ISO and compressed audio tracks in OGG or MP3 format.
I tried this in DOSBos:
imgmount e /home/jake/lollypop/lollypop.cue -t iso
And I got:
The image must be on a host or local drive
I tried running it through bchunk (a little app. which turns the bin/cue into a .iso and the audio into files with a .cdr extension, the same as CDDA/redbook although it can output the audio as .wav)
Then I typed the same syntax in again and got the same reply.
I thought maybe I have to mount the lollypop folder first. So I tried
mount e /home/jake/lollypop
and then tried the original imgmount syntax that I tried first. I got the same reply as the first time.
So I tried adding -t iso
mount e /home/jake/lollypop -t iso
Which returned
Illegal type iso
I have an idea I could get round it by burning to a CD-R mixed mode the bchunk output. But if it's possible to just imgmount I'd like to understand how.
Lastly before posting this I had another google for almost an hour for some help. Are there any guides which really go into working with mixed mode CDs?
Idiot proof even better.