Thread: How to mount a video *.img file in Ubuntu so that you can use it
i searched first, , found incomplete answer mounting img file on ubuntu: - how mount .img file thread suggested acetoneiso, power iso, or following commands: code: $ mkdir ~/img $ mount -t udf filename.img ~/img -o loop however, had installed gmount-iso , iso master, thread: - what player or converter use play/convert 'bin' , 'cue' video file? so, tried gmount-iso , iso master first - neither recognize img file. luckily, based on information in same thread, had installed furius iso mount tool version 0.11.1.2 mount bin/cue files , iso images. turns out furious mounted img file without problems whatsoever! furius favorite mounting tool because mounted following me: bin files (associated cue files) iso files img files in addition, can convert bin/cue files iso files (using bchunk shown in referenced thread), found googling can convert img iso using cd2iso shown below: - convert img iso in ubuntu code: $ sudo aptitude ins...