Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mounting CloneCD (*.ccd, *.img) Images
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
Normie
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jul 2002
Posts: 83

PostPosted: Sun Aug 11, 2002 3:39 am    Post subject: Mounting CloneCD (*.ccd, *.img) Images Reply with quote

For sake of my sanity (I have a lot of old/new games), I keep my often-played games in images on my hard drive. For example, I have Warcraft 3 running off of a CloneCD image. I want to try to play the game in Gentoo from the image (the image itself is *.img, the cuesheet (I guess) is *.ccd), which means mounting said image (which is NOT a standard *.iso). Does anyone have any idea how to do this?
If not, is there a way (in Windoze, I guess) to convert them to simple *.iso's without losing any data? (I heard somewhere that *.iso's can be mounted in *nix, don't know where or how though :()

-Normie -- "Where's me drink?!"
_________________
Achaea. Play it. Love it. Live it.


Last edited by Normie on Sun Aug 11, 2002 5:33 am; edited 1 time in total
Back to top
View user's profile Send private message
Pigeon
Guru
Guru


Joined: 21 Jun 2002
Posts: 307

PostPosted: Sun Aug 11, 2002 5:00 am    Post subject: Reply with quote

I know *.cue/*.bin images are just an iso with a cuesheet file, and mount -o bind foo.bin /mnt/bar -t iso9660 works... assuming you've tried this, (with foo.img instead of foo.bin of course) (prudence can't hurt) just mount the image in windows like you normally do and rip a real honest-to-goodness iso like the mounted image was a normal CD. It *should* work, depending on your ripper program.
Back to top
View user's profile Send private message
Normie
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jul 2002
Posts: 83

PostPosted: Sun Aug 11, 2002 5:33 am    Post subject: Reply with quote

Actually, I haven't tried it (I'm waiting for the 1.4 release before I sacrifice 24 hours of my computer's life to compiling ;)), though I will as soon as possible. I don't think it will work, though--a 1:1 rip using CloneCD seems something of a far cry from an ISO made in Nero or something. If anyone has any experience here, feel free to correct me :)

-Normie -- "I shot the sheriff, and the deputy, and yer wee doggy too!"
_________________
Achaea. Play it. Love it. Live it.
Back to top
View user's profile Send private message
Skreems
n00b
n00b


Joined: 03 Jul 2002
Posts: 57
Location: ISU - Ames, Iowa

PostPosted: Thu Oct 24, 2002 6:39 am    Post subject: Reply with quote

How does that bind of the bin file work, exactly? When I try it mount complains that it's "not a directory" and then quits.
Back to top
View user's profile Send private message
dr_strange
Guru
Guru


Joined: 16 Apr 2002
Posts: 480
Location: Cambridge, UK

PostPosted: Thu Oct 24, 2002 7:10 am    Post subject: Reply with quote

just a thought; try the program Isobuster with wine to convert your image files to standard iso format, maybe it will work

from bin to iso it is even easier, there is bin2iso (it's in portage), that does the job perfectly
Back to top
View user's profile Send private message
RebelYell
n00b
n00b


Joined: 28 Jun 2002
Posts: 41

PostPosted: Thu Oct 24, 2002 10:41 am    Post subject: Re: Mounting CloneCD (*.ccd, *.img) Images Reply with quote

Normie wrote:
For sake of my sanity (I have a lot of old/new games), I keep my often-played games in images on my hard drive. For example, I have Warcraft 3 running off of a CloneCD image. I want to try to play the game in Gentoo from the image (the image itself is *.img, the cuesheet (I guess) is *.ccd), which means mounting said image (which is NOT a standard *.iso). Does anyone have any idea how to do this?
If not, is there a way (in Windoze, I guess) to convert them to simple *.iso's without losing any data? (I heard somewhere that *.iso's can be mounted in *nix, don't know where or how though :()

-Normie -- "Where's me drink?!"


Check this out:

Code:

bash-2.05a# emerge -s chunk
Searching...   
[ Results for search key : chunk ]
[ Applications found : 1 ]
 
*  app-cdr/bchunk
      Latest version available: 1.1.1
      Latest version installed: [ Not Installed ]
      Homepage: http://hes.iki.fi/bchunk/
      Description: Converts bin/cue CD-images to iso+wav/cdr


In other words, you can convert your bin/cue cd images to plain isos with this nifty app. (available for windoze too under the name bin2iso)

Good luck!
Back to top
View user's profile Send private message
BinaryAlchemy
n00b
n00b


Joined: 31 May 2002
Posts: 41
Location: Ca, US

PostPosted: Thu Oct 24, 2002 5:27 pm    Post subject: Reply with quote

Pigeon wrote:
...mount -o bind foo.bin /mnt/bar -t iso9660...


Don't you mean "mount -o loop foo.bin /mnt/bar -t iso9660"?
Back to top
View user's profile Send private message
phelan
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 110
Location: Zürich, Switzerland

PostPosted: Thu Oct 24, 2002 8:01 pm    Post subject: Reply with quote

Skreems wrote:
How does that bind of the bin file work, exactly? When I try it mount complains that it's "not a directory" and then quits.


You mustn't type the quotation marks.

But it doesn't work for me either. It mentions a bad superblock and that the loop device might be damaged
Back to top
View user's profile Send private message
nalin
Apprentice
Apprentice


Joined: 27 Sep 2002
Posts: 172
Location: Long Beach

PostPosted: Tue Oct 29, 2002 5:05 am    Post subject: Reply with quote

Ok,
First of all to clarify, the original poster wanted to mount .img/.cue as opposed to .bin/.cue, subtle difference but the former has, to my knowledge, no linux native burning software.

I have tried several variations on the mounting instructions given (with bind loop and bind,loop) and have not been able to mount a .img file, though I havnt found success with a bin file either so thats not saying much...For both filetypes the bind and bind,loop variations complain about the fact that the file is not a block device, the loop variation gives:
mount: wrong fs type, bad option, bad superblock on /dev/loop1,
or too many mounted file systems

BTW, Anyone know how to convert or burn the .img files without resorting to wine anywhere along the line, ie using linux native apps???
Back to top
View user's profile Send private message
Curious
Bodhisattva
Bodhisattva


Joined: 13 May 2002
Posts: 395
Location: Sydney, Australia

PostPosted: Tue Oct 29, 2002 5:15 am    Post subject: Reply with quote

nalin wrote:
BTW, Anyone know how to convert or burn the .img files without resorting to wine anywhere along the line, ie using linux native apps???


I was under the impression that Cue/Bin sets were in fact the same structurally as Cue/Img sets - just a raw dump of the data with a Cue file specifying the bytes per sector, track layout, etc.

If this is the case, I have had great success using cdrdao to burn Cue / Bin images.

-- Curious
_________________
Are you down with the Hawk?
Back to top
View user's profile Send private message
nalin
Apprentice
Apprentice


Joined: 27 Sep 2002
Posts: 172
Location: Long Beach

PostPosted: Tue Oct 29, 2002 5:38 am    Post subject: Reply with quote

After broadening my search a bit i found this thread which details the (suprisingly trivial) conversion between the two filetypes, and following the instructions I was able to play my backed up playstation discs under epsxe (which will load .bin files).
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Tue Jun 13, 2006 5:58 am    Post subject: Reply with quote

Hmm what if there is no .cue file, I have here only a foo.img... What can I do?
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
tekknokrat
Apprentice
Apprentice


Joined: 17 Apr 2005
Posts: 278
Location: Magdeburg

PostPosted: Wed Aug 30, 2006 8:42 pm    Post subject: Reply with quote

cue files are plain text files with following content:

test.cue:

FILE "test.bin" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00

what the number behind mode1 meens - i don't know!
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 5344
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Aug 31, 2006 6:19 pm    Post subject: Reply with quote

in portage there's an app called ccd2iso, perhaps with its help you can convert your *.ccd's to *.iso's :)
_________________
Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004 :D
Back to top
View user's profile Send private message
.maverick
Apprentice
Apprentice


Joined: 29 Jan 2004
Posts: 153
Location: Bonn

PostPosted: Thu Aug 31, 2006 6:42 pm    Post subject: Reply with quote

You could try cdemu, also in portage. It should be able to use ccd's natively.

/edit You should bump the version manually to 0.8 in your overlay, 0.7 is broken with kernel 2.6.17
Isn't there a bug already for this?!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum