3

How to convert .bin/.cue files into DVD-ROM UDF-ISO file in linux ? I found that genisoimage can make CD-ROM UDF with that command:

 genisoimage -udf -o MY_FILE.iso ~/MY_DIR/

but I didn't find for DVD-ROM. Is there a program to do it on linux ?

Thank you.

GAD3R
  • 63,407
  • 31
  • 131
  • 192
Shodz
  • 31
  • 4

1 Answers1

1

You need to install bchunk ( BinChunker ) .

To convert type the following command :

bchunk your_file.bin your_file.cue file.iso
GAD3R
  • 63,407
  • 31
  • 131
  • 192