Работа в Linux с образами дисков img, bin, mdf, ng
Если образ диска находится в файле iso, то в линуксе с этим проблем нет – его можно примонтировать в любое место файловой системы. С этим справляются все дистрибутивы без дополнительной настройки.
Но вот если образ диска в другом, привычном для пользователей windows формате (img, bin, mdf, ng), то тут штатными средствами не обойтись.
Самым оптимальным способом справится с таким нестандартными форматами, это установить небольшую программу «Furius ISO Mount» (есть в стандартных репозиториях Ubuntu).

Умеет она все, что можно хотеть от программ такого рода:
- Automatically Mounts ISO, IMG, BIN, MDF and NRG Image Files.
- Automatically creates a mount point in your home directory.
- Automatically Unmounts the Image files.
- Automatically removes the mount directory to return your home directory to its previous state.
- Automatically saves the history of the last 10 images mounted.
- Mounts multiple images.
- Burn ISO and IMG Files to optical disk.
- Generate Md5 and SHA1 checksums.
- Automatically retrieves any previously unmounted images.
- Automatically generates a log file of all commands needed to mount and unmount images manually.
- Supports Drag n Drop automatic mounting of images (Python version only)
- Can be used without installation/compiling (Python version only)