LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mounting bin/cue files (https://www.linuxquestions.org/questions/linux-software-2/mounting-bin-cue-files-57923/)

tychop 05-03-2003 01:54 AM

mounting bin/cue files
 
Hello all,

Does ne1 know how to mount a set of bin/cue files so I can view the contents without burning it first?

Thnx in advance,
T

SlashDebian 05-03-2003 05:31 AM

Ummm....
well, i believe you can't. What you can do though is convert the bin file to ISO and mount it from there. Basically get a program called "bchunk" and convert. After that you just mount the image to some folder. Don't forget that you need to specifu the filesystem :

mount -t iso9660 /whatever /whatever

Cya

tychop 05-03-2003 05:43 AM

There must be a solution besides converting to iso's.

The way I am doing it now is to mount the bin/cue via vmware with win2k & alcohol 120% and share that so I can reach it with linux.

Are there no apps such as alcohol in linux?

acid_kewpie 05-03-2003 05:53 AM

in an identical thread yesterday someone said you should be able to just mount a bin the same way as an iso. never had a bin file to test this with though.

mount -o- loop -t iso9660 file.bin /mnt/bum

tychop 05-03-2003 06:17 AM

Here is what I get:

# mount -o loop -t iso9660 gis3-x-streem.bin /mnt/iso

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

acid_kewpie 05-03-2003 06:19 AM

like i said in the other thread... looks like i/he was wrong.

nakkaya 05-03-2003 02:59 PM

instead for the file system use auto maybe kernel can determine the file system and mount it.


All times are GMT -5. The time now is 03:54 PM.