LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Program to mount .cue/.bin files? (https://www.linuxquestions.org/questions/linux-software-2/program-to-mount-cue-bin-files-83329/)

hydro 08-18-2003 09:30 PM

Program to mount .cue/.bin files?
 
Is there a tool similer to daemon-tools or alchohol 120% in windows, but linux?

I would like to mount a cue/bin iso file.

Hegemon 08-19-2003 09:01 AM

the mount command itself actually has the ability to mount iso images.

mount -o loop -t iso9660 <isofilename> <mountpoint>

.cue files are just simple text files that tell burning software about the format of the cd. Not sure if .bin files can be mounted the same way, only one way to find out =)

hydro 08-24-2003 02:05 PM

mount: wrong fs type, bad option, bad superblock on /dev/loop0,
or too many mounted file systems

DrOzz 08-24-2003 03:50 PM

you'll have to use bchunk to convert the bin file to an iso, and then mount it...
or you can look at CDemu but i would say your best bet would be just to convert to an iso and then mount it....

hydro 08-25-2003 11:14 PM

yup i should bchunk, thx guys

LocHolmez 09-02-2003 05:04 PM

I got:

mount: could not find any device /dev/loop#

Why? :)

DrOzz 09-02-2003 09:08 PM

whats the output of:
ls -alc /dev/loop*

LocHolmez 09-03-2003 05:30 AM

ls: /dev/loop#: No such file or directory (the same with * instead of #)

DrOzz 09-03-2003 06:07 AM

are you using mandrake? cause it looks like it might have been compiled as a module, so try typing:
insmod loop

LocHolmez 09-03-2003 10:57 AM

I'm using Gentoo.

insmod: loop: no module by that name found

DrOzz 09-03-2003 12:46 PM

so then i am guessing that
locate loop.o returns no results?!?

keevitaja 02-25-2004 01:01 PM

how do you exactly mount bin with cdemu? i typed cdemu 0 somefile.cue . after that cdemu -s showed me, that cue was attached to /dev/cdemu/0 . what netx? mount -t iso9660 didn't work. i need to see the files in bin...

ben_ch 05-15-2005 03:30 PM

you need to compile the loopback device into the kernel. It's in the block devices, I think

freakyg 05-15-2005 06:52 PM

http://www.linuxquestions.org/questi...threadid=90498

look here also.............


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