I'm trying to convert an .iso file (Ubuntu disc image) to a .img file.
I run a command like so:
hdiutil convert -format UDRW -o ubuntu.img ubuntu-11.04-server-amd64.iso
But no matter what, I get the error: hdiutil: convert failed - not recognized
I'm not sure how to resolve this problem or how else I can convert. Any help?