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.

1 Answer 1

1

You need to install bchunk ( BinChunker ) .

To convert type the following command :

bchunk your_file.bin your_file.cue file.iso
2
  • Unfortunately it makes a CD-ROM type not DVD-ROM. Commented May 26, 2016 at 16:27
  • The type for both CD and DVD is ISO. Commented Feb 2, 2018 at 20:53

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.