LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   open ".cu " and ".bin " on linux (https://www.linuxquestions.org/questions/linux-general-1/open-cu-and-bin-on-linux-256083/)

j.vilon 11-17-2004 01:32 PM

open ".cu " and ".bin " on linux
 
i have 2 files ( windows files ) 1 is .cu and another is .bin.. is the game nfsu2
i have cedega but cedega cant start the game.. :(
anyone help me pls??

tks

j.vilon 11-17-2004 03:34 PM

sorry it's not " cu " but is " cue "
and the error it's

$cedega rld-nu2a.cue
/usr/lib/transgaming_cedega//winex/bin/wine: can't exec 'rld-nu2a.cue': invalid exe file

and
$ cedega rld-nu2a.bin
/usr/lib/transgaming_cedega//winex/bin/wine: can't exec 'rld-nu2a.bin': invalid exe file

i dont understand.. :| i pay the game and know it's dont work.. bah.. :(
anyone pls help me?

Tks

ilikejam 11-17-2004 07:05 PM

Hi.

The .bin file is a CD image, the .cue file is (I believe) the file Nero uses as a Table of Contents to burn the CD.
'cdrdao' can use these files and burn the CD properly.

Dave

j.vilon 11-17-2004 08:06 PM

??
but i cant covert this file to these files properly??
any program on linux cant do that?
tks

ilikejam 11-17-2004 09:45 PM

You can use cdrdao on Linux to burn the image (the .bin file) to CD.

Something like 'cdrdao write -n --device /dev/hdc rld-nu2a.cue' would burn the disk. (where /dev/hdc is your cd burner)

You might be able to mount the .img file directly with something like 'mount -o loop -t iso9660 rld-nu2a.bin /mnt/loop' (assuming you have an empty directory at /mnt/loop). I'm not sure though.

Dave

j.vilon 11-17-2004 10:04 PM

yes but dont work.. :S

look :
cdrdao write -n --device /dev/hdd /cdrom/Need.For.Speed.Underground.2.Update.1.1.INCL-RELOADED/CD1/rld-nu2a.cue
Cdrdao version 1.1.9 - (C) Andreas Mueller <andreas@daneb.de>
SCSI interface library - (C) Joerg Schilling
Paranoia DAE library - (C) Monty

Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.

Using libscg version 'schily-0.8'

/dev/hdd: PLEXTOR CD-R PX-W4824A Rev: 1.03
Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0000)

WARNING: Unit not ready, still trying...
WARNING: Unit not ready, still trying...
WARNING: Unit not ready, still trying...
WARNING: Unit not ready, still trying...


and dont work..

any program copy them files on my /cdrom to hard disk but not on " .cue " or " .bin " but yes on " files" too exectuted..
u understand?
sorry my english :|

Tks

ilikejam 11-17-2004 10:31 PM

All I can suggest is that you get a Windows machine with cdrwin on it, and burn the CD there - I don't know of any program which can access the files inside .bin images.

Dave

j.vilon 11-17-2004 10:47 PM

bahh yes.. but this " way " i know.. but, i cant understand it's the last thing to do.. :S
but ok :)
tks for help

KoKi 11-17-2004 11:08 PM

u could use a program like bin2iso, convert it to iso and mount.

btw: anyone got nfs-u2 working?

j.vilon 11-18-2004 12:57 PM

it's work's? but where i can convert my bin and cue to iso?
and next where i can mount them .iso??
tks :)

Lleb_KCir 11-18-2004 05:18 PM

ive been fighting with this same issue and i have come to the conclusion that because the .bin and .cue files are exclusive to nero (as far as i can tell) you are FUBAR for getting them to work in linux. i just ended up useing daemon tools to mount the .bin and then smbmount to get access to it from my *nix box.

what i will end up doing is burning a CD, then using *nix to make either a .img or .iso that i can copy to the HD and thus mount it properly without the hassles of the .bin/cue BS from M$.

http://www.linuxquestions.org/questi...hreadid=204997

check out that thread for more details on what has been sujested for the file extentions you are looking at.

j.vilon 11-18-2004 05:30 PM

ahh ok, but i downloaded the file bin2iso
but i cant install i dont know why :|

$ls
Makefile bin2iso.c
/$

i have only them files.. 2.. i cant configure.. it's so confuse.. i dont understand

KoKi 11-18-2004 06:56 PM

from bin2iso.c:

Code:

// bin2iso
// Converts BIN/CUE format cd images (used by DAO/CDRWIN)
// to the more-universal .ISO format (raw iso image)

// Quickly thrown together, only know to work on single-track .BIN files
// Need to do some more research, then it should be easy to support
// multiple tracks as well as .WAV files.

// use "gcc -o bin2iso bin2iso.c -O3" to compile, pretty standard :)


Lleb_KCir 11-18-2004 09:19 PM

that is far from standard to a newbie like the OP or me.

ilikejam 11-19-2004 01:17 AM

There's a makefile there - just type 'make' while you're in the directory. That should give you the executable.


All times are GMT -5. The time now is 12:21 PM.