Skip to Content

Virtual CDs FC3

zxeem's picture

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

mount for the *.iso

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

mount isoimage.iso -o loop -t iso9660 /mnt/myiso
  1. 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

Hi, When I try this comman

Hi,

When I try this command it denies me to use it yielding the message "only root can do that".

Does it always require root access or can a normal user can use this to mount iso file if so how.

Thanks Viswa.

Conceptor's picture

I think you should have the r

I think you should have the right to mount or umount ,if you will do this as normal user

Diaa Radwan

Pronco's picture

.cue and .iso are CD image files

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

phaeronix's picture

let's see

nrg2iso : Converts Nero nrg CD-images to iso

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

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

xbiso : Xbox xdvdfs ISO extraction utility

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

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

b5i2iso : BlindWrite image to ISO image file converter

I think there is none to deal with vc4

hope this helps

zxeem's picture

Zxeem*

Zxeem*

zxeem's picture

bin didn't work

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

bchunk

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

cdemu

zxeem's picture

OOOOps ... Some Thing Happened

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*

phaeronix's picture

hmm

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.


Dr. Radut | forum