Submitted by zxeem on Sat, 09/04/2005 - 00:03.
( categories: Software Issue )

Hi Every One ..


I am facing a problem here .. or actually a confusion .. I can't find a software on linux that enables me to open VCD files "*.vc4" .. "*.cue" .. "*.nrg" and "*.iso"

if any one knows how to open them under Linux .. I hope to post a reply as soon as possible


Conceptor's picture
Submitted by Conceptor on Sat, 09/04/2005 - 00:49.

Accessing the files on ISO images could be easily done through mount command

mount  isoimage.iso  -o loop -t iso9660 /mnt/myiso
# 1      2            3   4   5    6        7 
  1. mount command
  2. the iso image file name
  3. include option to mount command
  4. loop used on the case of mounting filesystem on other filesystem.
  5. type
  6. the type of iso filesystem
  7. the directory you will be mounting you iso image.

you can convert the other images to iso images(using third party programs) to make them mounted easily . this will allow you to access the files only .

Diaa Radwan


Pronco's picture
Submitted by Pronco on Sat, 09/04/2005 - 02:03.

You can mount an iso on loopback, and can convert a bin/cue to iso


I used to be indecisive .. but now I'm not so sure


Submitted by phaeronix on Sat, 09/04/2005 - 04:11.

nrg2iso : Converts Nero nrg CD-images to iso

http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html

ccd2iso : Converts CloneCD images (popular under Windows) to ISOs

http://sourceforge.net/projects/ccd2iso

bin2iso : converts RAW format (.bin/.cue) files to ISO/WAV format

http://users.andara.com/~doiron/bin2iso

xbiso : Xbox xdvdfs ISO extraction utility

http://sourceforge.net/projects/xbiso

extract-xiso : Tool for extracting and creating optimised Xbox ISO images

http://sourceforge.net/projects/extract-xiso

mdf2iso : Alcohol 120% bin image to ISO image file converter

http://mdf2iso.berlios.de/

b5i2iso : BlindWrite image to ISO image file converter

http://developer.berlios.de/projects/b5i2iso/

I think there is none to deal with vc4

hope this helps

zxeem's picture
Submitted by zxeem on Sat, 09/04/2005 - 10:42.

Zxeem*


zxeem's picture
Submitted by zxeem on Sat, 09/04/2005 - 16:31.

Hi every one.. I could use iso and mount it .. and convert from nrg to iso .. and installed the ccd2iso.. correctly ..

but the bin2iso prog didn't work and the c file didn't compils.. I even edited it .. to fit with FC3 but also didn't work .. tried to fix its errors.. and i did .. so it compiled BUT .. it show an error message telling me that ..

The program can't fopen the .bin file .. it could oprn the .cue and get the .bin file path from it but can't open it !!

the function fopen() always return null !!! and he checks for that and show me the error !!!

Does any one has any other program for .cue and .bin files !!

Zxeem*


Pronco's picture
Submitted by Pronco on Sat, 09/04/2005 - 17:22.

use bchunk to convert bin/cue to iso's.

bchunk is a bin/cue to .iso converter.


I used to be indecisive .. but now I'm not so sure


mhlmi's picture
Submitted by mhlmi on Sun, 10/04/2005 - 04:39.

zxeem's picture
Submitted by zxeem on Sun, 10/04/2005 - 09:08.

Hi


I hope That , the CDemulator works with *.nrg too . coz :-( I converted all my Bin files yesterday to *.nrg ..using nero under windows.. BUT I tried to convert them to iso using nrg2iso in linux after that ... and they were converted well .. but unfortunatly the iso image don't mount .. the converted one from nrg that was originally converted from bin ...

although , some other nrg files worked correctly after converting them to iso using nrg2iso .. and mounted with no problems !!:-(

Note: The nrg files aren't corrupted coz the can be mounted in windows ===== using Daemon program

Zxeem*


Submitted by phaeronix on Sun, 10/04/2005 - 10:19.

stick to good formats. ISO for normal CDs and BIN for protected stuff.

Cdemu will accept bin images only. Convert them properly in windows.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.