|
|
| Mount ISO, CUE/BIN, NRG, IMG, MDF |
|
|
|
| Written by Bart Dorlandt |
| Saturday, 17 May 2008 14:08 |
|
I known that to mount iso file sudo mount -o loop file.iso mountpoint and for cue/bin file ,I convert it to iso first use bchunk bchunk file.bin file.cue file.iso but how about the others. After some search, I collect tips to handle many types of image file in linux. For nrg[ nero image ], img [ clone cd] and mdf [ alcohol 120% ] files, We need nrg2iso, ccd2iso and mdf2iso to convert those image files to iso image. Luckily, All are in Hardy repos. sudo aptitude install nrg2iso ccd2iso mdf2iso then to covert to iso use command mdf2iso file.mdf file.iso for nrg file, we can mount it directly by sudo mount -o loop,offset=307200 file.nrg mountpoint |
| Last Updated on Friday, 13 February 2009 15:54 |
| Related items: |
|---|
|


