Does anyone know how I can convert a disc image (.dmg) into fat32 data file? I made a disc image of my PS3 HD before sending it back for service(knowing that it would come back completely formatted) and I can't figure out how to get the data back onto the machine. Help?
You could do something like using the command dd if=file.dmg of=/dev/disk1
Make sure you enter the correct disk in the of= parameter, or you may erase your Mac's hard drive. Alternatively, you can use dd-gui.