Yet another awesome use of the dd utility. Here’s how an nrg format image file can be converted to iso.
dd bs=1k if=image1.nrg of=image2.iso skip=300
Yet another awesome use of the dd utility. Here’s how an nrg format image file can be converted to iso.
dd bs=1k if=image1.nrg of=image2.iso skip=300